Kouhei Sutou
null+****@clear*****
Tue Jun 16 18:45:25 JST 2015
Kouhei Sutou 2015-06-16 18:45:25 +0900 (Tue, 16 Jun 2015) New Revision: a1ab3525f16c291d0e758f9f9a6294525674a44f https://github.com/groonga/groonga.org/commit/a1ab3525f16c291d0e758f9f9a6294525674a44f Message: doc: update Groonga documents Modified files: docs/news.html docs/objects.inv docs/reference/commands/tokenize.html docs/reference/executables/groonga.html docs/reference/tuning.html docs/searchindex.js docs/sources/news.txt docs/sources/reference/executables/groonga.txt docs/sources/reference/tuning.txt docs/sources/tutorial/match_columns.txt docs/static/jquery.js docs/static/underscore.js docs/tutorial/match_columns.html ja/docs/characteristic.html ja/docs/contribution/development/release.html ja/docs/contribution/documentation/i18n.html ja/docs/genindex.html ja/docs/index.html ja/docs/install/centos.html ja/docs/install/debian.html ja/docs/install/fedora.html ja/docs/install/ubuntu.html ja/docs/news.html ja/docs/news/1.2.x.html ja/docs/news/3.x.html ja/docs/news/4.x.html ja/docs/objects.inv ja/docs/reference.html ja/docs/reference/api.html ja/docs/reference/api/grn_cache.html ja/docs/reference/api/grn_column.html ja/docs/reference/api/grn_db.html ja/docs/reference/api/grn_obj.html ja/docs/reference/commands/lock_clear.html ja/docs/reference/commands/logical_count.html ja/docs/reference/commands/logical_range_filter.html ja/docs/reference/commands/normalize.html ja/docs/reference/commands/plugin_unregister.html ja/docs/reference/commands/register.html ja/docs/reference/commands/request_cancel.html ja/docs/reference/commands/suggest.html ja/docs/reference/commands/table_create.html ja/docs/reference/commands/tokenize.html ja/docs/reference/executables/grndb.html ja/docs/reference/executables/groonga.html ja/docs/reference/functions/geo_distance.html ja/docs/reference/grn_expr/query_syntax.html ja/docs/reference/grn_expr/script_syntax.html ja/docs/reference/log.html ja/docs/reference/normalizers.html ja/docs/reference/regular_expression.html ja/docs/reference/scorers/scorer_tf_at_most.html ja/docs/reference/scorers/scorer_tf_idf.html ja/docs/reference/tuning.html ja/docs/searchindex.js ja/docs/server/package.html ja/docs/sources/news.txt ja/docs/sources/reference/executables/groonga.txt ja/docs/sources/reference/tuning.txt ja/docs/sources/tutorial/match_columns.txt ja/docs/static/jquery.js ja/docs/static/underscore.js ja/docs/troubleshooting/mmap_cannot_allocate_memory.html ja/docs/tutorial/data.html ja/docs/tutorial/introduction.html ja/docs/tutorial/match_columns.html ja/docs/tutorial/network.html Modified: docs/news.html (+9 -4) =================================================================== --- docs/news.html 2015-06-11 12:39:47 +0900 (97aba85) +++ docs/news.html 2015-06-16 18:45:25 +0900 (a124d0f) @@ -93,16 +93,20 @@ more effectively.</li> value. [GitHub groonga/groonga.org#16] [Suggested by Hiroyuki Sato]</li> <li>[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] Supported accessing other table's record in filter. You can use <tt class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE[KEY].COLUMN'</span></tt> for example.</li> -<li>[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] Supported operator as table key. +<li>[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] Supported operator in table key. You can use <tt class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE["SOME</span> <span class="pre">STRING"</span> <span class="pre">+</span> <span class="pre">"ANOTHER</span> <span class="pre">STRING"].COLUMN'"</span></tt> for example.</li> <li>[example] Used Ruby 2.0 or later API in script for converting dictionary data.</li> <li>Changed to show error message about invalid type of keys about table.</li> <li>[doc] Fixed link from sourceforge.jp to osdn.me or osdn.jp about mailing list preference page. SourceForge.jp is marked as obsoleted because of branding issue since May 11, 2015.</li> -<li>[<a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a>] Added <tt class="docutils literal"><span class="pre">force_prefix</span></tt>. [Patch by Naoya Murakami]</li> -<li>Supported to search by shorter words such as 2 or less characters for TokenTrigram. +<li>[<a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a>] Added <tt class="docutils literal"><span class="pre">force_prefix</span></tt> value to each token information. [Patch by Naoya Murakami]</li> +<li>Supported to search by shorter words such as 2 or less characters for <a class="reference internal" href="reference/tokenizers.html#token-trigram"><em>TokenTrigram</em></a>. [Patch by Naoya Murakami]</li> <li>[deb] Added service file for Systemd into groonga-httpd and groonga-server-gqtp packages.</li> +<li>[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] Ignored <tt class="docutils literal"><span class="pre">--query</span></tt> when its +value consists of only space characters. Space characters include +full-width space (<tt class="docutils literal"><span class="pre">U+3000</span> <span class="pre">IDEOGRAPHIC</span> <span class="pre">SPACE</span></tt> in +Unicode). [Suggested by TomyGX]</li> </ul> </div> <div class="section" id="fixes"> @@ -111,7 +115,7 @@ SourceForge.jp is marked as obsoleted because of branding issue since May 11, 20 <li>Fixed a crash bug when empty key is specified for <tt class="docutils literal"><span class="pre">drilldown[label].keys</span></tt>.</li> <li>Fixed a bug that the return value of <tt class="docutils literal"><span class="pre">grn_parse_query_flags</span></tt> is not properly checked. [GitHub#336] [Reported by Hiroaki Nakamura]</li> -<li>Fixed a build error on some BSD systems. They doesn't have "-i" option for sed.</li> +<li>Fixed a build error on some BSD systems. They doesn't have <tt class="docutils literal"><span class="pre">-i</span></tt> option for <tt class="docutils literal"><span class="pre">sed</span></tt>.</li> <li>Fixed a build error on Solaris. It is changed to initialize by <tt class="docutils literal"><span class="pre">sizeof(msghdr)</span></tt> in <tt class="docutils literal"><span class="pre">memset()</span></tt> because <tt class="docutils literal"><span class="pre">msg_control</span></tt>, <tt class="docutils literal"><span class="pre">msg_controllen</span></tt> and <tt class="docutils literal"><span class="pre">msg_flags</span></tt> doesn't exist on Solaris by default.</li> <li>[<a class="reference internal" href="reference/tokenizers.html"><em>Tokenizers</em></a>] Fixed a typo. [GitHub#338] [Reported by Hiroyuki Sato]</li> @@ -139,6 +143,7 @@ For example, the newline - "\n" is typical one.</li> <li>Hiroyuki Sato</li> <li>Naoya Murakami</li> <li>fbnteqr</li> +<li>TomyGX</li> </ul> </div> </div> Modified: docs/objects.inv (+0 -0) =================================================================== (Binary files differ) Modified: docs/reference/commands/tokenize.html (+195 -62) =================================================================== --- docs/reference/commands/tokenize.html 2015-06-11 12:39:47 +0900 (be53c1d) +++ docs/reference/commands/tokenize.html 2015-06-16 18:45:25 +0900 (019c923) @@ -121,62 +121,77 @@ optional:</p> # [ # { # "position": 0, +# "force_prefix": false, # "value": "Fu" # }, # { # "position": 1, +# "force_prefix": false, # "value": "ul" # }, # { # "position": 2, +# "force_prefix": false, # "value": "ll" # }, # { # "position": 3, +# "force_prefix": false, # "value": "lt" # }, # { # "position": 4, +# "force_prefix": false, # "value": "te" # }, # { # "position": 5, +# "force_prefix": false, # "value": "ex" # }, # { # "position": 6, +# "force_prefix": false, # "value": "xt" # }, # { # "position": 7, +# "force_prefix": false, # "value": "t " # }, # { # "position": 8, +# "force_prefix": false, # "value": " S" # }, # { # "position": 9, +# "force_prefix": false, # "value": "Se" # }, # { # "position": 10, +# "force_prefix": false, # "value": "ea" # }, # { # "position": 11, +# "force_prefix": false, # "value": "ar" # }, # { # "position": 12, +# "force_prefix": false, # "value": "rc" # }, # { # "position": 13, +# "force_prefix": false, # "value": "ch" # }, # { # "position": 14, +# "force_prefix": false, # "value": "h" # } # ] @@ -211,62 +226,77 @@ tokenizer that is named <tt class="docutils literal"><span class="pre">tokenizer # [ # { # "position": 0, +# "force_prefix": false, # "value": "Ful" # }, # { # "position": 1, +# "force_prefix": false, # "value": "ull" # }, # { # "position": 2, +# "force_prefix": false, # "value": "llt" # }, # { # "position": 3, +# "force_prefix": false, # "value": "lte" # }, # { # "position": 4, +# "force_prefix": false, # "value": "tex" # }, # { # "position": 5, +# "force_prefix": false, # "value": "ext" # }, # { # "position": 6, +# "force_prefix": false, # "value": "xt " # }, # { # "position": 7, +# "force_prefix": false, # "value": "t S" # }, # { # "position": 8, +# "force_prefix": false, # "value": " Se" # }, # { # "position": 9, +# "force_prefix": false, # "value": "Sea" # }, # { # "position": 10, +# "force_prefix": false, # "value": "ear" # }, # { # "position": 11, +# "force_prefix": false, # "value": "arc" # }, # { # "position": 12, +# "force_prefix": false, # "value": "rch" # }, # { # "position": 13, +# "force_prefix": false, # "value": "ch" # }, # { # "position": 14, +# "force_prefix": false, # "value": "h" # } # ] @@ -295,162 +325,202 @@ registering <tt class="docutils literal"><span class="pre">tokenizers/kytea</spa # [ # { # "position": 0, +# "force_prefix": false, # "value": "Gr" # }, # { # "position": 1, +# "force_prefix": false, # "value": "ro" # }, # { # "position": 2, +# "force_prefix": false, # "value": "oo" # }, # { # "position": 3, +# "force_prefix": false, # "value": "on" # }, # { # "position": 4, +# "force_prefix": false, # "value": "ng" # }, # { # "position": 5, +# "force_prefix": false, # "value": "ga" # }, # { # "position": 6, +# "force_prefix": false, # "value": "a " # }, # { # "position": 7, +# "force_prefix": false, # "value": " i" # }, # { # "position": 8, +# "force_prefix": false, # "value": "is" # }, # { # "position": 9, +# "force_prefix": false, # "value": "s " # }, # { # "position": 10, +# "force_prefix": false, # "value": " a" # }, # { # "position": 11, +# "force_prefix": false, # "value": "a " # }, # { # "position": 12, +# "force_prefix": false, # "value": " f" # }, # { # "position": 13, +# "force_prefix": false, # "value": "fa" # }, # { # "position": 14, +# "force_prefix": false, # "value": "as" # }, # { # "position": 15, +# "force_prefix": false, # "value": "st" # }, # { # "position": 16, +# "force_prefix": false, # "value": "t " # }, # { # "position": 17, +# "force_prefix": false, # "value": " f" # }, # { # "position": 18, +# "force_prefix": false, # "value": "fu" # }, # { # "position": 19, +# "force_prefix": false, # "value": "ul" # }, # { # "position": 20, +# "force_prefix": false, # "value": "ll" # }, # { # "position": 21, +# "force_prefix": false, # "value": "lt" # }, # { # "position": 22, +# "force_prefix": false, # "value": "te" # }, # { # "position": 23, +# "force_prefix": false, # "value": "ex" # }, # { # "position": 24, +# "force_prefix": false, # "value": "xt" # }, # { # "position": 25, +# "force_prefix": false, # "value": "t " # }, # { # "position": 26, +# "force_prefix": false, # "value": " e" # }, # { # "position": 27, +# "force_prefix": false, # "value": "ea" # }, # { # "position": 28, +# "force_prefix": false, # "value": "ar" # }, # { # "position": 29, +# "force_prefix": false, # "value": "rc" # }, # { # "position": 30, +# "force_prefix": false, # "value": "ch" # }, # { # "position": 31, +# "force_prefix": false, # "value": "h " # }, # { # "position": 32, +# "force_prefix": false, # "value": " e" # }, # { # "position": 33, +# "force_prefix": false, # "value": "en" # }, # { # "position": 34, +# "force_prefix": false, # "value": "ng" # }, # { # "position": 35, +# "force_prefix": false, # "value": "gi" # }, # { # "position": 36, +# "force_prefix": false, # "value": "in" # }, # { # "position": 37, +# "force_prefix": false, # "value": "ne" # }, # { # "position": 38, +# "force_prefix": false, # "value": "e!" # }, # { # "position": 39, +# "force_prefix": false, # "value": "!" # } # ] @@ -482,62 +552,77 @@ tokenizing.</p> # [ # { # "position": 0, +# "force_prefix": false, # "value": "Fu" # }, # { # "position": 1, +# "force_prefix": false, # "value": "ul" # }, # { # "position": 2, +# "force_prefix": false, # "value": "ll" # }, # { # "position": 3, +# "force_prefix": false, # "value": "lt" # }, # { # "position": 4, +# "force_prefix": false, # "value": "te" # }, # { # "position": 5, +# "force_prefix": false, # "value": "ex" # }, # { # "position": 6, +# "force_prefix": false, # "value": "xt" # }, # { # "position": 7, +# "force_prefix": false, # "value": "t " # }, # { # "position": 8, +# "force_prefix": false, # "value": " S" # }, # { # "position": 9, +# "force_prefix": false, # "value": "Se" # }, # { # "position": 10, +# "force_prefix": false, # "value": "ea" # }, # { # "position": 11, +# "force_prefix": false, # "value": "ar" # }, # { # "position": 12, +# "force_prefix": false, # "value": "rc" # }, # { # "position": 13, +# "force_prefix": false, # "value": "ch" # }, # { # "position": 14, +# "force_prefix": false, # "value": "h" # } # ] @@ -558,10 +643,12 @@ a token.</p> # [ # { # "position": 0, +# "force_prefix": false, # "value": "fulltext" # }, # { # "position": 1, +# "force_prefix": false, # "value": "search" # } # ] @@ -583,58 +670,72 @@ a token.</p> # [ # { # "position": 0, +# "force_prefix": false, # "value": "fu" # }, # { # "position": 1, +# "force_prefix": false, # "value": "ul" # }, # { # "position": 2, +# "force_prefix": false, # "value": "ll" # }, # { # "position": 3, +# "force_prefix": false, # "value": "lt" # }, # { # "position": 4, +# "force_prefix": false, # "value": "te" # }, # { # "position": 5, +# "force_prefix": false, # "value": "ex" # }, # { # "position": 6, +# "force_prefix": false, # "value": "xt" # }, # { # "position": 7, +# "force_prefix": false, # "value": "t" # }, # { # "position": 8, +# "force_prefix": false, # "value": "se" # }, # { # "position": 9, +# "force_prefix": false, # "value": "ea" # }, # { # "position": 10, +# "force_prefix": false, # "value": "ar" # }, # { # "position": 11, +# "force_prefix": false, # "value": "rc" # }, # { # "position": 12, +# "force_prefix": false, # "value": "ch" # }, # { # "position": 13, +# "force_prefix": false, # "value": "h" # } # ] @@ -682,14 +783,17 @@ tokenized delimiter details.</td> # [ # { # "position": 0, +# "force_prefix": false, # "value": "full" # }, # { # "position": 1, +# "force_prefix": false, # "value": "text sea" # }, # { # "position": 2, +# "force_prefix": false, # "value": "crch" # } # ] @@ -719,69 +823,84 @@ the mode is omitted, the text is tokenized by the <tt class="docutils literal">< # [ # [ # 0, -# 1408017697.66886, -# 0.00126171112060547 +# 1337566253.89858, +# 0.000355720520019531 # ], # [ # { -# "value": "Fu", -# "position": 0 +# "position": 0, +# "force_prefix": false, +# "value": "Fu" # }, # { -# "value": "ul", -# "position": 1 +# "position": 1, +# "force_prefix": false, +# "value": "ul" # }, # { -# "value": "ll", -# "position": 2 +# "position": 2, +# "force_prefix": false, +# "value": "ll" # }, # { -# "value": "lt", -# "position": 3 +# "position": 3, +# "force_prefix": false, +# "value": "lt" # }, # { -# "value": "te", -# "position": 4 +# "position": 4, +# "force_prefix": false, +# "value": "te" # }, # { -# "value": "ex", -# "position": 5 +# "position": 5, +# "force_prefix": false, +# "value": "ex" # }, # { -# "value": "xt", -# "position": 6 +# "position": 6, +# "force_prefix": false, +# "value": "xt" # }, # { -# "value": "t ", -# "position": 7 +# "position": 7, +# "force_prefix": false, +# "value": "t " # }, # { -# "value": " S", -# "position": 8 +# "position": 8, +# "force_prefix": false, +# "value": " S" # }, # { -# "value": "Se", -# "position": 9 +# "position": 9, +# "force_prefix": false, +# "value": "Se" # }, # { -# "value": "ea", -# "position": 10 +# "position": 10, +# "force_prefix": false, +# "value": "ea" # }, # { -# "value": "ar", -# "position": 11 +# "position": 11, +# "force_prefix": false, +# "value": "ar" # }, # { -# "value": "rc", -# "position": 12 +# "position": 12, +# "force_prefix": false, +# "value": "rc" # }, # { -# "value": "ch", -# "position": 13 +# "position": 13, +# "force_prefix": false, +# "value": "ch" # }, # { -# "value": "h", -# "position": 14 +# "position": 14, +# "force_prefix": false, +# "value": "h" # } # ] # ] @@ -794,65 +913,79 @@ the mode is omitted, the text is tokenized by the <tt class="docutils literal">< # [ # [ # 0, -# 1408017732.62883, -# 0.000665903091430664 +# 1337566253.89858, +# 0.000355720520019531 # ], # [ # { -# "value": "Fu", -# "position": 0 +# "position": 0, +# "force_prefix": false, +# "value": "Fu" # }, # { -# "value": "ul", -# "position": 1 +# "position": 1, +# "force_prefix": false, +# "value": "ul" # }, # { -# "value": "ll", -# "position": 2 +# "position": 2, +# "force_prefix": false, +# "value": "ll" # }, # { -# "value": "lt", -# "position": 3 +# "position": 3, +# "force_prefix": false, +# "value": "lt" # }, # { -# "value": "te", -# "position": 4 +# "position": 4, +# "force_prefix": false, +# "value": "te" # }, # { -# "value": "ex", -# "position": 5 +# "position": 5, +# "force_prefix": false, +# "value": "ex" # }, # { -# "value": "xt", -# "position": 6 +# "position": 6, +# "force_prefix": false, +# "value": "xt" # }, # { -# "value": "t ", -# "position": 7 +# "position": 7, +# "force_prefix": false, +# "value": "t " # }, # { -# "value": " S", -# "position": 8 +# "position": 8, +# "force_prefix": false, +# "value": " S" # }, # { -# "value": "Se", -# "position": 9 +# "position": 9, +# "force_prefix": false, +# "value": "Se" # }, # { -# "value": "ea", -# "position": 10 +# "position": 10, +# "force_prefix": false, +# "value": "ea" # }, # { -# "value": "ar", -# "position": 11 +# "position": 11, +# "force_prefix": false, +# "value": "ar" # }, # { -# "value": "rc", -# "position": 12 +# "position": 12, +# "force_prefix": false, +# "value": "rc" # }, # { -# "value": "ch", -# "position": 13 +# "position": 13, +# "force_prefix": false, +# "value": "ch" # } # ] # ] Modified: docs/reference/executables/groonga.html (+1 -1) =================================================================== --- docs/reference/executables/groonga.html 2015-06-11 12:39:47 +0900 (c45a397) +++ docs/reference/executables/groonga.html 2015-06-16 18:45:25 +0900 (c030e8a) @@ -189,7 +189,7 @@ with the new database:</p> <span id="groonga-executable-file-daemon-mode"></span><h3>7.1.3.2.3. Daemon mode<a class="headerlink" href="#daemon-mode" title="Permalink to this headline">¶</a></h3> <p>In daemon mode, <tt class="docutils literal"><span class="pre">groonga</span></tt> executable file runs as a daemon. Daemon is similar to server but it runs in the background. See -<em class="xref std std-ref">_groonga-executable-file-server-mode</em> about server.</p> +<a class="reference internal" href="#groonga-executable-file-server-mode"><em>Server mode</em></a> about server.</p> <p>Here is the syntax to run Groonga daemon with temporary database:</p> <div class="highlight-none"><div class="highlight"><pre>groonga [options] --protocol http -d </pre></div> Modified: docs/reference/tuning.html (+32 -30) =================================================================== --- docs/reference/tuning.html 2015-06-11 12:39:47 +0900 (00ea845) +++ docs/reference/tuning.html 2015-06-16 18:45:25 +0900 (21ee244) @@ -89,22 +89,21 @@ <h1>7.19. Tuning<a class="headerlink" href="#tuning" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> <h2>7.19.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> -<p>There are some tuning parameters for improving Groonga performance or -handling a large database.</p> +<p>There are some tuning parameters for handling a large database.</p> </div> <div class="section" id="parameters"> <h2>7.19.2. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> -<p>This section describes parameters.</p> +<p>This section describes tuning parameters.</p> <div class="section" id="the-max-number-of-open-files-per-process"> <span id="tuning-max-n-open-files"></span><h3>7.19.2.1. The max number of open files per process<a class="headerlink" href="#the-max-number-of-open-files-per-process" title="Permalink to this headline">¶</a></h3> <p>This parameter is for handling a large database.</p> -<p>Groonga creates one or more files per table and colum. If your -database has many tables and columns, groonga process needs to open +<p>Groonga creates one or more files per table and column. If your +database has many tables and columns, Groonga process needs to open many files.</p> <p>System limits the max number of open files per process. So you need to relax the limitation.</p> <p>Here is an expression that compute how many files are opened by -groonga:</p> +Groonga:</p> <div class="highlight-none"><div class="highlight"><pre>3 (for DB) + N tables + N columns (except index clumns) + @@ -134,20 +133,23 @@ column_create Terms entries_content_index COLUMN_INDEX|WITH_POSITION Entries con <span id="tuning-memory-usage"></span><h3>7.19.2.2. Memory usage<a class="headerlink" href="#memory-usage" title="Permalink to this headline">¶</a></h3> <p>This parameter is for handling a large database.</p> <p>Groonga maps database files onto memory and accesses to them. Groonga -doesn't maps unnecessary files onto memory until they are nneded.</p> +doesn't maps unnecessary files onto memory. Groonga maps files when +they are needed.</p> <p>If you access to all data in database, all database files are mapped -onto memory. If total size of your database files is 6GiB, your -groonga process uses 6GiB memory.</p> -<p>Normally, your all database files aren't mapped onto memry. But is may +onto memory. If total size of your database files is 6GiB, your +Groonga process uses 6GiB memory.</p> +<p>Normally, your all database files aren't mapped onto memory. But it may be occurred. It is an example case that you dump your database.</p> -<p>You must have memory and swap that is larger than database.</p> +<p>Normally, you must have memory and swap that is larger than +database. Linux has tuning parameter to work with less memory and swap +than database size.</p> </div> </div> <div class="section" id="linux"> <span id="tuning-linux"></span><h2>7.19.3. Linux<a class="headerlink" href="#linux" title="Permalink to this headline">¶</a></h2> <p>This section describes how to configure parameters on Linux.</p> <div class="section" id="nofile"> -<span id="tuning-linux-nofile"></span><h3>7.19.3.1. nofile<a class="headerlink" href="#nofile" title="Permalink to this headline">¶</a></h3> +<span id="tuning-linux-nofile"></span><h3>7.19.3.1. <tt class="docutils literal"><span class="pre">nofile</span></tt><a class="headerlink" href="#nofile" title="Permalink to this headline">¶</a></h3> <p>You can relax the <a class="reference internal" href="#tuning-max-n-open-files"><em>The max number of open files per process</em></a> parameter by creating a configuration file <tt class="docutils literal"><span class="pre">/etc/security/limits.d/groonga.conf</span></tt> that has the following content:</p> @@ -155,24 +157,23 @@ the following content:</p> ${USER} hard nofile ${MAX_VALUE} </pre></div> </div> -<p>If you run <tt class="docutils literal"><span class="pre">groonga</span></tt> process by <tt class="docutils literal"><span class="pre">groonga</span></tt> user and your groonga +<p>If you run Groonga process by <tt class="docutils literal"><span class="pre">groonga</span></tt> user and your Groonga process needs to open less than 10000 files, use the following configuration:</p> <div class="highlight-none"><div class="highlight"><pre>groonga soft nofile 10000 groonga hard nofile 10000 </pre></div> </div> -<p>The configuration is applied after your groonga service is restarted -or re-login as your groonga user.</p> +<p>The configuration is applied after your Groonga service is restarted +or re-login as your <tt class="docutils literal"><span class="pre">groonga</span></tt> user.</p> </div> <div class="section" id="vm-overcommit-memory"> -<span id="tuning-linux-overcommit-memory"></span><h3>7.19.3.2. vm.overcommit_memory<a class="headerlink" href="#vm-overcommit-memory" title="Permalink to this headline">¶</a></h3> +<span id="tuning-linux-overcommit-memory"></span><h3>7.19.3.2. <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt><a class="headerlink" href="#vm-overcommit-memory" title="Permalink to this headline">¶</a></h3> <p>This is <a class="reference internal" href="#tuning-memory-usage"><em>Memory usage</em></a> related parameter. You can handle a database that is larger than your memory and swap by setting -<tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt> kernel parameter to 1. 1 means that Groonga -can always map database files onto memory. It is no problem until -groonga touch mapped database files that their size is larger than -memory and swap. Groonga recommends the configuration.</p> +<tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt> kernel parameter to <tt class="docutils literal"><span class="pre">1</span></tt>. <tt class="docutils literal"><span class="pre">1</span></tt> means that +Groonga can always map database files onto memory. Groonga recommends +the configuration.</p> <p>See <a class="reference external" href="https://www.kernel.org/doc/Documentation/vm/overcommit-accounting">Linux kernel documentation about overcommit</a> about <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt> parameter details.</p> <p>You can set the configuration by putting a configuration file @@ -187,13 +188,14 @@ following command:</p> </div> </div> <div class="section" id="vm-max-map-count"> -<span id="tuning-linux-max-map-count"></span><h3>7.19.3.3. vm.max_map_count<a class="headerlink" href="#vm-max-map-count" title="Permalink to this headline">¶</a></h3> +<span id="tuning-linux-max-map-count"></span><h3>7.19.3.3. <tt class="docutils literal"><span class="pre">vm.max_map_count</span></tt><a class="headerlink" href="#vm-max-map-count" title="Permalink to this headline">¶</a></h3> <p>This is <a class="reference internal" href="#tuning-memory-usage"><em>Memory usage</em></a> related parameter. You can handle a 16GiB or more larger size database by increasing <tt class="docutils literal"><span class="pre">vm.max_map_count</span></tt> kernel parameter. The parameter limits the max number of memory maps.</p> -<p>The default value of the kernel parameter may be 65530 or 65536. -Groonga maps 256KiB memory chunk at one time. If a database is larger -than 16GiB, groonga reaches the limitation. (<tt class="docutils literal"><span class="pre">256KiB</span> <span class="pre">*</span> <span class="pre">65536</span> <span class="pre">=</span> <span class="pre">16GiB</span></tt>)</p> +<p>The default value of the kernel parameter may be <tt class="docutils literal"><span class="pre">65530</span></tt> or +<tt class="docutils literal"><span class="pre">65536</span></tt>. Groonga maps 256KiB memory chunk at one time. If a +database is larger than 16GiB, Groonga reaches the +limitation. (<tt class="docutils literal"><span class="pre">256KiB</span> <span class="pre">*</span> <span class="pre">65536</span> <span class="pre">=</span> <span class="pre">16GiB</span></tt>)</p> <p>You needs to increase the value of the kernel parameter to handle 16GiB or more larger size database. For example, you can handle almost 32GiB size database by <tt class="docutils literal"><span class="pre">65536</span> <span class="pre">*</span> <span class="pre">2</span> <span class="pre">=</span> <span class="pre">131072</span></tt>. You can set the @@ -202,7 +204,7 @@ configuration by putting a configuration file <div class="highlight-none"><div class="highlight"><pre>vm.max_map_count = 131072 </pre></div> </div> -<p>Note that your real confiugration file will be the following because +<p>Note that your real configuration file will be the following because you already have <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt> configuration:</p> <div class="highlight-none"><div class="highlight"><pre>vm.overcommit_memory = 1 vm.max_map_count = 131072 @@ -219,7 +221,7 @@ following command:</p> <h2>7.19.4. FreeBSD<a class="headerlink" href="#freebsd" title="Permalink to this headline">¶</a></h2> <p>This section describes how to configure parameters on FreeBSD.</p> <div class="section" id="kern-maxfileperproc"> -<span id="tuning-freebsd-maxfilesperproc"></span><h3>7.19.4.1. kern.maxfileperproc<a class="headerlink" href="#kern-maxfileperproc" title="Permalink to this headline">¶</a></h3> +<span id="tuning-freebsd-maxfilesperproc"></span><h3>7.19.4.1. <tt class="docutils literal"><span class="pre">kern.maxfileperproc</span></tt><a class="headerlink" href="#kern-maxfileperproc" title="Permalink to this headline">¶</a></h3> <p>TODO</p> </div> </div> @@ -241,13 +243,13 @@ following command:</p> </ul> </li> <li><a class="reference internal" href="#linux">7.19.3. Linux</a><ul> -<li><a class="reference internal" href="#nofile">7.19.3.1. nofile</a></li> -<li><a class="reference internal" href="#vm-overcommit-memory">7.19.3.2. vm.overcommit_memory</a></li> -<li><a class="reference internal" href="#vm-max-map-count">7.19.3.3. vm.max_map_count</a></li> +<li><a class="reference internal" href="#nofile">7.19.3.1. <tt class="docutils literal"><span class="pre">nofile</span></tt></a></li> +<li><a class="reference internal" href="#vm-overcommit-memory">7.19.3.2. <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt></a></li> +<li><a class="reference internal" href="#vm-max-map-count">7.19.3.3. <tt class="docutils literal"><span class="pre">vm.max_map_count</span></tt></a></li> </ul> </li> <li><a class="reference internal" href="#freebsd">7.19.4. FreeBSD</a><ul> -<li><a class="reference internal" href="#kern-maxfileperproc">7.19.4.1. kern.maxfileperproc</a></li> +<li><a class="reference internal" href="#kern-maxfileperproc">7.19.4.1. <tt class="docutils literal"><span class="pre">kern.maxfileperproc</span></tt></a></li> </ul> </li> </ul> Modified: docs/searchindex.js (+1 -1) =================================================================== --- docs/searchindex.js 2015-06-11 12:39:47 +0900 (4372a88) +++ docs/searchindex.js 2015-06-16 18:45:25 +0900 (0b38314) @@ -1 +1 @@ -Search.setIndex({envversion:42,terms:{localstatedir:137,four:[135,94,3,97,149],"\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":152,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":16,"\u811a\u6ce8":[34,45,169,72],"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":168,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":140,your_db:27,grn_fin:5,column_cr:[55,43,85,31,27,80],"\u65e5\u672c\u4eba":177,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":152,no_such_device_or_address:173,thread_tabl:168,command_vers:[11,3,4,162,32,47,82,173,109,9,148,36,102],dewangga:77,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":63,"takas hi\u3055 \u3093\u304c\u5831\u544a":27,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":155,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":108,cancel_request_is_accepted_or_not:103,grn_plugin_win32_base_dir:40,drilldown_output_column:[156,80],asami:125,"\u697d\u3057\u3044billiard":[70,144],dump_index:77,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":152,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":113,grn_oper:[113,56,84,121,110],grn_column_name_nsubrecs_len:121,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":152,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":168,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":37,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":53,g rn_socke t_is_already_shutdown:2,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":63,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":97,grn_table_cursor_next:[63,155],here:[40,92,2,71,5,94,95,97,68,47,48,46,145,100,101,9,103,10,148,149,106,127,54,58,108,75,12,85,154,14,16,17,115,59,18,90,20,167,151,64,65,22,164,49,23,61,122,162,183,74,171,173,96,78,175,176,177,81,190,83,130,158,131,38,109,182,133,32,187,136,179,35,189,139,119,84,117],onga:32,china:[75,130],grn_enc_utf8:[63,123],ful:90,"\u4e0e\u3048":70,latitude_in_msec:151,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":27,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":134,"\u7a7a\u767d\u3084":97,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":97,match_column:[55,85,125,156,77,80],"\u540c\u4e00\u30d5\u30a1\u30a4\u30 eb\u5185 \u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":168,engi:[154,177],"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":178,"\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":27,substr:[182,151],unix:[189,80],txt:[87,38,119],unit:[75,151,31,32,171,173,38],tokenizs:[55,43],music:[44,149],until:[40,114,108,58,19,139,80,119],"\u30d6\u30ed\u30b0":88,grn_op_push:69,token_filt:158,relax:139,relat:[55,129,189,165,132,14,125,26,7,153,77,104,27,88,79,80,81],error_messag:135,notic:[6,122,8,97,9],"\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":152,hold:[13,99],"cutter\u306b\u542 b\u307e\ u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":152,"byte\u9577":[113,79,121],"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":158,"akio\u3055\u3093\u304c\u5831\u544a":155,"\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":79,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":124,grn_obj_reinit:79,cirit:9,digit:[108,18,149,179,38,80,65],"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":168,want:[141,90,3,91,128,97,46,48,145,100,9,104,189,165,108,75,87,14,58,18,68,166,183,173,77,78,176,177,80,179,129,182,130,131,133,153,38,89],"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":113,type1:154,type2:154,"grnslap\u306f":180,grn_filename_too_long:2,turn:9,grn_re ad_only_ file_system:2,travel:185,grn_geo_point:110,grn_input_output_error:2,enviromn:77,yum:[7,165,129,152,20],"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":79,message_pack_install_prefix:137,groonga_clone_dir:152,moritar:78,wrong:[125,7,170,18,61,77,27,80],"\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":83,"\u63d0\u6848\u3092\u884c\u3046":155,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":147,"virtualbox\u306fsourc":152,wing:[7,125],"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":168,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":123,vari:[40,66],"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":108,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":88,"\u306f\u7121\u8996\u3055\u308c\u3 07e\u305 9":[63,113],"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":155,hidden:132,fin:53,easier:12,"\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":69,rectangl:[7,27,110,132],stop_word:[164,46,158],"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":152,dcmake_install_prefix:101,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":155,timeout:[79,19,125],debug:[90,6,97,8,9,149,77,80],"obj\u3092lock\u3057\u307e\u3059":79,last_modifi:185,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u30 59\u304c ":70,"akio\u3055\u3093\u304c\u63d0\u6848":155,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":168,ideograph:77,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":155,grn_table_s:[113,69],grooon:131,moritapo:44,gregex:125,lexicon_t:168,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":168,input_typ:58,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":152,"\u79d2":79,"\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":152,ringtail:125,"\u307e\u308d\u3086\u304d":143,libedit:[7,27,189,165,77],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u30 8b\u7d4c \u5ea6":45,atv:[74,3,130],pagin:3,"\u30ab\u30e9\u30e0\u306b\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u518d\u5e30\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059":146,confus:[38,179],resource_busi:173,accuml:125,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":11,mingw:152,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":63,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":152,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":97,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":152,"\u304a\u3070\u305f\u3055\u3093":1,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":113,master:[119,9,81],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":108,"1\u30 4c\u6307 \u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":63,listen:[7,173,9,54,102],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[34,169],kinjir:44,"\u50242":97,"\u50241":97,tree:80,second:[108,75,3,182,12,13,185,45,135,74,103,149,78,95,54,151],project:[0,141,151,152,132,104,88,80,81],"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":113,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":168,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":97,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":168,boston:185,"db_api\u306f":69,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":60,"\u3050\u308b\u3093\u304c\u6b21\u90ce":44,increment:35,incompat:[7,77,125,80],"\u3053\u306e\u30dc\u30bf\u30f3\u 3092\u7d 4c\u7531\u3059\u308b\u5834\u5408":152,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":70,"0\u306e\u79d2\u8868\u8a18":70,suenaga:77,"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":152,simplifi:[100,125],unknow:80,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"10041\u756a":97,"key_type\u306bt":113,object:[40,17,49,71,83,79,85,113,133,32,16,7,136,59,90,167,159,148,27,37,80],microsecond:[13,149],letter:190,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":168,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":62,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":168,camp:185,incompatible_file_format:173,index_blog:78,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u 4e0b\u30 6e\u901a\u308a\u3067\u3059":152,expornenti:151,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"\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":79,daemoinz:7,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,grnslap:[52,55,43],"\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":97,restaur:132,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u30 7e\u308a ":11,"2byte":[2,173],grn_obj_set_element_info:41,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":93,"\u306f\u306a\u304f":1,serv:[13,152,80],source_file_nam:135,other_t:77,ff1f:77,createrepo:152,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":45,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[55,31,80,43,16],maverick:27,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":70,unexpectedli:125,etim:180,"description\u306b":144,result:[4,94,48,7,103,77,145,157,55,108,75,151,13,112,114,115,113,18,61,64,119,68,69,125,183,27,176,177,80,179,131,132,133,32,135,36,190,38],respons:[17,2,131,132,125,7,80,103,27,54,173],fail:[22,17,3,182,40,125,7,19,10,27,77,175,80,65],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3 067":79, best:132,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":69,wikipedia:45,figur:92,score:[7,77,59,85],"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":11,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":168,extend:[78,91,80,179],shidara:27,extens:4,pat_kei:94,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":105,grn_plugin_realloc:40,column_scalar:[91,12,95,46,47,100,109,127,108,75,151,115,114,70,59,158,44,164,23,122,162,73,183,171,96,78,179,182,130,185,32,136,139],logic:[7,142,108,23],msghdr:77,login:139,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":144,"2nd":108,"\u95a2\u6570":178,grn_table_cursor_get_valu:63,assum:[53,103,16],summar:130,duplic:8 0,grn_se arch_optarg:[77,56],"\u306e\u307b\u304b\u306b":45,"\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":11,"takashi\u3055\u3093":27,much:38,salamand:[125,80],res_column:168,"\u30ab\u30f3\u30de":158,worker:[9,125],"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,dave:96,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":70,grn_table_delet:113,"localstatedir\u3092\u4f7f\u7528":155,spil:77,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":1,"\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":69,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,sen_index_norm: 42,"\u51 86\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,"\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":11,select_opt:151,arg_list_too_long:173,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":1,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":82,grn_resource_busi:2,simil:151,split:[27,77,38,151,94],big:[9,80],"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":70,documents_content_index:[115,32],"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u 30eb\u30 92\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":168,refin:[132,125],"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":82,tune:[55,108,125,43,85],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":152,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[70,144],"\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":69,out_gqtp:168,users_memo:115,gzip:[7,189,192],unchang:40,bellow:38,sleepi:114,hai:69,easi:[12,132,97,54,159,176,80,102],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":168,had:[12,119],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":88,hat:189,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":69,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u30 4c\u3042 \u308b\u306e\u3067":152,koji:7,"\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":70,command_nam:[36,102],"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":168,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":152,measur:[27,132],specif:[55,68,23,85,132,108,125,7,158,154,145,189,80],"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":73,filename_too_long:173,"\u30d4\u30ea\u30aa\u30c9":73,sebastian:80,underli:132,grn_obj_table_hash_kei:[63,113],right:[110,80],groogna:[7,112,108,101,182],kouhei:125,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\ u307e\u3 059":60,bottom:110,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":120,"146566000x":[185,75],"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":152,ichii:27,condit:[66,55,125,7,77,84],scorer_tf_at_most:[77,12],yoku:[125,80],"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":168,grn_builtin_typ:[62,79],grn_cursor_descend:63,grn_log_path:7,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":121,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":134,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307 e\u3059" :45,nginxhttpstubstatusmodul:80,"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":152,"\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":25,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":108,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":69,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":69,suffici:40,support:[40,42,7,90,9,103,27,145,189,114,108,151,14,58,115,64,119,68,125,77,112,80,81,190,182,132,186,32,188,65],"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":67,avail:[40,55,108,42,43,119,132,95,133,125,135,90,61,154,189,77,106,65],width:[27,190],joseph:143,call:[40,68,75,5,85,108,32,16,7,59,125,159,145,80],inv_res_column:168,"\u3086\u304d\u3072\u308d":143,"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u 30ad\u30 fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":1,rid_max:120,pagerank:[122,28,12],"135960000x":75,type:[41,90,71,4,12,92,94,95,48,7,145,2,9,103,77,104,110,106,53,55,108,75,43,85,154,16,59,18,179,65,121,122,168,125,73,183,171,27,28,112,177,80,151,182,131,38,133,36,84],"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":113,"\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":11,replied_us:185,"\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":124,later:[109,23,162,97,125,47,7,183,80,27,77,190,3,179],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u63 07\u5b9a \u3057\u307e\u3059":113,exist:[141,3,12,97,7,100,9,103,151,13,58,61,20,64,125,74,173,96,77,78,80,83,188,38],"object\u578b\u306fv1":45,column_name1:58,column_name2:58,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":105,grn_search:[55,30,43],"_yyyymmdd":[142,23],role:[132,115],notif:[149,125],intend:[7,183,78,182,80],moero:44,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":152,grn_ptr_value_at:[84,16],intens:9,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":155,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":121,grn_ii_buffer_open:86,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":56,exce:[7,77,125],time:[55,23,103,131,132,135,168,32,125,7,154,19,61,77,27,80,182],push:[119,16],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":105,chain:183,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u3 04c\u306 7\u304d\u307e\u3059":[181,34,111,169,67],grn_obj_get_hook:93,netbsd:125,millisecond:[13,131,74,19,151],decid:176,thread_title_column:168,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":155,decim:[13,45,151],"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":178,downtim:192,"257662232kbyte":168,score_adjust_express:108,lru:117,exact:[82,94,108,69,65],"\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":25,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":178,grn_plugin_mutex_lock:40,prevent:125,"\u8ad6\u7406\u548c":69,grn_table_group_result:113,index_point:44,sign:[7,2,152],"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":180,"\u6307\u5b9a\u3055\u308c\u30 5f\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":11,grn_broken_pip:2,takashi:171,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":79,current:[58,3,83,92,119,185,16,17,59,9,27,117,106,65],"\u3053\u308c\u306b\u3088\u308a":152,construnct:77,boost:177,"encoding\u306e\u5024\u304c":27,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":79,modif:77,address:[131,97,7,102,77,27,173],"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":69,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":88,throughput:[27,54],"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":88 ,commonl i:[132,179],ipa:165,pentium:168,prefer:[131,77],"\u3092\u6307\u5b9a\u3057\u307e\u3059":[41,83,62,97,113,79,168,121],mitani:80,instal:[132,88,178,152],grn_pat_del:77,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":113,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":97,droonga:100,value2:[58,36,151],value1:[58,36,100,9,151],scope:77,neologd:38,peopl:[132,38],tanuma:80,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":168,enhanc:42,visual:[135,132,125,7,101,77,27,80],"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":63,valuen:100,pgroonga:12,"windows\u7cfb":152,genki:125,improper_link:173,recycl:80,"takahiro\u3055\u3093":155,index_titl:78,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":63,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":11,chroot:152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":168,"\u 7279\u5b 9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":178,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":168,date:[55,75,132,45,168,157],data:[71,43,93,95,7,101,27,55,108,85,154,14,17,158,58,66,23,165,125,171,77,112,80,81,129,83,132,153,137],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":121,quot:[90,3,182,133,125,58,151],cannot:[55,108,182,94,114,39,151,190,54,65],int64:[45,108,80,125],grn_plugin_charlen:40,i686:168,grn_ja_skip_same_value_put:125,"\u30e6\u30fc\u30b6\u540d":168,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":120,implemnt:192,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u77e5\u308c\u307e\u305b\u3093":124,instantli:[132,32],grn_obj_init:79,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":191,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u30 6a\u304f \u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":152,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,didn:80,separ:[58,108,90,3,4,130,176,95,133,151,46,7,173,154,77,106,38,182],"_dataset":[64,187],operation_not_permit:173,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":79,"\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":152,compil:[27,189,125,80,77],"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":113,grn_obj_path:[79,125],gtar:24,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":152,vervet:[77,14],internet:[132,159],formula:[166,75],"\u6700\u5f8c\u306e":168,million:66,"\u6700\u5f8c\u306b":70,mime:[77,54],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\ u30ec\u3 0fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":25,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":113,"byte":[40,108,121,35,45,62,32,16,7,113,173,125,77,27,79,84,53,80],dest_key_s:113,"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":41,grn_op_adjust:[56,69],brasil:75,geoloc:[55,186,80,43],recov:83,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":93,oper:[55,108,110,43,125,7,136,59,159,77,189,84,80],grn_logger_reopen:7,onc:[108,130,5,185,7,27,78,190,80],beijin:75,reopen:27,"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":70,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":27,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u602 7\u304c\ u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":70,open:[17,190,83,149,125,7,110,61,27,77,58,162,81],grn_obj_get_element_info:41,convens:7,convent:7,return_cod:[135,149],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":70,citi:[92,75,185],groonga1:11,fullfil:141,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":152,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":63,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":79,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":168,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":79,grn_stack_over_flow:2,set_port:168,grn_obj_get_info:41,fumiyasu:27,grn_ctx_set_output_typ:16,"\u307e\u305fgroonga":168,column_list:[55,43,155,31,7,27,80],"\u90fd":[70,144,38],sai:[3,151],san:75,"\u 73fe\u57 28\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":181,"\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":34,argument:[40,3,12,97,47,7,100,102,148,51,75,151,16,115,162,125,183,109,173,27,78,80,179,32,36],sae:[154,18],"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":27,drilldown_limit:156,uuuuuu:151,note:[40,3,97,7,145,9,103,77,148,54,165,108,109,151,13,65,68,23,166,125,171,27,80,130,131,132,139,102],"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,take:[141,49,3,103,95,136,59,61,167,36,127],"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":60,"\u30cb\u30db\u30f3\u30b8\u30f3":177,noth:[1 08,97,17 0,9,61,148,106,177],grn1:78,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":37,grn3:78,grn2:78,buffer:[86,125,16,126,77,78,79,84],compress:[73,125,7,27,189,80,192],"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":105,homepag:168,"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":108,"\u30b5\u30fc\u30d0":97,max_valu:139,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":72,do_gqpt:168,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u4ef6\u6570":108,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":168,grn_lzo_error:2,"obj\u306f":79,xml:[125,7,27,106,112,80],slow:[94,151,9,179,182],"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":16,too_many_link:173,grn_float_valu:77,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":168,clang:[7,77,178,125,80],"dump\u30b3\u30de\u30f3\u30c9":1,grn_invalid_s eek:2,"v 1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,grn_ii_buffer_clos:86,requir:[165,129,24,132,14,125,7,153,101,27,189],embedd:77,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":108,aptitud:178,washida:125,where:[13,2,189],"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":63,"\u7a7a\u767d":97,regexplexicon:179,"namebuf\u306e\u30b5\u30a4\u30ba":[79,121],msg_control:77,ohzeki:80,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u30b3\u30ed\u30f3":73,mani:[141,3,12,128,94,9,189,54,108,151,85,13,119,122,125,170,27,80,179,182,130,132,32,187,139,88,65,192],"\u30ed\u30b0\u51fa\u529b":8,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\ u3068\u3 06f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":126,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,"\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":11,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":11,"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":41,"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":93,better:[132,78,108,80,151],"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3 \u30b9\u 30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":152,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":41,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":97,score_adjust_expression2:108,score_adjust_expression1:108,parser:[182,179],resolut:[55,157],logical_range_filt:[55,31,43,77],former:[190,176],"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":97,ctrl:[97,3,173],ivh:[165,129],html_untag:[55,161,125,43],set_host:168,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":113,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,ascii:[38,182,151],hash_tag:185,binari:[55,4,132,45,125,33,7,188,101,9,135,80,54,151],grn_proc_creat:53,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\ u4ee5\u4 e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,utf8:[123,189,97],"\u90fd\u6c11":[70,144],grn_operation_not_support:2,"146710080x":185,"\u5358\u72ec\u306e\u5024":121,wiedenroth:80,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":168,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":180,grn_hook_select:93,"\u6771\u4eac\u90fd":[70,144,38],rest:[40,176],"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":168,"\u30cb\u30db\u30f3":177,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":113,haystack:69,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u 3068\u54 0c\u7b49\u3067\u3059":168,"4096byte":[66,94,77],around:[92,32],"10043\u756a":97,"\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":144,res1:113,bookmark_index:85,world:[45,38,74,80,125],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":11,intel:168,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":79,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":11,integ:[77,108,2,97,85],manag:[189,35,83,97,132,94,32,16,103,102,61,20,81,176,54,9],yyyi:[149,151],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":1,"\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":83,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u3 0c8\u306 e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":83,grn_obj_is_builtin:[27,79],"\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":152,edict2grn:80,definit:[108,75,182,12,183,122,162,32,47,7,115,100,96,148,109,179,171,151],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":53,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":152,reference_column:[77,108,80],ddl:[168,80],refer:[55,132,125,77,27,80],power:[108,179],"\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":70,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u306 7\u3042\ u308a":45,"\u30d3\u30eb\u30c9\u6642\u306etip":88,grn_get_default_command_vers:116,starttim:[3,4,82,102,9,173],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":97,ffef:38,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":144,neighbor:132,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":88,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":152,"flags\u306b\u306f":113,match_escalation_threshold:[155,189,16],effici:[132,78,85],"\u306b\u3042\u308b":79,agaist:7,charli:185,hex:[44,151],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":11,"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[27,155],grn_proc_func:[40,53,16],sid:[27,152,80,126],"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,bundl:[125, 7,115,77 ,80,119],htpasswd:[9,54],no_kei:94,"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":97,categor:[108,90,46],pull:152,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":73,"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":69,grn_ctx_get:[121,16],"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":152,preconfigur:[153,129,14,141,165],reqular:131,gone:44,type_of_the_column:183,uid:152,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":97,certain:74,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7 \u30f3\u 306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":155,grn_id_nil:[63,113,84,16],googl:[108,182,12,122,170,28],grn_select:108,grn_ctx_open:[27,16],shimomura:7,"\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":152,writabl:80,"\u4e00\u65b9":70,logical_count:[55,31,43,77],item_dataset:[187,48],"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":69,vocabulari:3,geodet:[45,74],"debug\u3092\u8ffd\u52a0":155,nagano:80,queryexpandertsv:[22,55,43,125,7,115,10,175,29],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":152,cpu:[131,189,168,9,192],senna:77,grn_type:[55,30,43],illustr:130,pluggabl:132,"\u521d\u671f\u5316\u3059\u308b":16,scr:168,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,grn_obj_set_ info:41, too_small_offset:173,tail:[173,152],kosuk:125,webclip:109,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[55,155],introduc:[77,88,9,80],candid:[131,154,177],too_many_open_fil:173,"4\u30ea\u30ea\u30fc\u30b9":77,colleagu:88,"yum\u306e\u5834\u5408":152,adjust:[125,80,85],small:[182,94,125,185,77,151,38,80,65],"flags\u306b":[113,121],"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":120,past:7,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":73,pass:[75,3,83,152,182,115,179,9,103,77,27,151,112,102],grn_no_such_device_or_address:2,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":152,section:[40,52,90,142,12,86,95,97,46,48,101,9,103,145,189,127,161,165,108,75,85,14,58,122,59,18,117,61,179,133,65,163,119,68,23,121,136,24,125,173,186,77,78,176,177,80,81,129,182,130,185,30,31,1 53,137,1 39,88,89,50],"log_put\u306f":8,"debian\u7cfb":152,"files\u306e\u5b9f\u884c":88,delet:[55,1,43,155,31,125,7,20,27,79,80],"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":152,coremodul:9,contrast:[3,5,132,97,115,9,80],"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":144,hash:[151,94,125,7,77,27,65],"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":152,table_renam:112,jennif:143,sender:[131,64],grn_column_renam:121,out_loc:168,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":16,social:44,action:125,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":93,via:[7,119,2,48],"\u6b21\u306bgroonga\u306etest":152,grn_logical_range_filter_threshold:77,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":144,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a 1\u30a4\ u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":83,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":67,define_selector:[55,31,43],select:[17,11,110,43,55,35,85,31,125,147,7,59,171,117,103,77,76,27,84,155,80],"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":168,mecab:[165,129,42,152,132,14,125,7,153,77,27,189,38,80,89],morn:114,mecab_new2:7,"lucid\u304b\u3089":155,more:[40,3,143,12,94,45,97,7,100,9,71,189,54,108,151,85,13,154,16,114,115,18,61,64,65,66,164,122,125,170,173,77,176,80,179,95,182,183,132,32,185,139,38],yokoyama:[125,80],"\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":69,uint8:[45,155,95,125],"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\ u30c8\u3 057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":152,function_nam:135,grn_ctx_get_all_t:[77,16],"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":152,nomal:[7,108,9],cach:[17,1,132,125,7,117,77,79],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":69,uint64:[45,125,80],"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":152,endpoint:[131,64],"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":11,arg3_valu:179,learn:[154,108,125],"benchmark\u304c\u52d5\u4f5c\u3057":168,prompt:[7,101,3,4],scan:[178,162,182,47,151],accept:[75,3,91,131,132,173,96,97,7,74,80,103,35,27,78,185,127,54,151],"delete\u30b3\u30de\u30f3\u30c9":1,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee \u304c\u 5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":27,groonga_cache_limit:125,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":168,"search\u3092\u884c\u3044":[63,113],"select\u30b3\u30de\u30f3\u30c9":1,"\u5b9f\u884c\u4f8b":[11,178],simpl:[49,23,95,133,59,80],isn:[95,97,7,9,145,189,108,154,16,58,18,65,68,125,170,173,77,176,177,80,129,182,32,135,38,117],referenc:[108,130,125,7,171,65],bm25:[122,12],grn_obj_get_rang:79,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":169,conditin:182,"\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":16,github:[0,73,152,125,7,77,104,27,119,80,81],m64:24,tokenbigram:[164,90,182,12,183,122,94,162,108,97,32,47,114,115,18,46,167,105,151,65],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u 3057\u30 6a\u3044\u554f\u984c\u3092\u4fee\u6b63":1,open_tag1:162,grn_obj_key_int:62,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":126,sysctl:[166,139,89],trade:38,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":152,i386:[27,129,152],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[82,97],"\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":156,dest_kei:113,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":113,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":155,sauci:[125,80],html:[88,152],creat:[40,17,83,43,55,125,147,16,7,27,84,80,119],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":97,grn_bulk:84,"\u30ab\u30e9\u30e0obj\u306e\u540 d\u524d\ u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":121,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":124,inada:125,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":152,"\u65e5":38,authent:192,achiev:23,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":63,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":152,found:[108,110,125,7,170,113,101,189,38],"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":93,with_posit:[122,114,164,3,91,12,183,70,185,95,108,32,47,73,115,179,139,78,151,162,182],procedur:[7,125],realli:[151,108,91,182],ftp:[168,152],"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":152,ftb:42,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6 570\u306 8\u540c\u3058\u6570\u3067\u3059":97,occurr:122,grn_column_index_upd:121,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":16,grn_user_data:[55,30,53,43],grn_table_hash_kei:[113,110],"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":79,clumn:139,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":168,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":72,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":144,"\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":11,major:137,"7\u30ea\u30ea\u30fc\u30b9":77,n_result:113,number:[132,137],"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[63,113,79,121],"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":155,file_corrupt:173,"org\u304c\u30db\u30b9\u30c8\u30 92":152, "\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":121,relationship:[7,13,59,157,55],"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":152,grace:77,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":152,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":155,"\u307e\u305f\u540c\u6642\u306b":168,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":93,reus:94,grn_ctx_set_match_escalation_threshold:25,arrang:3,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":147,comput:[40,151,12,122,48,7,18,139,177],toybox:13,grn_hook_entri:93,"\u95a2\u6570\u306e\u8ffd\u52a0":1,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":134,gted:119,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":97,documenataion:135,self:168,al so:[55,4 3,85,132,7,88,119],"keybuf\u306e\u30b5\u30a4\u30ba":113,"\u8a18\u53f7":[70,97],"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":113,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":79,lexcon:3,brooklyn:185,plan:143,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":152,table_pat_kei:[12,95,97,47,100,105,108,151,85,115,59,158,65,46,122,162,125,183,127,179,182,32],cover:[132,32],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":168,umemoto:27,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,ext:90,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":124,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[113,79,121],"\u30c7\u30fc\u30bf\u30d9\u3 0fc\u30b 9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":158,microsoft:[77,101],"\u3057\u304b\u3057":[70,45,144],"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":144,cache_limit:[55,31,43,77],xcode:89,session:[131,173,128],"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":168,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,columnn:7,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":152,solut:[55,38,39],factor:[108,80],"\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":70,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u30 4a\u3088 \u3073redcloth":152,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":152,"\u826f\u3044\u306e\u304b":124,mainten:38,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":1,grn_table_cr:113,column1:[108,69,151,12,125,7,80],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":69,column2:[108,69,151,12,125,7,80],set:[17,108,165,71,85,14,125,16,7,153,19,77,117,79,129,80,46],tetsuharu:80,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[168,97],showen:2,startup:7,grn_obj_is_selector_proc:77,touch:139,see:[40,55,129,189,43,85,24,132,14,125,16,7,153,188,165,19,20,77,89,80,81],"\u306e2\u5358\u8a9e\u6271\u3044":144,sec:19,sea:[90,177],"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":152,juman:165,speed:[27,170,94],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":82,mutex:[40,125],"chroot\u74b0\u5883\u306e":152,javascr ipt:[55, 152,102,36,27,157,9],"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":105,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":155,bodi:125,last:[7,77,90,38,16],"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":63,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[70,144],whole:125,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":168,load:[55,43,155,125,7,77,27,112,80],rdiscount:152,"256kib":139,"\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":147,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"5367431640625e":4,devic:132,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":70,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,"grn_expr\u306b\u308 8\u3063\ u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":69,nonexist:[77,108,80],"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":63,searchu0000http:38,shinya:7,funa:80,func:[40,53,16],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":88,oldvalu:121,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":73,error:[40,5,7,101,27,189,165,110,14,16,17,121,55,125,77,112,80,129,83,132,153,137,84],rep_gqpt:168,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":180,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":168,user_data:[40,53],"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":11,needleess:7,"\u3067\u89e3\u653e\u30 57\u305f \u5f8c\u306b":16,obsolet:[77,141],n_builtin_type_nam:83,nanosecond:[135,149],x64:[101,152],grn_result_too_larg:2,shorter:[114,77],"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":180,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":178,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":120,"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":11,"org\u306edoc":152,alert:[6,97,8,9,149,80],"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,grn_db_create_optarg:83,stack:125,recent:117,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":60,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\ u30d5\u3 0e9\u30b0\u5024\u3067\u3059":126,normali:45,person:[55,137],"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,do_gqtp:168,construct:[55,151,43,125,7,77,80],mysql:[165,108,42,12,85,132,162,14,133,32,47,153,170,190,176,129,80],"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":113,parenth:58,grn_tokenizer_error:2,input:[135,108,3,151,125,48,58,170,18,173,27,106,177],format:[40,55,42,43,31,7,106,112,80,119],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":45,intuit:143,"\u5f15\u6570\u540d":97,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":70,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":97,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e 5\u3055\ u308c\u307e\u3059":152,encount:[165,129,14,153,101,137],"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":63,sampl:[22,108,75,183,131,162,96,168,32,47,7,115,100,9,158,10,148,109,175,64,171],"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":93,port_numb:[51,102,173],"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":16,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":69,"56058502197266e":4,machin:[97,80],keyword_cont:84,"aramaki\u3055\u3093":155,"ongaeshi\u3055\u3093\u304c\u5831\u544a":155,wget:[165,129,24,14,153,189],"gqtp\u306e\u5834\u5408":97,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":113,grn_expr_pars:84,grn_cursor_lt:63,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":70,"1gb":77,"\u884c\u3059\u308b":152,repair:112,"\u5f15\ u6570\u3 068\u3057\u3066":69,pcre:[7,9],span:[162,109,32,47],"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":113,line_numb:135,submit:88,custom:[90,12,46,7,9,27,149,189,108,158,159,65,164,125,77,177,80,81,182,133,32,190,192],suit:[132,32,80],"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":152,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,link:[108,182,130,13,7,102,77,80,151],line:[119,135,20,16,7,101,178,77,27,189,80,81],int8:[13,45,155,125,80],"10000cent":38,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":168,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":152,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":11,element1:[151,85],element2:[151,85],element3:85,"\u 30b3\u30 de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":152,msg_id:152,"char":[40,83,62,123,16,113,79,84,53,80,121],taro:44,musha:77,invalid:[40,108,131,123,125,7,77,27,80,65],"grn_op_and\u306f":69,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":79,lucid:[155,125],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":144,wrongli:27,ago:177,algorithm:[27,75,117],"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":178,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":152,fresh:114,hello:[46,151,108,164,114,38],code:[55,5,43,135,31,125,7,152,77,88,84,80,119],partial:[77,177,69,173,170],"\u7a7a\u306e\u5834\u5408":[37,107],"\u672c\u8a9e": 38,send: 88,table_list:[55,43,155,31,7,27],"\u30ab\u30e9\u30e0\u540d1":108,sent:54,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":168,"\u30d9\u30af\u30bf\u306e\u5024\u3092":155,"\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":113,"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":56,tri:[185,19],"\u30ab\u30e9\u30e0\u540dn":108,"\u306e\u5834\u5408\u306f":124,"try":[185,97,19,88,38,78,192],"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":152,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":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":160,video:4 4,odd:15 1,"1\u5358\u8a9e\u6271\u3044":144,tomoatsu:[7,155],obvious:13,cenos6:7,let:[55,108,75,23,44,13,85,114,3,78,38,157],ubuntu:[55,81,152,137,20],layout:152,nterm:126,thatn:108,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,greas:13,ctx:[40,41,69,120,83,79,93,86,16,17,25,113,110,62,63,56,84,53,118,121],autoreconf:152,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":63,menu:[108,101],"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":63,location_str:185,"200byte":32,firefox:119,"\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":152,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":88,"\u691c\u7d22\u6761\u4ef6\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,zip:[55,152,137],rid_mi n:120,gr n_plugin_get_ruby_suffix:77,doubl:[58,108,90,3,182,94,45,133,125,7,77,27,151,80,65],upgrad:[7,80,192],next:[44,110,3,132,53,80],doubt:130,"http\u306e\u5834\u5408":97,"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":108,comparison:[7,55],socket_is_already_connect:173,folder:101,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":69,"\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":168,drill:185,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":155,process:[2,43,97,7,101,9,10,77,55,151,136,14,59,119,22,121,165,125,27,80,182,129,83,132,31,135,153,137,65],"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":144,high:[132,108,159 ,85],onl in:[55,43],"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":113,"column\u306e\u5024\u304c":69,"128515259x503187188":[44,74],defalt:155,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"\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":152,gcc:[165,129,24,125,7,27,189],"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,alloc:[40,17,108,55,16,7,39,82,84,80],essenti:[153,14,9],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30a f\u3092\ u4fee\u6b63":155,seriou:[7,80],"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":168,element:[135,2,3,85,13,32,125,7,80],issu:88,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,allow:[3,132,32,7,153,102,64],okapi:[122,12],posted_bi:185,"centos\u306e\u5834\u5408":152,movi:44,move:[7,87,101,27],lz4:137,sen_sel_term_extract:42,naist:38,comma:[3,151,130,13,58,77],"2st":108,"\u529b":[8,140],yamaguchi:27,perfect:[122,132],mitsuo:125,hobbi:149,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":69,total:[7,66,126],"\u5de6\u4e0a":1,"\u5de6\u4e0b":1,grn_hook:[55,30,43],murakami:[77,125,80],python:[128,152,20],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":155,billiard:[70,144],lzo:[7,27,73,125,80],highlight_ful:[55,161,80,43],"\u3053\u308c\u306b\u5bfe\u3057\u3 066":144 ,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":152,subset:45,grn_file_too_larg:2,bump:[77,125,80],meta:[7,95],"static":[27,3,80,36],grn_too_many_symbolic_link:2,"table\u306ecolumn":113,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[82,146,6,72,73,126,8,156,158,160,191,105,37,140,107],"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":155,builtin_type_nam:83,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,ngx_http_proxy_modul:9,"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":178,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":152,could:[7,13],mxcl:152,outsid:80,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\ u5831\u3 092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":178,softwar:88,"\u5f15\u6570\u540d1":97,"\u5f15\u6570\u540d2":97,owner:[9,125],"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":152,index_messag:78,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":113,expnas:176,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":126,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":126,"\u30cb\u30db\u30f3\u30b4":177,licens:[7,42,152,80],system:[108,182,24,132,45,14,97,32,125,114,13,74,9,139,77,27,189,80,151],"\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":11,hash_kei:94,grn_table_get_kei:113,termin:[40,97,16,7,9,77,84,53],articles2:78,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":60,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":107 ,itagaki :155,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":70,grn_end_of_data:2,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":134,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":111,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":152,"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,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":144,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":16,clearli:77,correspond:[108,23,154,48,170,18,36,79,177],"\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\u8 84c\u3057\u307e\u3059":152,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":124,satoshi:80,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":155,source_column_nam:77,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":155,highlight_html:[55,162,161,80,43],thesauru:108,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,oracl:[55,137],"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":134,segment:[7,126,80],"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":168,latin1:[7,189],grn_cursor_by_kei:63,"\u3067\u3059\u306d":124,brew:[89,20],grn_column_name_score_len:121,fact:[44,108],"\u62e1\u5f35\u5b50\u306f":168,dbm:[132,32],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[113,79,121],borderlin:[142,23],"\u4f5c\u6210\u3059\u308bdb\u306e\u7d4 4\u307f\ u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":83,bring:3,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":152,nois:[18,38],freq2:48,freq1:48,should:[40,7,101,189,165,108,151,85,14,16,58,18,20,65,173,127,176,81,129,182,35,153,137,190,84],jan:185,articles_cont:78,"\u30b3\u30e1\u30f3\u30c8\u884c":168,familiar:130,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":11,jiro:44,db1:54,db2:54,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":63,grn_column_t:121,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":97,"hat\u7cfb" :152,can didate_1:131,grn_geo_cursor_next:110,candidate_2:131,"\u4e16\u754c\u6e2c\u5730\u7cfb":45,column_renam:[55,43,31,125,112,80],"\u99c4\u76ee\u306a\u4f8b":124,grn_obj_lock:79,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":1,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":152,"\u3066\u3057\u307e\u3044\u307e\u3059":124,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,memri:139,encodiong:151,grn_plugin_expr_var_init:[40,80],max_command_vers:[3,4,82,102,9,173],grn_obj_user_data:118,"ueno\u3055\u3093\u304c\u5831\u544a":147,tld:130,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[62,113,56],"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":70,grn_type_cr:62,zenigata:44,"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\u 7d22\u3092\u3057\u307e\u3059":144,index_friend:44,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,quotat:[90,133],"\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":155,insuffici:13,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":63,"\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":70,grn_obj_unlock:79,grn_cache_clos:17,accident:125,spain:75,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":155,tokenkytea:7,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u305 5\u3044" :168,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":82,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":168,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":113,ultra:44,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":60,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":53,site:[44,108,3,130,13,136,74,102,158,159,78,80],archiv:[55,189,152,137,119],"_avg":108,grn_ii_estimate_size_for_lexicon_cursor:77,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":82,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":63,output_column:[7,156,125,80,85],"\u30ad\u30fc\u30ef\u30fc\u30c9":147,expans:[55,108,7,115,27,176,157],"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":79,"dist\u3067\u751f\u6210\u3057\u305ftar":152,grn_obj_get_valu:[27,79],cou ntri:[17 1,102,130],php:[7,152,80,128],expand:[22,55,108,43,125,7,10,175],off:[27,38,9,80],dinam:159,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":108,exampl:[163,132,88],command:[40,17,155,43,55,119,132,85,125,16,7,101,20,104,27,77,189,80,81],ecmascript:[7,108,159,125,151],cutter_check_leak:178,akira:80,value_2:[3,102],orangain:125,web:[44,108,182,154,48,18,9,36,189],uncontinu:7,end_of_data:173,geo_in_circl:[27,161,125,43,55],broken_pip:173,"185428000x":75,dest:[13,180,97],five:[135,3,96],recurs:[108,152,136,9,104,176],"\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":155,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":126,"\u3053\u306e\u3088\u3046\u306bn":70,rep_gqtp:168,resiz:40,grn_plugin_regist:[40,147],"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":97,daylight:80,"table\u306ei d\u306b\ u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":113,avoid:[55,108,39,80,125],hash_index:185,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":63,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":27,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":152,stage:80,iwai:[7,112,125],"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":146,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":70,"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":79,event_queri:[154,187,64,18,48,177],virtualbox:152,merg:[7,132,119],"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":97,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9 c\u8aad\ u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":152,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":45,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":191,"function":[40,55,42,152,43,131,132,135,178,125,16,7,9,77,80],cutter_debug:178,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":82,"\u691c\u7d22\u4f8b4":88,"\u691c\u7d22\u4f8b3":88,"\u691c\u7d22\u4f8b2":88,"\u691c\u7d22\u4f8b1":88,getenv:77,sigstop:125,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":155,count:[44,108,23,132,185,77],grn_table_cursor_delet:63,otherwis:[40,73,3,151,136,17,115,59,100,183,103,96,127,79,171,81],problem:[17,182,13,125,139,7,9,27,77,38,151],yuki:[27,80],"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u 306b\u30 57\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":152,bigram:[70,168,38,187],"int":[40,17,110,120,4,93,86,16,7,25,113,19,121,62,63,79,84,53,83],updated_at:70,jessi:[55,137],"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":70,againt:108,inc:[77,80],grn_obj_key_norm:113,mizuhara:77,grn_int32_value_float_valu:77,"init\u76f4\u5f8c\u306e\u72b6\u614b":16,nonexistent_command:77,varieti:44,variabl:[40,108,151,24,112,95,125,7,13,173,27,77,176,80],"edge\u306equeue\u306benqueue\u3055\u308c\u308b":134,repeat:[132,119],"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":69,grn_geo:[55,30,43],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,"string\u306b":69,document_version_ful:152,kanji:38,rule:[108,90,80,54],db mss:132, "scr\u3067\u3059":168,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":97,lgpl:42,"const":[40,83,62,123,112,16,113,63,79,84,53,121],"\u6bb5\u843d\u60c5\u5831":121,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":113,spec:[7,27,125],"\u524d\u63d0\u6761\u4ef6":88,secsion:135,editrc:27,"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":63,"status\u30b3\u30de\u30f3\u30c9":1,grn_cache_set_max_n_entri:17,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":27,upload:152,msyql:85,unmanag:126,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u 540d\u30 92\u6307\u5b9a\u3057\u307e\u3059":72,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":11,"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":113,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":79,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":152,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":113,zunda:27,"\u547c\u51fa\u5074\u3067\u6e96\u5099":41,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":97,lock_clear:[55,31,80,43,107],"\u7de8\u96c6\u8ddd\u96e2":1,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":121,"obj\u3092unlock\u3057\u307e\u3059":79,aki:80,"benchma rk\u306f \u52d5\u4f5c\u306e\u305f\u3073\u306bftp":168,"\u9759\u7684\u89e3\u6790":88,"\u3092\u8ffd\u52a0":[27,155],"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":27,request_cancel:[55,31,80,43,35],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":113,highli:[122,28,12],"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":97,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":156,column_remov:[55,31,80,43],kytea:[7,90,125,189],search_result:108,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":168,word:[164,176,71,182,12,183,132,159,108,48,7,170,18,185,77,99,38,177,80,151],exit_failur:5,work:[132,88,152],era:132,cache_hit_r:[3,4,82,102,9,173],"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u305 9":97,"1 6gb":166,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":168,geo_in_rectangl:[55,1,43,155,125,27,161],indic:[75,3,143,125,90,149],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":168,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":45,basebal:[44,78],"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":113,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":152,length:[7,40,13],"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":105,u0000http:38,recogn:132,"builtin_type_names\u306b\u306f":83,ahost1:179,after:[3,5,94,47,7,101,102,77,189,110,151,13,19,20,119,44,164,162,125,27,80,131,139,190,9],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u304 4\u307e\ u3059":144,lat:168,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":63,grn_is_a_directori:2,averag:[108,80],n_queri:[3,4,82,102,9,173],"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":155,confiugr:139,opaqu:[17,173],grn_fals:79,too_large_offset:173,wgs84geopoint:[44,75,130,13,185,45,74,110,102,27],order:[7,132,125,77],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":70,offici:[27,129,165,152,115],"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":120,"3\u30ea\u30ea\u30fc\u30b9":77,grn_default_query_logger_set_path:7,flexibl:[132,159,115],"web\u7ba1\u7406\u753b\u9762":1,"\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\u 7b97\u5b 50\u3092\u6e21\u3057\u307e\u3059":69,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":152,grn_network_is_down:2,grn_unknown_error:2,grn_obj_column_scalar:121,them:[3,12,13,189,165,108,75,85,87,14,58,19,119,73,74,173,77,179,129,182,84,135,153,139,38],thei:[90,4,12,94,47,48,9,10,149,189,54,114,108,151,85,58,122,18,159,22,24,162,170,139,77,175,176,177,182,183,133,32,36,38],"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":60,fragment:37,comment_index:185,grn_plugins_dir:77,"break":[7,27,80,61],jinja2:152,deatil:108,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":168,"\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":69,"\u3053\u306e\u7d22\u5f15\u306b \u5bfe\u 3057\u3066":144,grn_improper_link:2,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":88,ruby_load:[55,31,125,43],serach:18,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":178,"\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":25,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":155,network:[7,44,173,54],morpholog:[132,189,38,151],"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":93,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":126,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":11,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u50 24\u3092 \u6307\u5b9a\u3057\u307e\u3059":156,standard:[58,45,3,9,173],vector_column:125,sequence_dataset:187,"\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u3066\u518d\u5229\u7528\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u4f4e\u3044\u30af\u30a8\u30ea\u306b\u5bfe\u3057\u3066\u7528\u3044\u307e\u3059":108,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":134,"\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":168,regress:[77,125,80],grn_qlog_path:7,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":168,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":155,"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":178,independ:132,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a 19":[34, 169],"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":152,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":79,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":152,grn_proc_set_selector:80,john:[171,143],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":152,tokenfilterstem:[153,14,80],latitude_in_degreexlongitude_in_degre:151,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":111,target:[90,47,7,101,103,189,58,108,110,85,17,115,20,65,121,162,27,79,8 0,83,32, 136,84],provid:[141,3,4,12,94,95,97,48,7,9,54,165,75,5,14,16,115,18,179,52,170,176,177,80,81,129,130,131,132,30,153,188,192,102],shuhei:80,minut:[151,185,74,18,149,177],"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":152,grn_text_valu:84,"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":83,"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":1,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":88,latter:[190,176],indexbuf:121,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":60,"\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\u 3057\u30 66\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":124,usernam:[44,101],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":178,gronnga:170,excut:125,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":124,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":126,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,protocol:[165,55,129,2,4,128,132,14,97,33,7,153,188,9,168,36,80,54],"column\u306f":121,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,latenc:168,"\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":152,liblzo2:[153,14],keyword2:[7,162],keyword1:[7,162],grn_obj_key_with_si:113,optimum:9,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":88,awar:40,suffixsearchterm:[182,151],"\u 518d\u73 fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":124,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":1,languag:[132,88,188],accord:[13,75],old_release_d:152,res_tabl:168,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":113,address_is_in_us:173,howev:132,"\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":158,grn_obj_check:79,grn_ptr_init:[84,16],"\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":105,com:[108,3,152,130 ,13,74,1 02,104,119,81],"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":191,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":152,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":11,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":168,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":53,"\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":152,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,modifi:[166,189,102,91],"\u672c":38 ,"source \u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":152,macport:[55,137],snippet3:32,enginen:177,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":168,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":113,drilldown_calc_typ:80,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":108,inhibit:112,grn_ctx_db:16,gnu:[55,152,137,20],zlib:137,sourceforg:[77,152,26],grn_obj_prepend:79,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,aio:125,"\u5165\u529b":[6,105,191,107],adisk:179,cond:125,conf:[166,141,9,139,77],arg2_valu:179,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":178,grn_cach:[55,30,43],perform:[108,132,125,77,27,80],"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u502 4\u3092\ u8fd4\u3057\u307e\u3059":25,warri:137,descend:[77,108,154],"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":155,exclam:77,gurunavi:77,"\u6771\u4eac":[70,144,38],unsupported_command_vers:173,"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":16,hana:44,hang:125,evil:151,hand:[108,183,13,132,115,9,78],"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":93,thu:[23,91,132,187,99,74,78,64,80,182],o_binari:7,contact:119,thi:[90,3,4,12,7,9,75,13,14,16,17,18,20,23,24,183,27,30,31,32,38,40,45,47,48,50,54,165,189,58,59,61,65,52,68,73,74,77,78,79,80,81,83,153,88,117,91,95,97,100,101,102,103,106,108,85,115,121,122,162,125,127,129,130,131,132,133,135,136,137,139,142,143,148,145,149,151,161,163,46,166,173,96,175,176,177,179,182,184,185,186,187,89],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":152,"_score":[3,12,48,7,27,108,75,151,85,154,70,18,60,44,121,122,125,74,77,78,177,185,115],no_such_devic:173,"table_list\u306f":105,"\u69 1c\u7d22 \u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":144,grn_default_logger_set_path:7,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":88,"\u8ad6\u7406\u7a4d":69,grn_ctx_per_db:[27,16],"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":113,arai:77,"\u306ebase_version\u306e\u66f4\u65b0":152,scan_build:178,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":105,grn_op_but:69,night:[114,91],grn_column_name_id_len:121,grn_plugin_command_cr:[40,80],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":62,normallexicon:190,grn_default_logger_get_rotate_threshold_s:77,"\u65e2\u5b58\u306e\u30ed\u3 0b0\u30d 5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":191,tokenbigramsplitsymbolalphadigit:[167,115,18],grn_obj_renam:79,tasuku:[77,42],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":144,overcom:23,grn_text_len:84,grn_pvector:[84,16],shift_ji:[189,38],grn_inappropriate_i_o_control_oper:2,repositori:[88,172,152],post:[108,110,152,125,7,77,80],"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":168,obj:[41,79,83,93,126,56,84,53,118,121],comment2:78,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":180,zxvf:152,"\u3068\u306a\u308a":70,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":124,"float":[7,77,108,75,135],bound:80,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":144,grn_ctx:[17,121,43,55,30,7,19],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":88,"ctx\u306e\u7ba1\u7406 \u3059\u 308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":16,coverag:178,accordingli:9,wai:[0,4,130,85,132,159,125,7,115,9,185,88,78,64,80,91],"hiroshi\u3055\u3093":155,conbin:[108,159],"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":34,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":121,event_dataset:[64,187],"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":152,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":70,"true":[1,146,3,91,12,6,45,164,47,136,46,145,100,103,10,148,109,127,107,114,108,75,151,85,13,191,58,115,59,156,143,95,65,22,44,68,23,122,162,72,125,169,73,183,74,171,96,78,175,80,179,182,130,185,32,34,8,190],"\u4e00\u822c\u7684\u306b\u306f":79,maximum:[66,10 8,23,151 ,12,13,166,96,173,35,3],inaccur:7,creteria:3,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":1,emit:7,mte:42,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[82,146,6,72,73,126,8,156,158,160,191,105,37,140,107],fedoraproject:129,score1:69,score2:69,resource_deadlock_avoid:173,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":168,"\u8a9e":[126,38],"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":97,"32byte":77,test:[165,129,3,178,152,13,185,14,168,7,153,101,9,137,77,78,38,80,102],"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":155,memos_tag:100,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":73,scorer:[55,156,43,77],outdat:80,tajima:7,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":16,concept:80,masaharu:[7,112,125],"\u3069\u3046\u30b5\u30dd\u3 0fc\u30c 8\u3059\u308b\u306e\u304c":124,consum:80,"s3ki\u3055\u3093":155,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":124,"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":69,hubeni:75,value_typ:113,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":168,graph:132,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":6,takiuchi:125,grn_default_query_logger_set_rotate_threshold_s:77,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":97,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":69,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":41,octob:80,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u 30b9\u30 6e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":158,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ab\u30e9\u30e0\u540d\u306f":73,administr:[7,55,80],"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":79,grn_obj_unlink:[79,16],"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":152,"4gbyte":66,upper:[27,3,80,65],version:[42,142,4,97,7,100,101,9,103,10,148,77,107,11,151,152,136,14,16,122,116,61,179,22,23,121,24,168,125,82,75,27,127,175,80,182,83,184,35,153,190,38,192],"\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\u3 042\u308a\u307e\u3059":11,akihabara:74,"groonga\u3084mysql\u306erpm":152,cost:[114,38],admin_html:[27,97],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":118,tables_buff:16,appear:[108,90,3,176,12,132,32,2,151,38,80,182],"\u7def\u5ea6\u306f":45,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063":124,nakamura:77,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,gener:88,satisfi:[58,77,125],minagawa:[125,80],"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":168,redmin:80,table_hash_kei:[108,75,151,12,85,100,136,114,115,171,109,158,96,148,105,190,65],tr ial:132, "\u305d\u306e\u969b":152,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":97,behav:[131,75],"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":11,"\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,"\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":63,regardless:77,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":124,"\u691c\u7d22\u7d50\u679c":108,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":178,output_typ:[36,4],freq0:48,mobil:132,"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,httpd:[52,17,129,165,152,43,55,14,125,7,153,103,77,27,112,80],grn_dat:27,"\u30ec\u30b3 \u30fc\u 30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":79,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[88,172],key_typ:113,furigana:154,"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":152,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":70,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":178,"_sum":108,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":152,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":79,prepar:[157,55,9,47,32],grn_table_sort_kei:113,cat:152,grn_illegal_byte_sequ:2,can:[2,4,5,7,90,9,10,75,12,14,16,17,18,19,20,22,23,183,27,30,32,35,36,38,40,92,46,47,48,165,189,58,59,61,65,68,73,7 7,80,81, 83,84,153,89,0,94,95,97,100,101,103,106,108,109,85,176,114,115,119,122,162,125,127,129,132,133,135,139,145,149,151,154,158,159,161,164,170,117,96,175,112,177,179,182,188,190],clearlock:[7,55,31,80,43],"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":27,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":113,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,topic:88,abort:80,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":97,occur:[73,110,91,154,135,125,16,7,59,139,77,176,80],grn_between_too_many_index_match_ratio:80,multipl:[17,108,90,23,103,55,131,132,95,85,133,125,7,115,100,171,46,77,162,80,182],mpaa:96,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,uptim:[3,4,82,102,9,173],write:[108,142,182,185,97,99,136,179,20,76,78,189,112,80,151],grn_table_select:88,"\u6a19\u6e96\u5165\u529b":[82,146,72,73,126,1 56,158,1 60,37],flanc:75,grn_cursor_ascend:63,product:9,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":126,southern:7,uint:7,"\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":69,"rb\u3092\u8ffd\u52a0":155,grn_too_many_open_files_in_system:2,favorit:119,grn_plugin_log:40,grn_operation_would_block:2,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":126,approv:80,increas:[108,90,85,122,132,75,49,139,145,77,167,38,179],tagger:132,still:[87,125,59,103,80,119],ieee:45,dynam:[112,132,3,9],window:[55,152,137],"\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\u3 057\u306 6":69,"\u8a9e\u306e":38,non:[135,108,182,125,7,61,77,38,151],loaded_valu:68,recal:[132,38,159],rake:152,col2:79,col3:79,col1:79,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":113,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":41,half:190,alisa:115,now:[55,68,43,85,112,73,20,145,165,189,161,80,119],discuss:[0,26],nor:108,introduct:[88,15],drop:[7,27,125,80,77],u0000ful:38,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":105,"\uff4d\uff59\uff53\uff51\uff4c":[162,47],januari:[131,151],grn_encod:[55,30,43],domain:[40,87,95,97,7,59,77,105,79,84,80],replai:9,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":152,"takahiro\u3055\u3093\u304c\u5831\u544a":155,significantli:132,year:[185,96,151,149],grn_socket_is_not_connect:2,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":152,shown:[3,151],"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u9 6e2\u309 2\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,space:[40,108,90,3,182,85,132,133,125,48,58,27,38,179],acccess:141,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":168,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":152,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":16,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":121,grn_db_kei:112,care:[108,23,182,122,95,177,119],"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":152,couldn:7,arnaud:27,"175904000x8464000":75,british:91,grn_ctx_get_match_escalation_threshold:25,directli:[185,151],with_check:[133,80],yourself:137,column_n:183,size:[40,94,95,97,7,101,9,27 ,148,165 ,14,65,66,121,62,125,126,77,80,129,35,32,153,137,139,84],silent:81,bookmark:[158,85],"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":152,friend:[44,88],column_3:183,column_2:183,column_1:183,kenichi:[27,155],"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":11,"\u4e8c":177,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":45,"\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":69,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":79,than:[66,108,75,85,132,95,159,97,32,125,154,77,27,80,65],n_keyword:84,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u 3057\u30 7e\u3059":144,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5dee\u5206\u3092":168,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":53,browser:[36,189,102,119],analysi:[132,189,151],grn_column_trunc:[121,80],grn_obj_compress_lzo:121,with_weight:[73,95,80,85],"txt\u306e\u5185\u5bb9":152,recover:[83,61],"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":79,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":105,"\u3059\u308b\u3068":178,begin:[180,38,179],"6813819x139":[13,74],"\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":97,price:13,renam:[3,94,125,7,59,27],"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":27,"\u3068\u308a\u3068\u3093":[182,151],"6909211x139":74," \u5229\u 7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":124,host_name_or_ip_address:[102,173],"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":126,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"\u3053\u306e\u3068\u304d":144,concurr:149,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":88,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":113,pakcag:165,onli:[40,92,141,2,3,143,5,94,97,47,7,90,101,9,103,145,151,106,78,54,58,108,109,12,136,13,154,14,17,115,61,179,65,158,165,122,162,114,183,74,171,117,96,77,28,176,80,81,129,190,182,127,132,32,153,137,36,119,38],"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a 7\u306f\ u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":70,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":69,"\u3050\u308b\u3093\u304c":[182,151],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":155,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":6,overwritten:74,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"128mb":7,allow_pragma:108,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":11,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,error_loc:135,"\u3084red":152,"configure\u306e":27,sport:44,"\u304c\u5fc5\u8981\u3067\u3059":152,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":60,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":1,n_like:[135,139,108,182,151],"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":126,between:[55, 108,43,9 7,125,7,59,27,79,161,64,80,65],"import":[90,12,99,7,9,189,54,108,152,85,16,17,65,122,125,27,28,176,182,132,31,38],"\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":152,pthread_:125,"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":70,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":83,instroduc:125,nearbi:132,"\u305f\u3068\u3048\u3070":144,tutori:[7,40,80,55],grn_encoding_pars:123,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u 3057\u30 7e\u3059":152,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":152,grn_too_many_link:2,exploit:132,"debian\u7cfb\u3082\u3057\u304f\u306fr":152,rebuild:77,invers:[122,80,12],"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[41,79],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":180,emphas:109,rubi:[68,42,152,12,85,132,162,128,47,7,145,159,148,77,179,80,81],"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":152,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":97,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":79,"edge\u306fctx\u3092\u542b\u3080":134,"\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":16,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u 30a8\u30 e9\u30fc":1,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":16,grn_resource_temporarily_unavail:2,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":73,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":16,nnede:139,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":73,develop:[132,88],etc:[141,3,152,13,166,7,153,9,139,88,176,54],media:80,epoch:[13,185],document:[132,88,152],do_loc:168,finish:[149,103,5],someon:185,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":126,eito:125,repoforg:[7,129],theater:91,grn_permission_deni:2,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":113,appveyor:80,key_nam:108,"_post":152,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3 059":113 ,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":155,grn_column_name_scor:121,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":97,isssu:125,mmap:[55,39,125],"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":27,desktop:101,"\u30ad\u30fc":97,grn_plugin_proc_get_var:[40,80],real:[132,45,32,139],swig:42,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":168,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":97,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u51fa\u529b\u4ef6\u6570\u3092\u5236\u9650\u3057\u305f\u5834\u5408\u306f\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u6570\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093":108,invalid_argu:173,benefit:141,cascad:[125,80],output:88,unsplit:[108,69],"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":113,grn_ii_buff:86,"\u51e6\u7406\u6642\u9593":108,logical_filt:142,"146249000x":185,ff9e:190,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse \u3092\u 8fd4\u3059":[146,6,72,8,156,191,107],name2:151,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":93,grn_no_such_file_or_directori:2,usage_default_and_custom_scor:12,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":146,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":168,grn_bad_file_descriptor:2,src:[13,153,152],central:185,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":97,degre:[13,27,74,151,85],backup:[83,158],processor:[165,132,129,14,153],unregist:[22,175],"\u53f3\u4e0b":1,"\u53f3\u4e0a":1,"\u305d\u306e\u305f\u3081":[70,144,168,158,152],"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a \u3059\u 308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":155,your:[132,88],"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":180,log:[55,152,137],area:132,aren:[92,108,182,94,32,7,9,139,77,80,54,65],start:[40,4,7,101,149,54,108,75,151,114,59,119,23,125,170,27,176,177,80,182,131,135,36,38],lot:125,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":168,submiss:[154,18,177,48],"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":169,ealier:7,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":108,"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":168,"2\u884c\u76ee":168,grn_not_socket:2,"default":[132,137,20],"\u6a19\u6e96\u5165":[8,140],"\u3068\u5171\u306b":121,invalid _seek:17 3,multibyt:27,pseudo:[55,71,121,43,125,7,80],"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":111,decreas:[77,38],value_1:[3,102],prepend:[151,9,182],valid:[108,3,182,13,94,125,48,7,27,80,151],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":93,grn_obj_add_hook:93,you:[2,3,4,5,7,90,9,10,75,12,87,14,16,17,19,20,22,23,183,27,28,31,32,35,36,38,40,92,13,45,46,47,48,54,165,189,58,59,61,64,65,44,68,73,74,77,78,80,81,83,84,153,88,89,0,91,128,94,95,97,26,100,101,102,103,104,106,108,109,85,112,115,117,119,121,122,162,125,127,129,130,131,132,133,135,136,137,139,141,142,143,145,148,151,154,158,159,161,163,164,166,171,173,96,175,176,177,179,182,185,187,188,190],string2:111,string1:111,poor:176,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\ u30d1\u3 0e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":63,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":79,grn_object_corrupt:2,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":63,reduc:[141,91,132,125,7,18,94,77,54,179],"n_builtin_type_names\u306b\u306f":83,naoya:[77,125,80],"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":126,"\u3092\u683c\u7d0d\u3057\u307e\u3059":121,drilldown_offset:156,month:[149,44,151,185],"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":152,"4byte":173,articl:78,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":73,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":168,zlib_error:173,mechan:[7,9,54],"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":11,veri:[58,108,182,12,44,132,162,32,47,7,94,135,179,177, 54,151], "\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":121,patsuffix:143,atsushi:[77,80],query_flag:7,masafumi:[125,80],"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":69,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":126,"\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":41,groonga_dir:152,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":144,"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":168,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":152,"\u5b8c\ u5168\u3 06b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":113,learner:[52,55,80,43,187],"\u95a2\u6570\u306f":[34,111,69,169,67],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":126,naoina:[7,125],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":168,too_many_symbolic_link:173,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":180,snippet1:32,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":63,snippet2:32,cve:80,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":93,amount:7,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":63,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":178,score_1:131,score_2:131,hoge:[97, 111],fam ili:[90,151],"1024r":152,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":152,"\u30c8\u30e2\u3061\u3083\u3093":44,"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":79,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":152,almost:[27,108,128,139,166],bash:[77,189],"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,fulltext:[165,92,108,90,182,115,94,162,14,97,30,47,32,153,151,78,190,129,141,65],"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":1,groonga_vers:27,score_n:131,cutter_dir:152,histori:27,nine:3,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u50 24\u3092 \u6307\u5b9a\u3057\u307e\u3059":156,user_input:151,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":108,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":83,grn_db_int:79,phrase:7,string:[40,55,69,79,85,35,123,112,125,16,7,77,135,27,58,84,53,80],"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":118,anoth:[108,132,7,84,77,176],spreadsheet:176,snippet:[7,42,32,125],grn_expr_syntax_escap:84,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":152,"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":121,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":152,"\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":97,unlink:84,allow_column:[108,182],assign:125,grn_table_group:113,egg:78,narwhal:27,logrot:[7,80],akinori:77,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30e a\u30ea\ u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":152,help:[87,137,119],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":155,grn_proc_funct:40,soon:[92,32,54],"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,paramet:[40,41,43,93,7,101,27,56,53,55,110,116,16,17,113,19,25,118,120,121,62,123,125,63,77,79,112,80,83,35,84],"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":155,systemd:[7,77],"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":152,"\u5024\u306e\u7bc4\u56f2\u306f1":60,shimada:7,comments_cont:78,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":70,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":69,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e fb\u610f \u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":168,range_error:173,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":63,sentens:77,"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":108,"groonga_org_path\u306bgroonga":152,iff:3,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":152,fulli:[7,9],yito:[7,125],heavi:[108,128],grn_column_nam:121,"\u30b9\u30ec\u30c3\u30c9\u6570":168,"\u30d5\u30a1\u30a4\u30eb":152,todo:[41,142,93,86,56,53,108,110,85,116,16,113,25,161,118,120,121,62,123,150,63,76,79,83,138,133,187,135,57,84],event:54,"\u3080\u308b\u3093\u304c":[182,151],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":152,proxy_pass:9,publish:[152,80],"\u691c\u7d22\u5bfe\u8c61\u306e":70,trusti:[14,152,80],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\ u30ab\u3 0e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":73,"shutdown\u306f":140,"1\u30ea\u30ea\u30fc\u30b9":77,"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":11,pub:[129,152],asc:152,reason:[108,151,130,166,141,7,61,179,38,177,54,65],base:[141,90,12,47,48,7,9,103,189,165,108,110,151,14,18,64,119,122,162,125,184,177,80,129,182,131,132,32,153,185,36,192,38,102],grn_ctx_fin:[7,16],put:[182,122,139,77,36,179,80,119],"groonga\u53ca\u3073groonga":168,rect:[7,75,169],basi:3,"\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":168,due:[132,32],interact:[3,173],"\u4fee\u6b63":77,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u3 05b\u309 3":11,placehold:125,miss:[125,7,77,27,176,80],"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":113,conditional_probability_threshold:[27,154],station:[92,74,185],zeromq:189,schema:[12,47,100,148,108,75,151,114,115,18,158,23,122,162,183,109,96,78,179,182,32,187,171,139],"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":155,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":144,"max\u3068common":63,grep:[153,129,14,165],jqueri:80,"\u4efb\u610f\u306edb\u540d":168,str:84,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u3057\u3066\u3044\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":79,"windows\u5411\u3051":152,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"nu ll":[40, 90,47,7,105,53,108,110,16,17,65,68,69,162,125,109,117,27,80,32,136,84],"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":113,option:[135,129,165,83,20,24,95,14,125,7,153,117,27,77,189,112,80,89],"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,lib:[22,141,155,125,9,61,10,175],"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":152,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,elapsed_tim:[135,149],"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":178,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\ u308a\u3 07e\u3059":11,grn_snip:[7,80],tokenbigramsplitsymbol:167,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":178,grn_proc_get_typ:80,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":113,clear:[121,152,7,136,27,79,80],grn_too_many_open_fil:2,clean:[77,178,152],newvalu:121,weight_in_weight_vector:85,latest:[88,26],grn_ctx_t:2,pretti:80,"\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":152,wanab:125,yml:81,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":11,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":155,grn_connection_refus:2,"\u7279\ u5b9a\u3 06e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":178,"\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":168,grn_get_default_encod:123,grn_obj_compress_zlib:121,remot:[55,97,173,157],"\u68ee\u7530":44,"\u82b1\u5b50":44,grn_hook_get:93,doc_bodi:91,"\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":152,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":108,grn_obj_is_lock:79,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":70,close:[58,94,162],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":73,grn_ table_at :[155,113,79,112],"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":168,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":73,isob:125,numer:[55,151,182,157,77],no_locks_avail:173,both:[3,94,101,71,54,165,108,151,85,14,114,122,73,74,173,77,177,179,129,182,185,32,135,153,137,132],grn_range_error:2,geopoint:75,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[6,97],condition2:151,condition1:151,"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":155,jeff:143,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":113,"000x":119,too_small_limit:173,header:[7,24,125,80,77],"\u623b\u308a\u5024\u3067\u3042\u308b":120,linux: [55,152, 137,20],tokenbigramignoreblanksplitsymbol:167,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":168,stamp:[149,18,177,48],"\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":69,"null\u306a\u3089temporari":83,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":121,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":107,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":107,grn_table_sort_desc:113,combind:182,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[34,169],grn_table_cursor_get_kei:63,coordin:[13,75],unpatch:42,look:2,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":169,"while":[114,90,132,125,7,136,59],"\u691c\u7d22":[7, 55,108,1 55,21],"\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":97,grn_zlib_error:2,grn_column_name_value_len:121,loop:[7,80],pack:137,malloc:80,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":168,readi:[108,151,7,179,20,189,182],readm:[125,152],fedora:[55,152,137,20],belong:[45,71,130],"\u51e6\u7406\u958b\u59cb\u6642\u9593":108,grand:185,octal:151,"\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":79,src_kei:113,imagin:[108,130],optim:80,grn_set_default_match_escalation_threshold:25,temporari:[7,55,75,97,43],user:[45,47,48,7,101,9,103,149,189,54,108,151,115,59,18,95,44,23,168,125,170,171,96,77,127,177,80,182,183,131,35,32,135,139,88],"takuto\u3055\u3093\u304c\u5831\u544a":155,bob:[108,182,185,115,59,9,96,127,54],"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b 9a\u3057 \u307e\u3059":53,older:[77,185],input_output_error:173,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":113,"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":113,nise_nab:80,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":70,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":120,"56880000x":75,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":152,nginx:[165,129,14,125,7,153,77,80],"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":113,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":124,address_is_not_avail:173,"\u30b4\u30df\u30bb\u30b0\u30e1\u 30f3\u30 c8\u306e\u6570\u3067\u3059":126,grn_table_sort:113,signal:80,resolv:[12,85,122,7,27,28,37],elaps:[4,131,45,135,149,27,151],"32bit":[77,45,125],"\u304c\u306a\u3044\u5834\u5408":152,popular:[77,108,97,85],"\u30c7\u30d5\u30a9\u30eb\u30c8":69,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":113,creation:[27,3,125],some:[90,5,45,26,7,84,103,149,189,165,12,85,115,19,179,161,119,66,164,23,125,77,80,151,182,132,187,135,188,35,139,65,38],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":37,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":168,"\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":[6,8],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\ u30c9\u3 06e\u8ffd\u52a0":1,slash:151,entry_bodi:73,run:[88,178,152,119],stem:[153,164,14,80],step:[3,13,48,101,179,189,119],"\u3082\u3057test":168,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u305d\u3053\u3067":70,grn_no_memory_avail:2,idf:[122,80,12],"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":120,block:[13,151,9,125,65],libzmq:[153,14],grn_no_space_left_on_devic:2,"93933868408203e":4,grn_expr_append_obj:[69,84],within:[185,74,18,177],ensur:18,grn_obj_key_uint:62,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":152,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":70,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u30 59":168, askmonti:80,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":113,properli:[7,77,102,182],"\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":27,pangolin:[7,14],tokenbigramignoreblanksplitalpha:38,hereaft:132,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":152,newer:[77,80],info:[6,97,122,8,9,179],utc:[135,151],"0xc7":173,utf:[42,4,131,125,190,7,189,38,151],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":11,"column_create\u306f":73,munin:[153,129,137,165],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":69,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":168,"_max":108,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":124,"files\u30c7\u30a3 \u30ec\u 30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":123,grn_cas_error:2,doesn:[40,92,90,91,12,94,95,7,9,103,189,54,108,151,114,59,18,19,65,164,122,125,96,77,176,177,80,179,182,32,135,139,190,38,192],repres:[44,91,13,97,159,179,84,151],"homebrew\u306e\u66f4\u65b0":88,before_instal:81,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":152,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":79,pronounc:159,titl:[44,108,3,182,12,111,13,125,136,122,183,102,158,152,78,130,28,80,151],drilldown_calc_target:80,accross:7,grn_ctx_close:[27,80,16],"root\u306b\u5909\u66f4":155,sigcont:125,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":155,draw:44,"groonga\u5358\u4f53\u3067test":168,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\ u306b\u3 06a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":155,"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":79,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":124,eval:145,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":152,kawaji:7,groonga_org_path:152,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":11,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[178,152],"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"146741340x":185,ruby_script:145,friendli:7,nippon:177,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":168,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":144,"\u5185\u90e8\u7684\u306a\u5909\u66f4":152,button:[7,125,119],hemispher:7,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3 \u30e2\u 30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":97,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":27,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":63,download:[165,129,152,24,14,153,101,189,89],click:108,grn_obj_decr:79,onigmo:[77,80,179],experiment:[142,47,7,103,27,145,17,61,68,23,122,162,125,77,175,112,80,179,83,184,133,32,38],"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":152,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":1,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":83,becom:[13,132,45,42,75],accessor:[77,113],convert:[2,151,13,94,185,77,190,80],copyright:80,blogroonga:88,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":168,chang:[132,20,125,7,77,27,189,112,80],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055 \u308c\u 307e\u3059":60,danger:[136,59,83,54,121],grn_plugin_mutex_clos:40,"boolean":[55,42,125,182],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":107,query_expand:[22,175,125,10],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,query_expans:[27,125],"\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":[146,72],soundkitchen:[7,27],mismatch:80,about:[40,0,2,43,92,133,95,97,46,26,48,7,100,9,103,77,145,149,189,127,122,55,108,75,12,85,154,14,115,59,18,19,90,20,167,151,161,119,163,68,49,23,165,24,112,125,73,183,171,117,186,27,28,176,177,80,81,129,182,136,35,31,135,153,179,137,139,38,89],"23t02":151,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30 c9\u306e \u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":155,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":113,"shibuya\u3055\u3093":155,retriev:[132,108,151],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":152,min_siz:63,meet:[185,74,80],mitsuhiro:155,control:[159,7,115,9,96,80],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":169,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":152,sudo:[165,129,152,24,166,14,141,7,153,102,20,139,189,178,89],directory_not_empti:173,grn_domain_error:2,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":73,tokendelimit:[167,90,48],"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,narg:84,"\u6a19\u6e96":[6,105,191,107],"function\u30c7\u30a3\u30ec\u30 af\u30c8 \u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":152,int16:[45,155,125],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":113,decrib:9,"\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":152,"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":144,rakutan:78,otehr:65,encyclopedia:45,normalizernfkc51:49,table_token:[55,31,43],kisk:7,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092 \u683c\u 7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[79,121],"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":69,"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":79,sysconfig:141,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":155,"\u3053\u306e\u5834\u5408":63,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[113,79,121],grn_plugin_proc_alloc:40,read_only_file_system:173,grn_ctx_set_command_vers:16,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":152,handl:[2,13,94,125,16,9,139,166,77,38,80],auto:[7,154,80],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":37,succeeded_or_not:[136,59,171,127],"groonga\u7d44\u8fb c\u30b3\ u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":8,parameter1:9,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":168,column_information1:95,column_information2:95,"\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":70,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":1,"\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":82,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":168,chunk:[166,139,126,77],"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":178,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u 30a4\u30 eb\u3067\u3059":168,special:[108,2,3,182,162,32,47,125,135,173,90,19,179,36,189,84,119],groo:[131,108],"\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":69,suitabl:[108,12,122,94,97,114,38,80,65],goroo:128,grn_geo_estimate_in_rectangl:[27,110],new_vers:152,"quit\u306f":160,"\u3092\u6307\u5b9a\u3059\u308b\u3068":[63,121],manipul:159,grn_match_escal:[55,30,43],"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":168,latitude_in_msecxlongitude_in_msec:151,keep:[66,114,85,16,17,27,38],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":155,geometri:27,largetext:94,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":178,grn_cursor_by_id:63,"scorer\u306f":108,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":156,buf_siz:[113,79,121],"groonga\u30b3\u30de\u3 0f3\u30c 9\u306b":155,mkdir:158,attach:[164,190,119],"\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":152,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[70,45,168],"final":[40,108,9,5,85],travi:163,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":152,exactli:166,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":1,"20km":185,"groonga\u306f":178,beg:[38,179],sequence_queri:187,extrct:151,stdin:112,concatin:[7,131,125],logs_20150205:23,logs_20150204:23,logs_20150203:[142,23],tabl:[55,69],need:[90,3,4,5,94,97,47,48,7,101,9,103,10,151,77,106,78,54,91,108,189,12,85,16,17,122,18,20,143,179,65,22,23,24,166,74,173,139,27,28,176,177,80,81,129,190,182,127,132,133,32,135,38,36,119,84,131],border:[7,90,96],fluent:104,grn_ obj_sear ch:56,"0x08":173,"0x04":173,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":155,"0x01":173,"0x02":173,"\u30ed\u30b0\u3092":152,ifexist:58,singl:[108,90,3,85,133,125,58,80],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":108,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":155,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":152,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":79,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,kazuhiro:125,url:[158,27,80,54,36],uri:[36,9],grn_table_upd:113,fontain:27,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":113,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":63,g rn_index _cursor:[55,30,43],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":180,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":120,ssssss:149,object_corrupt:173,"146867000x":185,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":152,grn_obj_is_proc_proc:77,launchpad:[14,152,80],"\u3053\u308c\u306f":70,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[105,97],"\u3053\u308c\u3067":152,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":70,"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":11,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":79,enabl:[88,152],"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30 fc\u30b9 \u3092\u914d\u7f6e\u3057\u307e\u3059":152,"masahiro\u3055\u3093":155,gram:[132,90,3,151],"output_columns\u304b\u3089_value\u3092\u524a\u9664":155,contain:132,kawada:80,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":70,orphan:125,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":69,korea:130,"_groonga":97,scorer_tf_idf:12,statu:[55,129,2,43,165,14,31,125,7,153,171,80],correctli:[7,77,3],wibowo:125,tend:78,written:[22,185,10,20,127,80],benchmark:[52,55,43,125,7,80],grn_retry_max:2,ken:44,kei:[66,58,23,152,55,132,142,85,125,7,113,171,103,63,77,79,112,80],grn_no_child_process:2,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":126,regular_express:179,"\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":120 ,eclips: 119,"\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":70,admin:[155,125,7,77,27,80],jersei:185,"\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":155,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"po\u306e\u5b9f\u884c":88,"\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":124,cutter_source_path:152,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":79,"\u5185\u8a33\u306f":70,"\u304c\u3 042\u308 a\u307e\u3059":152,quit:[55,31,152,43],addition:[77,74],cent:38,quiz:44,"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,treat:[92,108,90,23,151,142,125,7,18,77,177,80],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[146,6,72,8,156,191,107],downcas:190,"\u65e5\u672c":[38,177],"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":108,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":105,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":113,delimit:[90,13,132,125,48,77,38],drildown:[55,157],main:[153,152],"12gb":166,glossari:81,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":27,longitude_in_msec:151,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":53,demo:44,redcloth:152, welcom:[ 108,182,87,185,26,151,88,119],grn_table_cursor_t:63,"\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":70,speaker:26,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":155,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":156,crch:90,entry_selector:156,nsubrecs_column:121,http:[43,97,7,101,9,103,189,55,152,85,14,158,119,52,165,24,168,125,77,80,81,180,129,132,153,188,89],"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"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\u 3059\u304c":70,effect:[7,58,185,97,77],"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,rpmforg:129,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":88,well:[23,132,32,125,102,189,9],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":160,"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":70,undefin:13,"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":79,lcov:178,distanc:[92,75,151,132,7,74],koi8r:[7,189,97],remove_blank:133,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":79,"log_reopen\u306f":191,bc009774:152,patricia:[55,3,182 ,94,125, 7,77,27,151,157,65],"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":152,grn_ctx_get_command_vers:16,"\u3067\u533a\u5207\u308a\u307e\u3059":97,logger:7,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":56,int32:[3,12,45,48,7,127,108,75,151,85,154,70,59,18,44,122,125,74,96,78,177,80,182,130,185,115],ryoji:80,pikonyan:44,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":60,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":168,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":126,title_index:12,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":168,dat_kei:94,tomita:155,"\u305d\u308 c\u3089\ u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":180,grn_file_corrupt:2,necessari:[27,3],"\u4e0b\u8a18":63,page:[55,125,26,7,77,119],"\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":155,lager:125,use_offline_index:112,revers:[55,152],assgin:151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[180,97],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":113,out_http:168,home:[189,38,152],tatsuya:7,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":73,index_column:80,nihon:177,estim:[166,110,77],grn_obj_key_float:62,grn_obj_remov:[27,79],"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,"10t13":[18,177,48],win64:101 ,"\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":1,usag:[55,43,132,125,77,80],"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,offset:[40,110,93,7,113,156,63,77,79,84],"blog_body\u7d22\u5f15":70,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":168,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":1,empti:[108,182,45,125,77,27,95,80],groonga_query_log_path:[125,80],"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":147,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":97,museum:185,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":168,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3 092web\u 30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":152,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":97,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":69,suzuki:7,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":144,gronga:[170,176],overflow:[13,27,125,80],ear:90,quetzal:7,"\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":69,fullwidth:77,displai:7,limit:55,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":126,"\u611f\u8b1d":77,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,evalu:[151,182,125,183,145,38,179],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u 30b7\u30 e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":97,"\u521d\u671f\u5316\u3055\u308c\u305f":16,"aramaki\u3055\u3093\u304c\u5831\u544a":155,eric:96,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":79,blog1:78,blog2:78,new_valu:108,futur:[68,75,23,85,133,125,173,145,27,54,179],rememb:108,halfwidth:190,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":63,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":27,sphinx:[152,87,20,15,80,119],katagiri:125,table_remov:[7,55,31,125,43],"\u3068\u540c\u3058\u610f\u5473":97,max_concurr:180,"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":181,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":124,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,whose:[3,151],accur:[132,32],"files\u3092\u5b9 f\u884c\ u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":152,grn_io_vers:80,"0x20":182,escaped_queri:84,kentaro:125,swap:139,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":1,"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":34,"void":[40,83,5,123,113,25,116,19,63,79,112],voic:190,is_anim:13,affect:[7,77,125,80],"\u306f\u7121\u52b9\u3067\u3042\u308a":63,parameter_name1:36,parameter_name2:36,demerit:94,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":97,correct:[55,43,131,154,7,50,176,177,80],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":169,vector:[55,71,43,125,7,77,27,80],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\ u30c9\u3 06b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"10m":9,batch:7,"10z":151,"\u30b0\u30eb\u30fc\u30d7\u5316":60,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":168,even:[165,129,23,151,122,132,14,125,7,153,101,137,78,177,80],"\u3064\u307e\u308atest":152,neg:[40,108,2,16,7,19,77,53],spokesman:88,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\u3050\u308b\u3093\u304c\u592a\u90ce":44,"new":[132,88,152],net:[44,3,152,130,13,26,74,102],ever:125,metadata:[68,12,122,185,7,145,28],"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":178,behavior:[7,115,38,80,96],never:[77,189,154],"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":168,met:183,grn_log_level:40,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f \u30ea\u 30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":152,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":79,grn_parse_query_flag:77,jame:143,sji:[189,42,97],serch:[154,18],yamada:80,"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":108,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":180,grn_expr_exec:[84,16],"\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":168,"\u826f\u3044\u4f8b":124,"\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":70,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\ u30a1\u3 0d9\u30c3\u30c8":70,overhead:[141,80],typo:[125,7,18,77,27,176,177,80],recommend:[165,108,3,182,141,128,14,129,54,135,153,100,101,102,137,139,179,38,80,151],"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":16,arg1_nam:179,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":116,under:[131,54,9,36,189,64,80],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":79,warp:80,warn:[108,6,97,125,7,122,8,9,149,112,80,179],"\u4ee5\u4e0b":168,"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":70,setup:[119,125,81],neolog:38,akio:[7,27,125],root:[36,97,9,125,102],give:[132,115],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":69,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\ u8a73\u7 d30\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":25,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,max_tp:180,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":88,unsign:[40,2,121,86,17,113,62,63,79,84,53,80],"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":152,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":11,log_level:[55,31,43],n_kei:113,updag:7,config:[1,97,7,101,27,189],sato:77,grn_arg_list_too_long:2,sitedomain:[102,130],"\u30b9\u30fc\u30d7":144,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":69,permission_d eni:173, third:[13,95,108,151],maintain:38,grn_text_printf:80,"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":70,romaji:177,"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":124,"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":152,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":83,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":72,privileg:[102,125],keyboard:108,"\u6307\u5b9a\u3067\u304d\u308b\u5024\ u306f\u4 ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":169,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":111,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":53,persist:[55,43,95,113,59,105,65],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":63,anim:44,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":155,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":169,leaner:64,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":152,grn_exec_format_error:2,cache_previ:17,side:[7,132,108],mean:[40,92,2,142,95,97,7,90,9,103,149,3,189,108,106,151,85,13,154,19,23,122,166,125,183,74,110,77,176,177,80,179,182,130,84,136,139,190,38],"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":16,enorm:44,blog_comment_index:183,grn_obj _compar: 79,extract:[119,132,32,47,7,183,101,77,189,84,80,65],"hiroshi\u3055\u3093\u304c\u5831\u544a":155,content:[40,12,95,9,27,54,108,109,151,114,115,44,164,125,183,173,77,78,80,182,185,32,135,139],rewrit:42,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":63,situat:108,ncpu:89,mdev:77,lzo_error:173,"\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":155,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":16,isk:179,iso:151,"\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":168,wgs84geoppoint:110,cpuinfo:[153,129,14,165],plugin_regist:[55,31,158,43],grn_snip_clos:80,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\ u307e\u3 059":70,hook:81,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":168,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":155,sometim:80,"\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":144,grn_cache_get_max_n_entri:17,iptabl:[102,54],"\u5358\u4f4d":[62,169],"push\u3057\u3066groonga":152,"80ghz":168,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":97,mkostemp:80,"limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,conveni:[23,132,188,27,189,177,192],keyword:[44,108,3,182,12,170,122,162,32,47,125,7,115,78,84,65],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30 f3\u30c9 \u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":97,grn_expr_get_var_by_offset:84,modern:185,mind:66,mine:132,"\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":27,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":158,regular:[131,55,9,43,77],tradit:[132,80],"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":168,don:[3,4,12,95,97,48,9,27,106,54,17,108,189,151,85,16,58,65,122,173,77,28,176,80,190,182,84,136,137,36,119,38,102],doc:[91,152,87,20,125,7,9,27,77,112,80,119],"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c 8\u3082\ u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,doe:[108,3,182,85,13,132,125,7,183,9,61,154,141,151],logyyyymmddhhmmss:131,grn_not_enough_spac:2,dot:7,"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":45,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":124,keybuf:113,"\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":168,syntax:[55,43,85,125,7,77,84,80],"\u65e5\u672c\u8a9e":177,yoji:27,acquir:19,explain:[13,3],"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":1,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":97,"\u30c1\u30a7\u30c3\u30af\u3059\u308b \u30aa\u 30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":126,record_id:77,grn_obj_is_function_proc:77,cosmo0920:[125,80],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,stop:[164,12,122,97,108,125,7,59,9,77,27,28,80],grn_plugin_fin:40,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":152,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":11,attr_setpshar:125,bar:65,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":152,reload:176,bad:[132,125,80],"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":41,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":72,veres:54,all_record:7,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":168,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":45," script\u 30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":168,old_releas:152,"\u5b9f\u884c\u3067\u304d\u307e\u3059":152,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":144,subject:125,brazil:130,libgroonga:[163,3],grn_function_not_impl:2,simplest:[132,189,12,35],illegal_byte_sequ:173,attribut:[90,109,49,133,167],nfkc51lexicon:190,threasd:97,"\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":97,"100x150":34,"\u534a\u5f84":169,str_ptr:40,"takuto\u3055\u3093":155,replied_to:185,key_length:173,"\u30af\u30a8\u30ea\u306e":70,string_liter:80,"\u6539\u884c\u6587\u5b57\u306f":97,against:[55,108,83,44,182,132,85,97,48,7,18,157,151,127,84,177,80,121],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":178,"\u95a2\u6570\u304c\u5f15\u6570\u3092":1,grn_queri:7,"twitter\u7de8":88,grn_op_cal:69,grn _expr_va r:[40,53],g721d5c7:82,grn_obj_clos:[69,120,80,79,16],three:[108,75,23,130,85,13,162,125,135,122,59,18,159,3,78,177],"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":152,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":11,"1285858800\u306f2010":70,interest:[88,3,179],basic:[7,132,108,80,55],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":152,suppress:[7,112,80],"2\u30ea\u30ea\u30fc\u30b9":77,multithread:103,servic:[141,132,125,7,18,139,77,80,81],"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":83,calcul:[92,108,75,131,185,125,7,74,145,80],"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":152,groonga_cli:151,seven:[23,3],datail:108,theatr:91,"key\u3092\u8fd4\u3057\u307e\u3059":79,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":97,"\u30a2\u30af\u30bb\u30b5\ u6587\u5 b57\u5217\u3068\u306f":79,"\u691c\u7d22\u306e\u6319\u52d5":55,receiv:[151,131,132,173,97,16,9,64,119],make:[132,88],column_list_head:95,meetup:77,"_kei":[3,91,12,95,46,48,7,100,9,148,109,127,54,143,108,75,151,85,13,154,58,59,18,60,158,44,164,121,125,183,74,171,96,78,79,177,80,182,130,185,135,139,190,102],msg_controllen:77,zlib1g:[153,14],unicorn:14,"\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":69,"8byte":173,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":121,inherit:125,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u 307e\u30 59":69,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":73,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":97,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,left:110,identifi:[45,171],just:[17,129,189,83,5,165,24,119,14,125,7,153,101,137,77,27,79,80,81],sigusr1:27,"\u6771\u4eac\u90fd\u6c11":[70,144],human:[95,65],"\u73fe\u5728\u306f":[180,168],yamamoto:80,yet:[92,68,23,151,12,122,132,108,125,145,27,54],"table\u304c":113,defrag:[27,31,125,43,55],uint16:[45,125],"worker\u306f":134,save:[131,166,78,152,80],applic:[163,151,132,97,32,54,9,27,176,80],"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":144,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b 9\u4f5c\ u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":152,background:97,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":152,nomral:[108,182],daemon:[7,125,80],vdw:[74,3,130],manual:[55,80],grn_obj_expir:79,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":107,mrubi:[68,152,125,145,77,80],unnecessari:139,cxxflag:24,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,intern:[13,32,16,17,125,77,106,112,80],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":105,insensit:[108,179],"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":144,"\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":144,trac ker:88," \u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":69,localhost:[180,4,152,131,168,97,9,103,54,173],range_filt:[55,31,80,43],new_release_d:152,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":8,grn_cursor_gt:63,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":178,promot:125,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\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":11,postgresql:[132,32],"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":152,updat e_buffer _s:86,"\u30c6\u30b9\u30c8\u306f":178,grn_ctx_recv:80,commit:[80,119],"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[180,97],meerkat:27,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":73,"\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":25,sphr:[75,169],down:[55,125,80],contrib:152,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":168,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,editor:119,fraction:[13,132,185],storategi:108,fork:[97,119],grn_content_tsv:106,infom:16,tokenbigramignoreblanksplitsymbolalphadigit:167,form:[108 ,3,182,1 31,185,173,159,125,9,51,27,190,102],sub1:108,forc:7,grn_obj_db:83,"4e86e700":166,"txt\u306b\u307e\u3068\u3081\u307e\u3059":152,grroonga:170,"\u5426\u5b9a":69,auth_basic_user_fil:[9,54],"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":158,unrel:27,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":11,classif:130,featur:[90,142,186,97,47,7,9,103,27,108,75,85,154,16,115,61,159,167,65,49,23,162,77,175,80,182,83,132,133,32,119],kwic:32,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":67,grn_obj:[41,110,120,83,43,55,93,86,30,16,7,77,84,80,121],"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":53,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":60,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\ u308b\u3 04b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":34,score_function2:12,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":97,tokenbigramignoreblank:167,excel:176,"defrag\u306f":37,"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":152,matur:[141,188,23],escaped_charact:84,faction:185,grn_ii_cursor_set_min:77,why:[108,125,141],calc_typ:108,fsf:7,data_set_nam:154,"scr\u306e\u4e2d\u8eab\u304c":168,vmstat:166,ignor:[108,90,83,176,94,133,125,7,171,103,77,27,38,80,182],reply_to:78,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,logs_message_index:179,n_entri:117,"152489000x":185,skip:[77,3,125,80],segv:125,"\u 958b\u30 44\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":37,force_prefix:77,depend:[132,88],"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":63,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":178,marku:7,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":63,must:[40,3,5,95,48,102,103,148,142,110,189,54,17,108,109,151,13,154,58,59,61,179,64,65,23,121,166,71,183,171,173,177,80,182,83,131,84,136,139,38],query_str:125,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":27,"0mq":125,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901 a\u308a\ u3067\u3059":152,grn_obj_set_fin:53,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":73,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":152,proc:[40,165,108,93,14,125,153,129,53,118],iter:151,dic:165,item:[141,154,108,48,18,177,54,65],round:27,dir:168,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":113,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":152,strerror:80,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":155,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":168,shinoda:[77,80],"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":67,deriv:[141,64],"\u306 8\u3044\ u3046\u6587\u5b57\u5217\u306f":144,wait:[40,19],box:108,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":60,"\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":11,grn_true:79,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":158,raccoon:44,"\u306e\u30ab\u30e9\u30e0":[37,107],grn_content_json:106,modul:[132,155,80,55],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":126,result_too_larg:173,sako:77,univers:14,perl:9,nokubi:80,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":73,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":113,grn_proc_typ:53,"_min":108,ooo:94,apper:108,"\u30b3\u30de\u30f3\u30c9\u306e \u5b9f\u 51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":69,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":72,grn_plugin_proc_get_var_by_offset:[40,80],commands_column_list:95,tokyo:[74,75],"\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":152,uniqu:[131,103],"\u30d2\u30c3\u30c8\u6570":108,ull:90,"256kb":166,predict:[94,38,65],"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":53,"\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":124,libmemcach:178,grn_no_buff:2,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057 \u3066\u 51e6\u7406\u3055\u308c\u307e\u3059":144,normalizs:65,map:[23,166,139,27,149,177],"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":168,max:[17,125,7,27,63,77,80],mac:[55,137],grn_obj_append:79,assigend:182,mai:[163,12,94,95,7,9,103,77,145,189,78,54,151,154,17,59,61,179,65,66,44,68,23,121,122,125,27,28,176,80,182,83,132,133,135,136,139,38],underscor:65,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":45,table_dat_kei:[182,125,105,65,80,151],grn_expr_get_keyword:84,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":144,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":27,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":180,talk:[77,125,26,152],feb:23,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30c a\u30a4\ u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":70,pointer:40,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":69,entiti:132,group:[108,132,125,7,183,80],monitor:[153,129,14,125,165],polici:125,"\u5b9f\u9a13\u7684":77,vector_s:[55,161,43,77],resource_temporarily_unavail:173,initi:[40,5,131,16,7,77,27,80],lunch:132,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":1,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":152,"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":152,"\u5fa9\u53f7\u3057\u305f\u9375":152,"\u30ec\u30b3\u30fc\u30c9\u306e\u5 024\u306 bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":79,massachusett:185,"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":152,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":168,"\u3053\u306e\u7d50\u679c\u306f":168,gzip_typ:54,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":155,continu:[90,97,125,7,18,38,80,81],"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":152,unlock:40,nroonga:[115,78,81],"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":178,"3rd":[108,125],compress_lzo:73,"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\ u5834\u5 408\u306f":11,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":168,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":152,uint32:[3,91,45,7,102,105,127,143,108,151,85,114,59,95,65,44,164,70,125,183,74,171,96,78,80,179,182,130,135,139,190],"\u624b\u7d9a\u304d":53,earlier:[27,127,190],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":191,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":62,debootstrap:152,org:[3,101,9,189,165,109,152,85,13,14,158,119,44,24,168,74,102,77,80,129,130,153,89],prefix_search:[27,154],"128487316x502920929":[44,74],grn_table_renam:113,"\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":70,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089 \u89e3\u 6c7a\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":124,"marverick\u306b\u5909\u66f4":155,frequenc:[12,122,154,99,184,77,80],"grn_op_adjust\u306f":69,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":105,thing:77,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":144,think:[122,28,108,12,151],frequent:12,first:[40,141,3,91,12,95,47,101,9,103,27,189,54,108,151,13,16,65,44,162,125,77,78,176,80,179,182,131,185,32,135,119,38],"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":152,"vmware\u306a\u3069":152,key_norm:[114,108,190,3,91,70,185,182,32,7,115,139,78,151,65],fast:[92,90,3,12,94,47,100,71,54,108,75,151,58,65,44,122,162,109,78,179,182,132,32,135,192],crit:[6,8],grn_geo_cursor_open_in_rectangl:110,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u30 8b":70,w orkaround:[77,80],"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":60,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":27,memo:[164,12,122,115,100,148,28],key_siz:113,broadcast:185,"value\u304c\u5c5e\u3059\u308b\u578b":105,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":113,proxy_cache_valid:9,patprefix:143,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":45,longitudexlatitud:125,yoshioka:7,poyonga:128,grn_db_touch:[155,83],were:[75,3],zsh:189,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,dash:189,grn_invalid_format:2,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":144,katakana:[154,190,38,177],squar:75,timeuot:19,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":168,"256gbyte":66,normal:[55,129,43,165,14,125,16,7,153,77,106,112,80],beta:42,pai r:[108,1 3,48,170,18,176,177],"143660000x419009000":75,synonym:[108,176,91],grn_default_query_logger_get_rotate_threshold_s:77,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[37,107],"\u539f\u56e0":[55,39],shop:[114,144],lexicon:[55,158,77],"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u3092\u516c\u958b":155,show:[92,1,2,3,4,12,47,7,102,77,51,106,108,75,151,13,58,115,44,23,122,162,125,183,74,171,173,96,27,80,179,182,130,132,133,32,135,185,189,109,38],"\u62c5\u5f53\u8005":152,threshold:137,"\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":69,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":69,black:[92, 190],"\u 30c6\u30fc\u30d6\u30eb\u540d":[105,37,107],"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":70,tamano:80,variou:[55,157],get:[40,90,97,26,7,189,55,108,110,152,14,16,17,20,119,46,117,27,80,132,153,36],"\u3092\u8a08\u7b97\u3059\u308b":1,wheezi:[55,152,137],"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":155,gem:152,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":168,"\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":168,tokyogeopoint:[75,45,34,74,110,27,169],median:80,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":1,summari:[55,125,43],wiki: 9,"table \u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":113,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":70,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":27,sear:177,enci:168,masahiro:[155,125,80],japan:[74,171,102,130,177],therubyrac:152,infinit:[7,27,80,65],enumer:3,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":168,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":113,label:[77,125,80],enough:[132,78,80,166],across:75,parent:[108,9],unknown_error:173,column_vector:[44,108,85,13,185,95,125,73,183,171,148,80],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":191,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":97,"\u5bfe\u7b56\u65b9\u6cd52":[55,39],"\u5bfe\u7b56\u65b9\u6cd51":[55,39],recrod:108,"\u3088\u3063\u3066":45,dump_plugin:77,"\u5206\u5272":144,grn_expr_clos:84,nogpgcheck:7 ,"\u3060 \u3068\u539f\u56e0\u306f":124,grn_cache_open:17,among:[7,13,44,157,55],grn_obj_delete_hook:93,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":168,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":168,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":144,inappropriate_i_o_control_oper:173,cancel:[35,103,80],grn_proc:[55,30,43],"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":152,gnupg2:152,mark:[164,185,112,141,77,190,38,80,65],"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":11,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":86,grn_too_small_offset:2,grn_init:[7,149,5],senboku:125,i18n:[88,15],those:[108,75,3,4,1 70,24,13 2,159,182,32,48,13,190,94,151,189,112,54,119],sound:[18,190],hdd:168,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"8\u306b\u5bfe\u5fdc":155,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":97,advantag:[132,141,32],"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":168,brasillia:75,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":168,"1\u3068command":11,pat:[7,112],candidate_n:131,drilldown_result2:108,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":88,drilldown_result1:108,same:[3,12,128,9,103,10,54,108,151,85,13,16,58,115,18,19,22,122,125,74,77,78,179,182,35,135,36,190,84],speech:[132,38],pai:108,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7 f\u3063\ u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":144,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":152,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,grn_command_version_st:116,grn_table_dat_kei:113,"\u540c\u3058\u3067\u3059":168,montywi:112,grn_address_is_not_avail:2,macro:[27,125,80],markup:[87,77],"drilldown\u7d50\u679c":108,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":16,argument2:[151,12],"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":152,argument1:[151,12],"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":79,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u 308b\u30 68":180,document_vers:152,execut:[90,43,95,46,7,101,103,10,145,105,77,189,55,108,85,154,16,58,59,167,65,22,68,49,23,125,82,171,117,27,127,175,80,132,133,135,136],grn_obj_fin:[84,16],"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":97,monei:44,mcdonald:92,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":120,enable_tokenized_delimit:90,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":79,"\u697d\u3057":[70,144],value_column:121,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":113,evaluated_valu:145,either:[0,108,151,125,96,78,179,182],quantal:7,operation_not_support:173,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":152,ascend:[92,74,3,108,130],testdb:[168,64],"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u6 9cb\u902 0\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":113,confirm:88,table_no_kei:[108,23,182,136,122,162,32,47,114,115,179,171,158,77,105,151,80,65],valuebuf:41,str_length:40,"\u30cb\u30c3\u30dd\u30f3":177,event_typ:187,broken:[83,125,7,136,61,77,27,80,121],regexp:[77,80],"128452975x503157902":[13,44,74,102],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":97,"_set_valu":112,"x\u306e\u304a\u77e5\u3089\u305b":77,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":155,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":152,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":63,strip:109,"tomita\u3055\u3093\u304c\u5831\u544a":155,yyi:119,drilldown:[55,156,125,60,77,27,80],grn_ctx_batch_mod:80,complianc:9,"\u30 82\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":168,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":1,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":79,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":73,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":152,arugment1:151,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":168,possibl:[27,45,36],"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":152,embed:[132,97,32,47,9,77,176],grn_operation_not_permit:2,"\u8ffd\u52a0\u 3059\u30 8bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,file:[88,152],logo:7,fill:[131,151],again:[114,77,9,80,19],field:[77,95],location_in_groonga:135,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":168,architectur:[132,97,152,80],"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":73,sequenc:[108,182,35,125,48,154,18,173,149,27,177,151],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"6gib":139,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":88,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":113,escal:137,unload:7,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570 \u8868\u 8a18":45,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":146,"x\u3067\u306frealloc":155,descript:[55,108,49,182,43,131,133,95,97,125,7,90,9,167,151,179,177,80,65],escap:[7,162,84,125,80],"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,represent:[123,119,84,85],forget:85,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":1,interpret:[112,182,152],suno:80,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,file_too_larg:173,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":93,libmsgpack:[153,14],"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\u691c\u7 d22\u7d5 0\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":108,objnam:[37,107],grn_op_and:[56,69],grn_op_or:[56,69],fals:[1,103,152,136,13,45,125,73,115,59,100,183,171,96,143,151,127,162,80,182],"\u3053\u3053\u3067\u3082":70,offlin:[55,43,125,7,77,112,80],util:9,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":155,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":11,sub_filt:[55,161,125,43,77],hottolink:42,grn_hook_set:93,puropos:90,"\u305d\u308c\u3092\u65e7ji":63,zero:[164,71,85,13,38,108,173,190,176],further:13,"\u3053\u3053\u3067\u306f":70,aba:[74,3,130],abi:77,grn_info_typ:41,"\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":124,fffe:90,tokenbigramignoreblanksplitalphadigit:38,"\u30c6\u 30fc\u30 d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":126,"public":80,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":97,tokenbigramsplitxxx:38,grn_table_pat_kei:113,valu:[40,41,2,71,86,7,27,106,53,189,85,16,19,63,121,125,77,79,112,80,132,135],grn_table_setoper:113,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":121,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":191,fff0:38,narrow:[157,55,108,125,80],"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u95a2\u4fc2\u5f0f\u306f":69,commands_table_cr:105,transit:141,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":63,"groo nga\u306 epackag":152,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":169,establish:[3,173],distinct:[66,131,143],"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":152,regist:[22,40,23,43,55,132,142,31,125,7,158,77,133],libev:[189,153,14,112],groonga_path:168,"check\u30b3\u30de\u30f3\u30c9\u306f":126,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":97,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":73,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":63,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,jsonp:[131,77],desin:141,memo6:12,memo5:12,memo4:12,memo3:12,memo2:12,memo1:12,none:[108,90,133,173,97,46,187,136,9,78,189,65],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":1 80,hour: [185,151,19,149],dev:[152,14,125,26,7,153,178,77,27,80],grn_set_default_encod:123,"\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":1,remain:[149,125,179],paragraph:3,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":155,deb:[152,14,125,7,153,77,27,80],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":70,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":152,share:[17,23,83,44,132,142,97,125,26,7,9,121,27,78,189,19],shard:[94,142,23,77],"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":69,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":63,minimum:[40,165,108,151,14,129,153],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[34,169],"configure\u30b9\u30af\u30ea\u3 0d7\u30c 8\u306e\u5b9f\u884c":88,strlen:40,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":121,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":144,secur:[55,80,77],"\u691c\u7d22\u7d50\u679c1":108,"13\u7528rpm\u306e\u63d0\u4f9b":155,arg2_nam:179,needl:69,grn_command_vers:[55,30,43],number2:151,number1:151,mariadb:[125,80],associ:[40,44,108,3,13,58,171,27],"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":152,kuriyama:[77,80],spheric:75,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":160,rotat:[77,97],hypertext:[55,157],no_buff:173,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":70,through:[132,9],"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":88,"\u5024\u3092\u53 d6\u5f97 \u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":79,"\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":60,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"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":113,good:[164,90,182,132,108,114,46,151,78,189,38,119],timestamp:[185,23],"tokenmecab\u3067\u306f":70,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":152,grn_get_lock_timeout:19,grn_obj_vector:[79,84,16],"_valu":[108,60,121,80,125],rank:[3,80],"db\u3068\u306a\u308a\u307e\u3059":83,comamnd:54,micro:[13,55,151,157],name_2:[3,102],name_1:[3,102],hard:139,idea:108,"2000\u898f\u683c\ u306b\u5 f93\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":63,connect:[3,97,7,188,173,77],rlimit_nofil:[149,125],"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":152,flower:13,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":152,"release\u306e\u5b9f\u884c":88,print:[173,80],foreground:97,definion:151,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":69,entries_content_index:[139,108,182,151],database_path:61,msg_flag:77,"975mbyte":168,tahr:[14,80],"\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":152,grntest:[7,27,155, 152,104] ,"tokenmecab\u306e\u5834\u5408":70,tritonn:[108,182,151],"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":113,suggest_prepar:[154,18,177,48],"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":124,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":97,done:[17,108,9,80,19],stack_over_flow:173,"\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":45,stabl:[154,11,80],"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"indexbuf\u306e\u30b5\u30a4\u30ba":121,"5th":108,least:[182,166,7,183,117,77,139 ],"outpu t_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":158,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":70,"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":113,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":70,"libedit\u5bfe\u5fdc":1,grn_plugin_get_suffix:27,"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":69,pari:75,selector:7,part:[23,13,132,142,32,135,185,3,189,38],pars:[123,84,80,159],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":113,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30 c8\u306e \u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":124,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":168,"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":144,"\u30c6\u30fc\u30d6\u30eb":107,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":69,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":70,plugin_unregist:[22,55,31,43,77],consol:9,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":72,built:[55,90,43,132,31,125,75,9,189,77,79,133,161],argument_name1:36,argument_name2:36,build:[55,152,132,137,20,178,81],"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u 30e5\u30 6e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":152,distribut:[165,129,152,14,7,153,101,137,189,80],"\u30d0\u30fc\u30b8\u30e7\u30f30":77,"\u30d0\u30fc\u30b8\u30e7\u30f31":77,previou:[141,130,12,13,125,7,78,80,179],chart:27,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":67,most:[108,110,3,182,85,13,31,16,54,179,38,80,151],"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":79,myisam:132,grn_incompatible_file_format:2,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[88,172],groonga_log_level:125,mainlin:[77,80],cas_error:173,roughli:13,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":144,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":55,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":178,carefulli:85,"bom\u4ed8\u304dutf":155,find: [113,164 ,190,3,132,162,108,32,47,48,154,59,18,101,20,88,189,38,177,119],grn_no_such_process:2,grn_index_cursor_open:120,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":83,grn_logger:7,unus:80,grn_in_values_too_many_index_match_ratio:80,grn_obj_defrag:79,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":180,commands_column_renam:59,restart:[22,139,176,10],"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":168,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":70,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":168,map_hugetlb:27,common:[108,182,94,45,14,97,7,113,159,63,27,78,151,65],table_cr:[55,108,23,43,85,95,31,7,136,59,171,158,80],grn_api:84,"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":113,grn_interrupted_function_cal:[2,103], "status\ u30b3\u30de\u30f3\u30c9\u306f":82,lion:7,"\u521d\u671f\u5024\u306f10\u3067\u3059":180,blog_cont:183,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":168,gemfil:7,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":168,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":178,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":156,network_is_down:173,hiroyuki:77,is_stop_word:[164,46,80],simpli:[122,143],point:[40,75,182,85,131,132,125,34,59,100,103,77,27,110,169,112],hideki:[77,125,80],shutdown:[31,23,43,55],"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":70,weight_in_match_column:85,ran:177,secret:152,indexblog1:78,"\u4ee5\u4e0b\u3067":70,gat:[74,3,130],understand:[108,3,80],convers:[27,9],"\u30b5\u30dd\u3 0fc\u30c 8\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":11,bill:[70,144],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":144,opear:151,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":126,anonym:94,gb87d9f8:4,everyon:102,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,manner:[108,3],"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":168,"\u6c11":144,itself:[90,182,85,125,176,80,179],cento:[55,152,137,20],"\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":152,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":69,res2:113,"\u7bc4\ u56f2\u6 307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":70,inv_thread_column:168,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":158,keyr:[7,153],"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":191,usage_multiple_scor:12,"\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":70,task:[7,132],sortbi:[27,156,125],entri:[146,93,47,107,17,108,151,58,156,162,72,125,73,183,171,117,78,182,185,136,139,37],parenthes:3,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0" :168,spe nd:[182,151],"build\u3092\u7528\u3044\u3066":178,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":67,shape:92,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":168,"\u3053\u306e\u64cd\u4f5c\u306f":113,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":158,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":69,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":152,bin:[189,101,20],key_column:121,kashihara:80,"\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":155,tokendelimitnul:167,motoi:125,"\u6c38\u7d9a\u7684\u306a":79,bit:[165,108,182,153,24,45,14,168,129,13,101,137,151,81],"\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":45,semi:[27,65],groogna_default_co mmand_ve rs:54,in_valu:[55,161,80,43,77],followe:185,often:96,grn_ctx_set_fin:16,back:[179,9,151],grn_plugin_init:40,sizeof:[77,84,16],"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":113,scale:[132,54],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":168,per:[23,131,132,7,9,27,38],newark:185,substitut:[108,182,115,151,81,119],larg:[182,13,132,139,7,61,94,77,151,38,54,65],"\u304c\u8fd4\u3055\u308c\u307e\u3059":79,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":107,reproduc:125,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":1,s10:80,"\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\u30d 5\u30a1\ u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":69,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":126,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":147,grn_default_logger_get_path:7,"markdown\u30d1\u30fc\u30b5\u30fc":152,grn_expr_compil:84,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":107,"\u30c6\u30fc\u30d6\u30ebterm\u306b":73,nsi:152,bsd:[27,189,80,77],errno:[77,80],pair_dataset:[187,48],includ:[90,142,12,95,10,145,3,54,108,151,87,59,22,68,23,122,125,96,77,175,176,80,129,133,32,135,38],score_funct:12,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":34,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":178,str_size:84,translat:88,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c 7\u30a3\ u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":88,concaten:78,default_command_vers:[3,4,82,102,9,173],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":113,remaind:151,grn_tabl:[55,30,43],exit_success:5,no_space_left_on_devic:173,curl:[189,4,131,97,7,9,103,89,54,81],cmake:[7,77,189,101,125],sequenti:[182,77,151,38,80,179],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":69,grn_content_msgpack:106,grn_no_locks_avail:2,libwinpthread:80,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":152,"\u30b7\u30a7\u30eb\u4e0a":168,"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":108,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":168,"\u3053\u306e\u4f5c\u696d\u306f":152,"tokenbi gram\u30 6a\u3069":70,ellip:[75,169],grn_bulk_vsiz:[84,16],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":1,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":152,getaddrinfo:7,jason:143,"\u5f62\u5f0f1":97,"\u5f62\u5f0f2":97,"\u308d\u3086\u304d":143,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":121,"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":152,sensit:38,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":152,grn_db:[55,30,112,43],becam:[141,80],exit:[7,77,97,125,61],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":82,fatal:80,db_path:[3,4,128,173,97,102,77,36,51,9],comment_cont:183,"2rd":108,grn_obj_is_scorer_proc:77,geograph:[13,75],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":8,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u3 06e\u30c 6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":45,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[37,107],"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":152,"0x0":[13,45,112],object1:151,object2:151,leakag:91,carlo:[59,127],append:[7,84],"\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":144,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":11,access:[55,108,121,192,132,125,48,7,59,18,9,139,36,27,77,119,177,80,19],"32gib":139,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,interrupted_function_cal:173,"obj\u30d1\u30e9\u30e1\u30fc\u 30bf\u30 6e\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":79,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":155,vertic:65,sinc:[114,141,75,121,165,13,185,45,97,149,7,151,10,135,77,127,107,65],"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":126,masatoshi:77,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":181,grn_resource_deadlock_avoid:[2,79],grn_too_large_offset:2,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":97,grn_mecab_chunk_size_threshold:77,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,ii_buff:86,"x\u3067\u30e2\u30b8\u30e5\u 30fc\u30 eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,score_function1:12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":152,score_function3:12,set_token_filt:80,grn_content_typ:[55,30,43],name1:151,account:[26,80],"146607190x":185,"\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":11,alic:[108,182,185,115,59,9,96,127,38,54],rurema:80,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":152,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,fetch:[78,80,48],abcd:133,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":155,commnad:[11,101],"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":53,msvc:77,users_loc:185,grn_ii_buffer_commit:86,surfac:92,groonga_n_record:125,afr:[74 ,3,130], "entry\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u5bfe\u8c61\u3068\u3059\u308b\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0":73,inst:125,physic:126,"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":63,bind:[163,42,162,159,97,47,7,77,27,81],amazon:108,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":79,grn_geo_select_in_circl:27,"\u6df1\u523b":70,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":155,hiroshi:[27,80,77],replies2:78,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e7 3\u884c\ u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,meter:[74,75],report:88,cflag:24,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":113,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":105,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":169,euc:[97,38,125],"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":168,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":113,tsv:77,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":69,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u3 0c8\u30e 2\u30fc\u30c9\u306e\u5834\u5408\u306f":97,nvar:53,spell:[176,91],dai:[114,185,23,151,149],dat:[7,112,125],mention:183,rubygem:7,"8\u30ea\u30ea\u30fc\u30b9":[77,152],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":105,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":168,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":152,grn_table_lcp_search:113,"tomotaka_ito\u3055\u3093":27,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":70,column_index:[3,91,12,95,47,100,108,151,85,114,70,158,44,164,122,162,73,183,115,96,78,80,179,182,185,32,139],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\ u3057\u3 05f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":37,"\u306e\u66f4\u65b0":88,normalizerauto:[108,90,162,133,46,47,115,49,77,105,65],"\u3067\u3042\u308c\u3070":168,tokenregexp:[77,179],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":79,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":152,stub:80,rel:[27,108,80],"\u30ab\u30ec\u30fc":144,ref:151,red:88,clarifi:80,"\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":70,frank:96,test_loc:168,releas:[165,129,101,152],"\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":97,groonga_log_path:125,drilldown_xxx:108,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\ u3092\u5 f37\u5316":155,pgp:152,tokenizer_error:173,natti:27,messag:[152,137],"\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":70,monkei:13,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":152,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":168,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,alloc_count:[3,4,173,97,82,102,9],ipad:[165,38],"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":97,syscal:80,structur:[135,132,44,80,94],charact:[40,108,90,176,132,149,182,97,32,47,125,7,190,133,77,27,151,84,162,80,65],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9 \u30e0\u 306e\u5834\u5408":126,have:[92,141,2,3,192,45,48,9,71,189,54,114,108,106,151,87,154,58,18,95,65,164,77,176,80,182,190,83,132,135,13,139,119,38,102],"\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":97,min:[7,63,19,80],"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":168,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":121,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":152,osdn:[77,152,26],mix:[36,154,38,85],builtin:[55,43],"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":79,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":144,gurun:159,bottom_right:[27,34],eight:3,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u657 0":37,"\ u6e2c\u5730\u7cfb":45,hardcod:23,"takahiro\u3055\u3093\u304c\u63d0\u6848":155,mail_column:168,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":69,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":178,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":144,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":70,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":108,"grn_bool\u578b\u3092\u8ffd\u52a0":155,bernard:77,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":73,elfr:7,grn_plugin_malloc:40,grn_ii_buffer_append:86,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":70,escaped_str:84,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":83,integr:[7,13,125,81],"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u 3068\u30 a2\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":152,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,malfunct:77,your_new_db:27,"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":70,pattern:[151,132,135,77,179,182],"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":178,progress:149,superior:[132,32],"benchmark\u306e\u52d5\u4f5c\u65b9\u6c d5":168, "name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":62,plugin:[55,129,165,153,137,104,119],shorttext:[3,91,12,94,45,97,46,47,48,100,102,148,105,110,127,143,122,108,75,151,85,13,154,114,115,59,18,158,95,65,44,164,70,162,168,73,183,74,171,96,78,109,177,80,179,182,130,185,32,135,136,139,190],"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":16,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":126,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":116,equat:75,"\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":144,comment:[183,78,176,125],grn_update_not_allow:2,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":93,log_repoen:7,test_str:178,"hook\u306e\u5b9f\u884c\u9806\u4f4d":93,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":97,"\u52c9\u5f37":38 ,json:[8 5,155,7,27,106,80],grn_obj_table_no_kei:[63,113],grn_table_group_flag:113,grn_ii_cursor_set_min_en:77,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":178,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":97,"\u4f8b\u3048\u3070":[70,168,79,97,144],bulk:[77,84],multi:[132,9,77,27,189,80,192],plain:[77,109],defin:[3,151,45,187,114,173,77,176,177],buildabl:27,replies_cont:78,ill:144,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":178,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":88,kernel:[7,139],caplit:[125,80],grn_plugin_mutex_open:40,power8:80,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":168,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":73,too_many_open_files_in_system:173,japanes:[0,18 2,132,26 ,7,151,38,177,80,119],"pc\u306bgroonga":147,auth_bas:[9,54],utop:[14,152],optarg:[56,83],hostnam:[168,97,7,9,36,173],"\u884c":178,column_nam:58,grn_column_name_key_len:121,document_index:[162,47],francisco:75,"\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":152,center:[132,169],builder:86,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":152,choos:[108,13,97,58,9,38,80,179],error_cod:40,update_not_allow:173,"1byte":173,usual:[13,78,64,16],unari:125,"5\u30ea\u30ea\u30fc\u30b9":77,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,takayuki:27,gmo:80,"30ac":190,lake:92,add:88,"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":152,grn_ctx_at:[7,16],match:137,"\u4e3b\u306b\u30c7\u30fc\u30bf\u 30d9\u30 fc\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":126,grn_obj_table_pat_kei:[63,113],"\u3067\u306f\u306a\u304ffree":155,grn_obj_path_by_id:[79,112],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":83,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":79,substit:108,"\u8ffd\u52a0\u306e\u5c5e":73,insert:[7,3,32],like:[92,128,95,97,26,9,189,54,55,108,75,151,85,154,59,157,159,121,122,183,77,177,80,179,182,130,185,38],success:[40,83,5,16,17,84,121],groongau0000ful:38,grn_obj_id:79,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":79,"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b \u4f7f\u 7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":45,"\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":155,"com\u304cedge\u3092\u4f5c\u308b":134,socket_is_already_shutdown:173,soft:139,snippet_html:[55,43,125,7,161,80],normalizer_list:[55,31,80,43],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":158,"\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":69,specfi:110,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":83,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u30 8c\u307e \u3059":158,proper:[135,185,23,80],grn_column_cr:121,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":168,tmp:[3,152,131,154,95,97,125,59,102,105,179,176,54,173],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":168,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":70,"\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":70,"repositories\u914d\u4e0b\u306b":152,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":70,host:[168,97,173,27,81,102],although:9,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30 c8\u30fc \u30eb":152,"\u30c0\u30e1\u30fc\u30b8":70,sbin:89,actual:[23,12,13,142,125,9,3,80],socket:7,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":16,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":121,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":168,"mooz\u3055\u3093\u304c\u4fee\u6b63":27,lifecycl:81,"\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":[88,172],tomo:44,discard:125,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":168,syntax_error:173,"\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\u3 055\u308 c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":69,dataset:[52,55,125,43,154],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":70,guard:122,"\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":152,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":70,ayumu:80,conbind:182,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":108,rch:90,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":11,hatak:[77,80],"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":60,glib:125,unexpect:[7,80],brand:77,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[88,172],"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":121,uninstal:7,bug:88,grn_obj_set:7 9,dump_r ecord:77,binlib:152,"point\u578b\u306e\u5024":[34,169],tokenmecab:[7,167],"\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":156,epel:[7,129],"shimada\u3055\u3093":155,colum:[139,78],dure:[7,3],pid:[27,1,189,97,77],saer:[154,18],grn_too_small_limit:2,implement:[68,42,23,151,128,122,94,108,7,75,9,36,145,27,77,192,80,119],pip:20,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":113,probabl:154,"\u305f\u3060\u3057":[63,97,144,60],detail:[40,141,90,3,45,7,9,10,149,189,165,108,151,85,13,14,115,95,65,22,46,168,125,74,139,77,175,80,179,129,182,130,132,153,188,35,36,88,119],virtual:125,comment_nam:183,grn_expr_create_for_queri:69,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":168,is_a_directori:173,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[63,1 20],grn_ obj_flag:[40,62,113,84,121],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":140,sergei:80,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":69,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":70,"\u6539\u826f":77,"\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":152,tweet:[114,26],umask:80,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":11,concret:[44,78,130],"\u554f\u984c\u306fgroonga":168,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":63,everi:130,risk:80,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":88,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":97,"24byte":173,grn_encoding_to_str:123,not_a_directori:173,x86_64:[129,152],properti:[149,14],naiv:130,not_enou gh_spac: 173,direct:[7,125],"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":121,aim:125,hide:125,introspect:7,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":73,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":79,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":69,"82pre":42,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,grn_tokenizer_query_open:7,studio:[7,77,101,125],path:[152,137,20],"\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":155,httprewritemodul:9,"\u95a2\u4fc2\u5f0f":88,functin:151,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u30 6e\u30b5 \u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":113,precis:[135,3,152,132,45,14,7,38,177],"\u306e3\u30d5\u30e9\u30b0\u306f":63,"\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":147,orilldown:130,portabl:[27,9,125],"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":69,"\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":79,describ:[40,0,90,3,12,92,133,95,97,46,48,101,50,103,145,142,189,127,165,108,109,151,85,14,58,122,59,18,117,61,20,179,161,65,163,68,23,24,52,186,183,173,77,78,176,177,80,81,129,190,182,136,185,30,31,135,153,137,139,88,119,38,89],noarch:[165,129],"groonga\u306e\u7d44\u8fbc\u578b\u304b":73,namebuf:[79,121],autogen:[7,152,119],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":45,"msg\u306fcom\u306b \u3088\u 3063\u3066":134,chracter:[190,32,65],"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":69,"grn_op_but\u306f":69,grn_obj_with_sect:121,join:26,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":169,overrid:189,enourm:48,dump_schema:77,end:[180,75,151,182,179,38,4],eng:[154,177],vagrant:152,hiragana:[177,38,182,151],env:176,rroonga:[12,183,162,125,47,17,115,100,159,148,78,80,81],grn_content_non:106,tablenam:11,grn_set_default_command_vers:116,befor:[22,108,3,5,85,13,112,7,170,18,9,179,10,189,176,177,117],"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":11,parallel:132,exclud:[58,142,125,7,158,96,23,80],environ :[129,11 2,125,101,9,137,77,27,189,176,80,81],enter:[3,125,173],composit:190,over:[132,162,125,7,102,166,77,80],"\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":152,becaus:[141,3,4,12,128,94,48,7,100,9,10,54,91,165,108,151,13,114,115,59,18,143,65,22,44,164,23,122,73,170,173,96,77,78,176,177,80,179,182,183,131,132,32,135,139,190,38,192],london:75,gqtp:[180,55,129,2,165,132,14,97,125,33,7,153,188,168,77,80],"\u304bwgs84geopoint":[34,169],digest:54,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":120,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":11,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":155,oneir:[27,125],"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\ u3059\u3 08b\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":69,choic:132,grn_pat_at:155,each:[90,142,12,94,95,48,149,9,103,77,3,189,108,151,85,13,154,58,115,18,167,44,49,23,166,162,125,173,27,99,177,130,131,132,137,35,84],searc:177,"0\u30ea\u30ea\u30fc\u30b9":77,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"groonga\u306e\u30ab\u30e9\u30e0\u306f":45,goo:[182,151],msgpack:[4,54,173],"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":11,newli:[114,132,32,17,127,80],"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":111,got:[125,80],"\u69cb\u9020\u4f53\u306e\u914d\u5217":53,"offset\u306f":113,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":126,filter:[55,43,85,14,125,7,153,171,156,77,27,80],"\u65e5\u672c\u8a9e\u724 8\u305d\ u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":152,"16gib":139,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":168,score_column:121,onto:139,rand:[55,161,43],rang:[55,108,71,95,125,7,59,77,80],"\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":63,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":152,edit_dist:[55,1,161,43],restrict:[7,102,54,125],alreadi:[40,114,90,3,58,19,139,78,64,80],"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":79,primari:[58,55],"\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":124,"\u3092\u4f7f\u7528\u3057\u307e\u3059":152,"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":79,top:[110,130],mercuri:152 ,too:[10 8,151,85,13,125,77,78],tom:115,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[88,172],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":152,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"path\u3092":155,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":126,tood:40,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":158,tool:[55,81,137,20,15,119],"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":105,user_ag:96,wareohji:7,grn_obj_set_valu:[63,79],ga54c5f8:168,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":27,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb \u30fc\u 30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":152,expr:84,obata:[27,155,125],"\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":69,blog_bodi:70,rab:[74,3,130],indexblog2:78,"column_list\u30b3\u30de\u30f3\u30c9":1,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":105,ram:168,raw:[125,81],"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":70,with_sect:[73,185,78,95,80],unresolv:27,"\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":144,hanako:171,bad_file_descriptor:173,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":152,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u 52b9\u30 67\u3059":[113,121],fuzzi:65,though:[23,132,125,7,78,177,80],"\u3044\u307e\u3059":124,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":168,grn_db_recov:[83,80],"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":113,"16bit":45,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":69,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":168,mininum:141,flow:88,abbrev:75,radix:151,"0\u30d9\u30fc\u30b9\u3067":[63,113],abl:[122,28,32,12],random:74,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":11,pkg:[129,24,155,7,27,189],"groonga\u7d44\u8fbc\u30b3\u30de\u3 0f3\u30c 9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":158,"\u3067\u4f5c\u6210\u3057\u305f":16,"\u3082\u3057\u304f\u306f":[63,45,113],absolut:[22,175,10],top_left_point:110,configur:[88,178,152,119],"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":152,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":79,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":168,"\u542b\u3081\u308b\u3082\u306e":152,item_queri:[154,18,177,187,48],label1:[108,80],label2:108,watch:152,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":97,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":73,normalized_text:133,reconstruct:80,"\u4e3b\u306bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044 \u307e\u 3059":82,method:[3,125,9,77,36,38,177],twice:[108,182],hendro:125,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":11,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":155,"\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":180,"drilldown_limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":25,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8 d\u3057\ u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":152,nul:[40,27,38],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":63,grn_plugin_error:40,databas:[163,94,45,97,7,9,10,105,189,55,151,113,16,17,59,61,159,167,58,64,65,22,49,158,125,27,79,80,182,95,83,131,132,32,187,136,139,190,192],"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":168,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":79,algolithm:159,approach:75,exec_format_error:173,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":97,weak:[132,32],grn_invalid_argu:[63,113,2,79],fault:7,"4gib":[94,173],facet:108,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":63,content_index:12,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":152,trust:152,id_column:121,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":97,eva lud:145, been:[59,152],"\u3072\u308d\u3042\u304d":143,accumul:108,geo_distance2:[27,75],geo_distance3:[27,75],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":152,quickli:114,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":160,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":1,msec:[27,19],xxx:[97,125,80,151],"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":121,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":168,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":1,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,"grn_op_or\u306f":69,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":88,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3 059":[11 3,121],message_index:122,suggest:[55,43,155,31,125,147,7,77,27,189,112,80],"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":155,complex:[7,108,179,125,151],unix_time_when_command_is_start:135,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,niku:80,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":53,complet:[22,55,43,131,154,125,50,10,27,175,112],"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":113,sen_index_delimit:42,"44001770019531e":4,"\u30b3\u30de\u30f3\u30c9\u540d":97,quotient:151,"\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":152,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,geosit:44,"\u5024":97,no_suc h_proces s:173,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":134,els:[77,80],grn_column_name_valu:121,ceekz:125,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":63,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":69,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":121,"mooz\u3055\u3093":27,unstabl:112,poedit:119,el5:129,escaps:[162,32,47],"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":34,log_reopen:[6,55,8,31,43],grn_obj_is_t:77,grn_plugin_mutex_unlock:40,"\u7d44\u8fbc\u95a2\u6570\u306f":[181,34,111,169,67],"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":155,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":1,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee 5\u4e0b\ u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,line_cont:135,"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":152,core:[131,132,168,9,189,192],"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,surround:[7,162,32,47,151],dinner:132,ppa:[55,152,137],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":41,"\u578b":62,encod:137,two:[0,92,141,90,3,95,48,100,9,149,54,165,108,75,14,16,115,18,64,65,44,125,73,183,74,77,78,80,179,129,182,130,84,133,32,135,153,185,190,38,192],"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":27,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":16,version4:11,git:[104,152,119],versi on1:11,v ersion2:11,version3:11,"\u30d0\u30fc\u30b8\u30e7\u30f3":152,"256gib":66,head:[180,108,9,80,173],medium:[165,129,185,14,153,101,137],removep:79,drilldown_sortbi:156,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":63,deafult:27,grn_expr_estimate_s:77,autoconf:27,grn_expr_syntax_escape_queri:84,openbsd:77,trie:[55,3,182,94,125,7,77,27,151,157,65],decrypt:152,bad_address:173,check:[55,2,83,43,135,155,31,125,7,178,77,104,27,79,152,80],ongaeshi:[7,77,125],"clearlock\u306f":107,successfulli:[40,3],"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":126,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":69,"\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":168,when:[3,143,128,97,7,100,9,10,7 7,108,75 ,85,154,58,115,20,179,65,22,44,121,125,73,183,109,173,27,177,80,182,83,131,132,135,185,88,190,38],groonga_dist:7,tid:120,saerch:[154,18],rid:86,node:[7,77,129,152,81],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,grn_op_and_not:56,consid:[44,141,23,91,54,78,80,65],sql:[108,23,130,12],faster:[128,125,27,189,38,80],top_left:[27,34],"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":60,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":144,backward:[7,127,80,54],grn_obj_table_dat_kei:27,"6\u30ea\u30ea\u30fc\u30b9":77,grn_db_float:77,focus:3,llt:90,memo7:12,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":169,row:[132,32],"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\ u578b":7 3,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":152,readabl:[112,80],"\u554f\u984c\u3042\u308a":27,jumand:165,sourc:[55,152,87,137,20,119,81],"\u306b\u8a2d\u5b9a\u3059\u308b":152,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":168,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":120,"6elz":80,"\u3092\u8fd4\u3057\u307e\u3059":[63,93,113,79],"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":60,level:[40,130,6,97,125,7,8,9,149,64,80,173],brother:182,fbnteqr:77,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":121,slower:[122,75,130,12],"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":126,port:[141,42,4,131,168,173,97,125,80,102,36,89,54,9],repli:[185,78],"64bit":45,arg1_valu:179,"sh\u306e\u307f\u306a\u3089\u305a":178,grn_expr_append_const:[69,84],grn_table_get:[113,112],"\u6b63\u78ba\ u306a\u5 024\u3092\u8fd4\u3057\u307e\u3059":82,connection_refus:173,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":152,"\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":79,grn_not_a_directori:2,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":152,normalizeauto:162,"\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u95a2\u4fc2\u306a\u304f\u5e38\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u306b\u306a\u308a\u307e\u3059":108,"1st":96,grn_table_cursor_clos:63,"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":111,daiki:[7,27,155,147],"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u3 0de\u30f 3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":11,grn_obj_clear_lock:[27,79],file_exist:173,vivid:[77,14],memori:[40,17,129,155,55,14,73,125,165,16,7,153,101,137,77,27,179,80,65],"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":152,todai:132,"\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":168,criteria:3,capit:3,target_charact:84,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":155,proxy_cache_path:9,entries_key_index:[139,108,182,151],lc_messag:119,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":169,purpos:[23,85,125 ,115,102 ,3],"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":155,stream:80,backslash:[84,125,182],critic:[7,40,189,97,149],satoh:27,alwai:[108,173,182,132,95,135,154,9,139,77,177,80,151],grn_table_update_by_id:113,grn_plugin_isspac:40,"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":144,clone:[104,88,152],"4th":108,key_with_si:[143,151,182,65],"\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":155,ueno:[7,27],predic:77,inform:[22,17,68,149,55,132,44,108,26,125,7,10,145,77,190,112,95,157,119],combin:[108,132,7,115,96,80,65],"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":70,midnight:151,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":168,mainli:[185, 80],"key \u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":93,platform:[137,119],meridian:75,cutter:[178,152],"\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":1,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":34,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":152,"\u6b21\u306b":69,"\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":[156,97],"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":79,term:[66,73,108,182,126,132,162,97,32,47,125 ,7,115,7 7,80,46],name:[40,43,95,7,53,55,16,113,119,121,62,123,72,125,73,126,27,79,112,80,83,132,135,84],"\u65e5\u3005":124,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":63,"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":11,"\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":69,no_memory_avail:173,request_id:[35,103],osanai:80,grn_itoh:27,grn_bool:79,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":155,end_tagn:162,"base_version\u306ftar":152 ,"groong a_clone_dir\u306b\u3066autogen":152,profil:185,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":73,compress_zlib:73,"65535byte":77,partit:23,migrat:[108,182,80,151],"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":69,ruby19:7,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":16,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":97,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":168,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":152,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":108,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":79,place:[185,189,26],sho:[125,80],"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":105,origin:[108,125,135,188,158,106,80,119],"\u305f\u30 68\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":70,redhat:[27,189],arrai:[135,108,49,182,85,95,133,32,7,126,90,167,27,80,65],"64kib":77,string_siz:84,given:[7,44,125,115],"\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":152,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":27,domain_error:173,circl:[132,92],white:[38,3,182],"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":120,grn_table_add:113,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":178,copi:[7,40,59],specifi:[40,90,142,95,97,46,7,9,103,10,145,71,189,53,55,108,110,85,154,16,58,59,158,64,65,22,119,68,23,125,73,171,117,96,7 7,127,17 5,112,80,83,131,132,133,187,135,136,36,37,89],"\u30d1\u30a4\u30d7":73,"\u521d\u671f\u5316\u6e08\u307f\u306e":83,enclos:[58,3],pragma:108,calro:96,wide:[27,189,3,179,132],"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":79,"\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":155,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":38,grn_table_cursor:[55,30,120,43],"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":60,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,posix:[77,151],posit:[40,108,2,3,110,85,95,46,90,38,80],grn_column_index:121,seri:3,kazuhiko:[7,80],ann:152,ani:[90,12, 45,97,46 ,47,9,145,189,54,108,154,58,115,68,162,183,77,176,129,182,132,133,32,38],grn_unsupported_command_vers:2,grn_obj_set_mask:79,techniqu:[122,12],operation_timeout:173,moreov:74,"\u691c\u7d22\u7d50\u679cn":108,"\u306b\u306a\u308a\u307e\u3059":16,sure:3,multipli:151,"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":27,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":178,geoindex:44,time_column:168,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":69,"com\u306f1\u30b9\u30ec\u30c3\u30c9":134,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":97,grn_table_cursor_set_valu:63,"textile\u30d1\u30fc\u30b5\u30fc":152,permiss:[189,80],sitecountri:[102,130],explicitli:[7,9,20],"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[70,144],st ate:[7,7 5,173,171,128],analyz:[7,27,38,9,132],grn_obj_column_vector:121,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[55,39],"\u3092\u6307\u5b9a\u3057":[63,37,107],"45ea3034":149,ssh:152,takatsugu:80,"\u8a73\u7d30\u306f":[70,178],pipermail:80,reveal:132,"\u542b\u3081\u306a\u3044\u3082\u306e":152,tokenfilterstopword:[77,46,80],bison:152,grn_geo_select_in_rectangl:[27,110],"shibuya\u3055\u3093\u304c\u5831\u544a":155,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":152,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":79,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":113,"ongaeshi\u3055\u3093":155,"\u8b66\u544a\u3092\u9664\u53bb":155,detect:[7,27,90,9,189],"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u 30a2\u30 ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":124,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":152,grn_query_expander_tsv_synonyms_fil:176,grn_db_register_by_nam:147,"59\u74b0\u5883\u306b\u304a\u3044\u3066":27,come:[92,185],"\u63a5\u7d9a\u3059\u308bgroonga":168,region:[92,74],quiet:173,grn_default_logger_set_rotate_threshold_s:77,reference_vector_column:125,"\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":70,"\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":70,"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e \u307f\u 306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,color:190,whombx:125,period:77,pole:75,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":79,grn_ctx_use_ql:80,"ueno\u3055\u3093":[155,147],lexicon2:78,item_exampl:177,log_put:[6,55,31,43],"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":152,frequency_threshold:[27,154,18,177,48],"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":155,"s3ki\u3055\u3093\u304c\u5831\u544a":155,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[79,121],not_socket:173,grn_command_version_max:116,"case":[40,83,85,125,16,17,77,27,189,80],"\u3042\u308a\u307e\u305b\u3093":[82,105,191,140,160],cast:[7,27,112,125],grn_db_open:83,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u 3059":69 ,favorited_bi:185,grn_expr_alloc:84,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":69,"define_selector\u306f":156,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":113,query_s:84,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":152,saerc:[154,18],"4\u884c\u76ee":168,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":121,author:9,alphabet:[108,90,18,38,80,65],users_index:185,grn_get_default_match_escalation_threshold:25,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":69,grn_cursor_rk:63,"\u5f37":38,expresss:159,messagepack:[189,7,77,27,106,112],status:[2,173],nest:[55,125,7,80,77,157],"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30e b\u3092\ u5b9a\u7fa9\u3057\u307e\u3059":97,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":108,"_nsubrec":[44,108,121,130,185,60,80],"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":27,immedi:[132,9,103,77],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[88,172],"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":63,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[34,113,169],sed:[7,27,77],overcommit_memori:7,without:[142,48,7,9,10,108,151,85,114,115,22,23,125,183,117,77,112,177,80,179,182,132,32,192],model:[97,173,80],"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":155,"4kib":77,"\u3067\u78ba\u4fdd\u3057\u305f":16,"groonga\u3092build\u3059\u308b\u969b\u306b":82,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u 3066\u30 44\u307e\u3059":63,rose:13,except:[165,92,68,90,182,85,94,108,32,7,100,9,139,145,27,179,38,80,65],blog:[55,108,182,152,70,114,183,78,157,151],vulner:80,hino:125,hyphen:[3,65],grn_obj_nam:79,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":97,grn_table_cursor_open:[63,155],realtim:[154,48],with_typ:133,madrid:75,grn_rc:[40,41,79,83,5,93,86,123,113,16,17,25,116,110,19,63,56,84,53,121],unrecover:83,easili:80,grn_cache_current_set:17,freed:[17,80],garbag:[27,125,80,126],inspect:[77,125,80],n_tabl:16,tokenbigramsplitsymbolalpha:[167,108,90],"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[79,121],"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":83,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":155,stand:128,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":11,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u 307e\u30 6b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":152,tokentrigram:[167,77,90],max_siz:63,libmecab:[153,14,152],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":126,rescord:159,strict:[77,80],interfac:[7,131,3,4],chracterist:94,regard:[36,125,182],jun:[77,80],grn_obj_key_var_s:62,untag:109,longer:[42,16],notat:[7,125,151],"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":79,"\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":11,grn_expr_creat:84,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":152,"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\u 3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":155,strongli:[165,129,14,153,101,137],"a\u3092\u6307\u5b9a\u3057\u3066tabl":113,user_column:168,incorrect:80,grn_db_text:84,grn_index_cursor_next:[120,125],gettext:[119,20],orient:[13,132,32],rdbm:97,oneself:80,symbol:38,remove_tokenized_delimit:133,"\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":168,allow_upd:[108,182],comments_loc:185,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":124,directori:[40,131,125,7,9,77,27,189,176,64,80,119],potenti:125,"\u30c7\u30fc\u30e2\u30f3":97,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":16,all:[90,3,91,94,45,68,48,7,9,10,145,149,77,189,54,114,108,110,151,85,190,16,58,59,158,159,95,65,22,164,121,46,173,96,27,127,177,80,179,185,182,132,136,35,139,119,3 8,117],g rn_table_column:113,dist:152,"ctx_new\u3068\u3044\u3046queue\u306b":134,scalar:[55,71,43],follow:[40,92,90,3,4,12,128,45,97,47,48,7,101,9,77,148,51,189,162,54,108,75,5,85,13,154,58,115,59,18,179,20,167,151,64,65,66,44,49,121,122,166,149,125,170,26,139,27,176,177,80,81,95,182,130,183,131,133,32,187,135,36,119,38,173],disk:[77,78,179,65],ptr:[40,155],item_:154,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":155,init:[7,189,53,80,125],program:[151,131,95,97,125,7,188,9,64],"\u95be\u5024\u3092\u8d8a\u3048\u308b":70,neglig:80,liter:[182,162,32,47,125,7,27],replic:12,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":70,libgcc_s_sjlj:80,rand_max:67,systemctl:141,failur:[7,77,19,80,152],"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":60,"\u3092\u6307\ u5b9a\u3 057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":63,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":97,longtext:[45,110],"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":152,"\u304a\u3088\u3073":152,"help\u3067\u51fa\u529b\u3055\u308c\u308b":27,yappo:[42,125,80],name_s:[40,121,62,16,113,79,84,53],tex:90,rate:[125,96],design:[7,13,108,128],sug:170,what:[55,43,154,183,84,179],sub:[132,152],sum:[108,80,12],"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":121,libstemm:80,themselv:[176,119],noraml:90,bottom_right_point:110,behaviour:[125,158],shouldn:80,solari:[55,137],n_var:40,grn_ctx_init:[27,16],serihiro:7,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":191,memcach:[132,188,55,33],matsuu:155,grn_bad_address:2,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":88,grn_c tx_get_o utput_typ:16,gtihub:27,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":124,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":70,tokenunigram:167,"\u30ea\u30ea\u30fc\u30b9\u65e5":152,deprec:[108,11,97,125,7,75,10,27,107,80,65],ocelot:[27,125],suddenli:125,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[27,155],"vagrant\u3067\u4f7f\u7528\u3059\u308b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":152,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":152,"\u4ee5\u964d\u3092\u7121\u8996":155,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":155,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[55,39],"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u 307e\u30 59":156,grn_syntax_error:2,src_key_siz:113,flag:[40,73,120,121,85,62,95,112,113,16,7,126,59,63,27,79,84,80],"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":56,known:[23,151,12,132,32,125,102,3],"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":93,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":45,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":97,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":107,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":168,mecab_strerror:80,omit:[22,108,90,3,4,94,135,136,75,10,27,175,177],grndb:[52,55,80,43],"\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":156,cours:130,newlin:[27,112,77],divid:[13,132,151,122],rather:[108,12,85,122,95,128,114,28,38,179],rep_loc:168,divis:80, cmp0014: 80,resourc:[114,80,5,16],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[37,107],"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":121,overcommit:139,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":121,"\u6307\u5b9a\u3059\u308b":83,resours:17,"request\u3092\u9001\u308a\u307e\u3059":152,"short":[9,85],geo_dist:[55,43,125,7,27,161],postfix:[142,23],caus:[182,13,125,7,77,27,151,80,65],"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":79,mailarch:152,yahppo:125,grn_table_trunc:[27,113],logal:81,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":113,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":155,style:[77,80],"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u 307e\u30 59":16,soccer:44,"return":[40,17,110,43,5,55,123,31,125,16,7,113,19,121,77,135,27,79,84,80,83],normalzi:162,grn_table_sort_asc:113,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":69,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":121,refresh:44,innodb:132,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":140,unicod:190,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":152,friendship:44,truncat:[55,121,43,31,125,136,77,27,80],"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,grn_text_vprintf:80,weight:[7,55,125,80],needless:[7,77,112,125],yoshida:125,expect:[13,38,80,179],errror:179,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u 5408":11 3,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":79,socket_is_not_connect:173,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[113,79],footnot:[75,3],"\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,"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":27,advanc:[68,42,142,23,145,77],differ:[0,108,75,4,12,131,13,182,7,115,74,80,179,77,78,151,38,54,65],content_type_len:7,thread:[40,83,131,132,97,125,16,136,54,149,80,121],"\u306exml\u51fa\u529b\u5bfe\u5fdc":155,"\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":69,"table\u306b\u767b\u9332\u3055\u30 8c\u3066 \u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":113,grn_selector_func:80,"apt\u306e\u5834\u5408":152,notifi:103,feel:80,groonga_database_auto_cr:[7,125],blank:[77,190,38],"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":168,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":144,gpl:42,"\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":155,script:[55,43,125,7,77,189,84,80],goronga:101,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":152,gpg:152,exclude_t:125,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":178,"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\u4 e00\u81f 4\u691c\u7d22\u3092\u3057\u307e\u3059":144,"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":144,statement:151,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":152,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"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":152,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[79,121],kind:[3,91,130,132,45,74],similar_search:[7,154],remov:[164,83,24,125,7,13,171,9,10,27,77,79,112,80,46],rep_http:168,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":168,"sh\ u306f\u3 044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":178,grn_post:[110,120],ruby_ev:[55,31,125,43],expir:[77,9,117],"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":124,"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":168,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,grn_directory_not_empti:2,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":155,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":97,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":1,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":181,operation_would_block:173,park:185,function_not_impl:173,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":60,reach:1 39,keywo rd_s:84,"\u30e1\u30fc\u30c8\u30eb":169,grn_obj_incr:79,latitude_in_degre:151,"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":113,grn_column_name_kei:121,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":70,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[146,6,72,8,156,191,107],penalti:125,firewood:[7,125],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":16,underflow:13,grn_plugin_fre:40,hit:[108,159,125,143],pair_queri:[154,18,177,187,48],"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":113,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":97,longest:[27,113,151],"gram\u7cfb\u306e\u30c8\u 30fc\u30 af\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":70,grn_column_name_nsubrec:121,grn_obj_persist:[113,121],"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":144,grn_success:[40,108,2,83,5,16,17,19,149,84,121],armhf:80,"\u6570\u5024":144,"\u30b3\u30df\u30c3\u30c8":152,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":88,art:[185,151],dump:[55,43,155,31,125,7,77,27,106,80],highight_ful:162,ff01:77,arc:90,tobbi:115,grn_obj_with_weight:121,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":121,jemalloc:80,grn_table_differ:113,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8 \u30c1\u 30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":155,"js\u306a\u3069":152,latin:97,"\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":70,succeed:[2,3,73,136,171,127,189],"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,solv:[13,122,12],solr:151,socket_not_initi:173,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":180,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":70,context:[32,16,17,183,9,27,79,84],"1x139":13,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":121,grn_table_sort_flag:113,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":97,grn_no_such_devic:2,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u 6642\u30 6bdefault":11,additional_configure_opt:125,"\u5f93\u3063\u3066":108,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":93,f10399c0:152,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":169,conifugr:81,grn_file_exist:2,beforehand:165,close_tag1:162,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":168,packag:[55,129,152,165,153,137,89,119],"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":168,nakai:125,abov:[3,91,48,7,100,101,9,103,189,108,109,115,18,119,23,183,74,96,77,78,176,177,81,190,130,131,185,65,38],kana:[154,18,177,187,48],input_file_nam:135,xvzf:[165,129,24,14,153,189,89],"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":70,"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":168,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":152,table_buff: 16,score _valu:77,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":168,minim:[9,96],grn_obj_column:79,"\u5065\u4f5c":44,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":155,higher:[154,108],"\u975e\u4e92\u63db":27,x86:[27,101,77],"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":126,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":168,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":144,lower:[108,90,3,65],"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":168,searchabl:[114,77],"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":113,propos:[170,108],table_:[94,65],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":67,"3\u884c\u76ee":168,northern:7 ,"\u4e0b \u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":69,teruya:77,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":79,grn_plugin_get_system_plugins_dir:27,table2:113,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":69,table1:113,docutil:152,retry_max:173,collect:[135,132,185],"\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":152,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":69,"\u305d\u306e\u6642\u70b9\u3067stable\u 3067\u30 42\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":11,global:[7,55,30,125,43],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":11,invalid_format:173,"log\u3067\u3059":97,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[41,83,93,79,53,118,121],blog_titl:3,retri:19,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":152,leftmost:151,form_1:3,form_2:3,"\u7591\u4f3c\u30ab\u30e9\u30e0":60,squeez:[125,152],maximium:108,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":63,plai:[132,91],"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":16,dialog:125,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":168,grn_cache_current_get:17,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"\u30ed\u30b0 \u30d5\u 30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":191,"\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":178,shimoda:155,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":152,question:[77,78],live:[185,65],"long":[103,86,125,61,25,77,80,65],adjac:[38,182],arithmet:125,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":168,grn_proc_get_info:53,wno:27,"436218z":151,"\u554f\u984c\u3092\u4fee\u6b63":155,aramaki:27,piro:80,consist:[108,3,182,48,173,38,80],"benchmark\u306f":168,caller:53,"\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":108,"\u30c7\u30d5\u30 a9\u30eb \u30c8\u306f100\u3067\u3059":97,test_text_otoj:178,highlight:[162,47],radious_or_point:169,vojtovich:80,"\u3059\u308b\u3068groonga":152,horikoshi:27,unauthent:[7,153],grn_expr_append_const_int:84,"\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":144,grn_socket_not_initi:2,oniguruma:77,"man\u3092\u8ffd\u52a0":1,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":155,weight3:85,weight2:[7,108,85],weight1:[7,108,85],comments2:78,grn:[9,158],gro:[131,32],"\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\u51e 6\u7406\ u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":144,nice:114,"\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":168,bookmark_titl:158,meaning:77,grn_expr_add_var:84,"\u540c\u6642\u306b":134,"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":152,konishi:125,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":82,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":147,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":152,lear:48,escape_charact:84,"\u7e70\u308a\u8fd4\u3057\u6570":168,mainstream:132,w64:152,"v2\u306e\u5024\u3082v 1\u306e\ u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":69,"grn_expr\u306f":69,relev:[132,3],ranguba:[80,85],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":152,nfkc:190,pleas:[0,141,3,83,12,122,26,77,28,189,88,80,119],smaller:[75,85,132,114,149,65],memset:77,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":152,compat:[165,129,14,133,54,153,9,77,36,127,190,80],compar:[108,182,132,32,7,80],grn_plugin_mutex:40,jekyl:152,grn_info:[55,30,43],"314e":151,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":1,"\u7d50\u679c\u304c\u7570\u5e38\u306b \u306a\u 308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":168,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":45,larger:[108,85,94,97,32,48,173,139,77,64,80],larget:103,"_name":65,typic:[77,108],appli:[42,84],approxim:[7,27,75],"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":152,apt:[152,14,7,153,20,81],api:[88,15,188],from:[132,137,55],"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":70,usa:130,few:[108,54,192],usr:[22,175,97,9,10,189,178,89],proonga:128,sort:[92,108,55,94,125,132,154,77,27,157],grn_db_creat:83,"\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":156,tokenbigramignoreblanksplitsymbolalpha:167,memos_cont:164,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":155,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u95 8b\u767a \u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":124,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":60,annot:125,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":93,"\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":178,endian:80,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":113,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":79,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":45,grn_column:[55,30,43],tar:[165,129,152,24,14,153,189,89],tag:[55,108,152,85,95,125,7,27,80],calc_target:108,"\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\u3 04d\u307 e\u3059\u304c":152,grn_set_lock_timeout:19,pure:38,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":93,six:[149,3],"100x100":169,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":105,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":113,instead:[92,141,91,94,97,47,7,101,9,10,77,189,107,165,108,75,151,16,159,179,65,162,125,173,27,80,81,182,32,137,190],express:[55,68,75,43,131,159,108,125,7,171,101,9,77,27,84],"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":152,"load\u30b3\u30de\u30f3\u30c9":1,attent:[108,143],"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3 092\u69c b\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":69,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":155,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":180,light:[59,128],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":105,"1\u884c\u76ee":168,freebsd:[55,43,77],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":178,"\u4eac\u90fd":[70,144,38],location_in_input:135,ouput:125,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":168,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":88,"log_level\u306f":6,condtion:182,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":97,"homebrew\u3078pul":152,bye:[46,151,164,108,182],"\u30ed\u30b0 \u51fa\u 529b\u3092\u884c\u3044\u307e\u3059":97,crash:[125,7,136,59,77,27,80],"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":11,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":152,keys_zon:9,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":73,devel:[165,129],shinjyuku:74,successor:151,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":178,edit:[88,152],grn_socket_is_already_connect:2,nested_reference_column:108,our:[26,119],grn_obj_column_index:[120,121],"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":168,"gz\u306eversion\u304a\u3088\u3073vers":152,out:[165, 129,183, 14,153,101,137,104,78,80],longitude_in_degre:151,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":155,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":152,dcb314:80,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":134,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,grn_ctx_send:[17,106,16],"\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":152,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":70,york:[185,75],dictionari:[165,155,125,7,77,190,38,80],column3:12,lte:90,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb 9\u3092\ u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":152,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":79,tokenizer_list:[55,31,80,43],"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":155,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"request\u3092\u9001\u308a\u307e\u3057\u305f":152,prioriti:[132,108,177],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":53,grn_obj_get:79,unknown:[123,112],"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,"akio\u3055\u3093":155,grn_dat_repair:112,shell:[77,189,97,182,179],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":37,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":73,"table\u306b\u767b\ u9332\u3 055\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":63,practic:[13,132,80],"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":155,"\u3092\u4f5c\u6210\u3057\u307e\u3059":73,emac:119,no_such_file_or_directori:173,collaps:7,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":124,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":45,"4097byte":94,"\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":97,"shimada\u3055\u3093\u304c\u5831\u544a":155,grn_ii_estimate_size_for_queri:77,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":79,which:[40,141,90,142,91,5,97,46,7,145,100,102,148,3,143,165,108,75,151,13,115,64,44,68,23,125,183,74,171 ,173,77, 78,177,80,182,130,131,132,133,188,185,109],grn_obj_delete_by_id:[27,79],"\u30db\u30b9\u30c8\u540d\u3068":168,who:[77,38,125,44],"100cent":38,default_token:108,"class":[162,109,32,47],"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":152,determin:[108,3,159],"_id":[3,91,48,100,102,127,143,108,151,85,154,114,59,18,60,158,44,164,121,70,74,171,96,77,78,79,177,80,179,182,130,135,190],someth:80,grn_mecab_chunked_tokenize_en:77,"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":63,word1:[7,108,182,151],word2:[7,108,182,151],memo_index:80,your_github_account:119,grn_obj_with_posit:121,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":73,local:[151,152,132,97,9,20,189,119],"150x100":34,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210 \u305b\u 305a":144,grn_ctx_use:16,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":144,subrecord:125,grn_cursor_prefix:63,candidate2:154,candidate1:154,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":168,view:[55,131,166,7,100,157],"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":152,knowledg:132,"1073741824\u306e\u6574\u6570\u3067":60,"\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":97,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"10t22":18,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":63,index_tag:44,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":168,entranc:3,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u 30c7\u30 d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,dll:[7,27,40,80],"v1\u306e\u5024\u306e\u4e2d\u306b":69,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":124,yaman:[125,80],"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,elimin:125,job:168,homebrew:[55,152,137],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":124,addit:[55,108,90,43,165,132,14,133,129,153],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":180,april:152,"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":152,grn_logger_info:7,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,respect:[7,13,74,185],rpm:[165,129,152,125,7,27,11 2,80],hi roaki:77,target_nam:80,"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":27,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":121,mike:171,spammer:[122,12],hmm:185,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[34,169],roonga:[170,182,151],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":70,"\u30c6\u30fc\u30d6\u30ebentry\u306b":73,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":169,"21th":125,cursor:[27,110],"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":60,"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":70,layer:77,customiz:32,"\u3072\u308d\u3086\u304d":143,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308 b\u72b6\ u614b\u3067":152,avg:[180,108,80],"\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":155,grn_expr_append_op:[69,84],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":168,"\u6ce8\u610f":113,"\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":155,difficult:132,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":70,grn_column_name_id:121,"\u7d9a\u3044\u3066":70,"0x10":173,"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,english:[0,108,125,26,20,27,38,177,80,119],grn_content_xml:106,uzulla:27,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d7 7\u52d5\ u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":82,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":152,do_http:168,users_nam:115,obtain:40,"\u3082\u3057groonga":168,euc_jp:189,"key\u306b\u306f":113,amd64:152,book:151,host2:179,host1:179,"\u30ab\u30e9\u30e0\u578b1":108,"\u307e\u305f\u306f":168,"table\u306fcolumn\u3068\u306f\u5225\u306b":113,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":123,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":79,know:[44,108,130,185,61,77,38],press:119,"\u95be\u5024\u3092\u3042\u3052\u308b":[55,39],"\u30ab\u30e9\u30e0\u578bn":108,earch:90,incres:80,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,exceed:166,no_child_process:173,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd \u52a0": 1,"export":[27,125,80,20],"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":70,column_inform:95,lead:[108,3,32],grn_obj_get_nhook:93,leak:[73,155,125,7,77,27,80],"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":97,grn_address_is_in_us:2,time_stamp:149,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":121,investig:[166,125,130],acronym:[173,128],tanab:125,rare:[77,125],"\u305d\u308c\u305e\u308c":178,kanako:125,disabl:[108,155,182,131,149,20,97,125,7,9,77,27,189,112,177,80],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":88,own:[23,151,13,132,7,84],grn_operation_timeout:2,"\u6570\u5b57":168,grn_ii:[55,30,43],"\u4f8b":[55,1,79,152],grn_id:[40,41,120,121,86,16,113,63,79,84],yuya:[77,80],automat:[22,44,3,182,94,9,61,10,143,151,175,119],automak:155,grn_expr_append_const_str:84,grn_default_query_logger_get_path:7,"145508000x":75,transfer:[55,141,128,132,173,157],grn_command_ve rsion_mi n:116,appl:190,replac:[151,187,77,179,64,80,91],"var":[40,141,69,95,97,9,61,189,53],"\u30ad\u30fc\u304c":97,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":152,"\u4ee5\u5916\u306e\u5834\u5408\u306f":108,"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":69,"\u73fe\u5728":191,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":97,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":73,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":152,palallel:152,made:[7,27,3,77],tab:[77,106,176,4,173],grn_logical_range_filter_en:77,whether:[2,142,7,100,9,108,75,13,154,115,158,159,23,61,166,183,96,127,79,80,182,83],troubl:119,record:[66,55,110,23,43,85,132,125,7,113,171,158,77,27,58,84,80],below:[58,104,59,182],"expr\u306a\u3069\u306f\u89e3\u653e\u3 057\u306 6\u306f\u3044\u3051\u307e\u305b\u3093":79,"\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":[82,146,6,72,73,126,8,156,158,160,191,105,37,140,107],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":116,ff76:190,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"8bit":45,"\u3067\u306f\u6607\u9806":113,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":152,makecach:[7,129],"\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":152,other:[132,88,119,137,55],bool:[164,182,13,45,125,46,143],"command_version\u3092\u8 fd4\u305 7\u307e\u3059":16,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":97,grn_table_delete_by_id:113,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":79,"drilldown\u6761\u4ef6\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306e\u691c\u7d22\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":108,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":11,debian:[55,152,137,20],"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":93,emerg:[6,149,8,97,9],allow_leading_not:108},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","macro","C macro"],"4":["c","member","C member"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/outp ut","ref erence/api/overview","reference/commands/log_level","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","reference/command/command_version","reference/scorer","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/suggest/correction","reference/api/global_configurations","contribution/documentation/introduction","spec","reference/commands/plugin_register","reference/commands/logical_count","install/solaris","reference/api/grn_match_escalation","community","news/1.2.x","reference/scoring_note","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/command/request_id","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tu torial/i ndex","reference/types","reference/commands/table_tokenize","reference/functions/highlight_html","reference/suggest/suggestion","reference/commands/normalizer_list","reference/suggest","server/memcached","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_search","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/executables/grndb","reference/api/grn_type","reference/api/grn_table_cursor","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/column","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","reference/commands/range_filter","news","tutorial/match_columns","reference/api/grn_obj","news/ 4.x","de velopment/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","reference/api/grn_ii","contribution/documentation/c-api","contribution","install/mac_os_x","reference/commands/tokenize","tutorial/query_expansion","reference/operations/geolocation_search","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/functions/in_values","install/windows","tutorial/network","reference/commands/request_cancel","contribution/development/repository","reference/commands/table_list","reference/api/grn_content_type","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","news/1.3.x","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","ref erence/c ommands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","reference/scorers/scorer_tf_idf","reference/api/grn_encoding","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","server/gqtp","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","reference/commands/lock_clear","install","reference/columns/index","reference/tuning","reference/commands/shutdown","server/package","reference/commands/logical_range_filter","tutorial/patricia_trie","spec/search","reference/commands/ruby_eval","reference/commands/table_remove","news/1.1.x","reference/functions/vector_size","reference/log","reference/columns/scalar","reference/grn_expr/script_syntax","contribution/development/release","install/debian","refer ence/com mands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","reference/functions/highlight_full","development","reference/token_filters","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/functions/geo_in_circle","reference/suggest/introduction","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/commands/plugin_unregister","reference/query_expanders/tsv","reference/suggest/completion","contribution/development/test","reference/regular_expression","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","reference/scorers/scorer_tf_at_most","tutorial/micro_blog","reference/operations","reference/executables/groonga-suggest-create-dataset","client","insta ll/other s","reference/normalizers","reference/commands/log_reopen","server/http"],titles:["12.1. How to report a bug","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","7.3.4. Return code","4.1. Basic operations","7.2. Output","7.20.1. Overview","7.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","Release 2.1.2 - 2013-01-29","7.3.19. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","7.1.5. groonga-httpd","7.3.29. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","7.11. Scorer","4.3. Various data types","2.4. Ubuntu","12.2. How to contribute in documentation topics","7.20.8. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","7.20.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","7.16.3. Correction","7.20.2. Global configurations","12.2.1. Introduction","8. Specification","7.3.25. <tt clas s=\"docutils literal\"><span class=\"pre\">plugin_register</span></tt>","7.3.21. <tt class=\"docutils literal\"><span class=\"pre\">logical_count</span></tt>","2.7. Oracle Solaris","7.20.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","3. Community","Release 1.2.9 - 2011-12-29","<no title>","7.10. Query expanders","7.20. API","7.3. Command","7.14.13. snippet_html","5. Server","7.14.5. geo_in_rectangle","7.3.3. Request ID","7.1.6. Groonga HTTP server","7.3.13. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","7.8. Tokenizers","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","7.20.3. Plugin","7.20.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","7. Reference manual","4.6. Tag search and reverse resolution of reference relationships","7.4. Data types","7.3.40. <tt class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></tt >","7.14 .7. highlight_html","7.16.4. Suggestion","7.3.24. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","7.16. Suggest","5.4. Memcached binary protocol","7.1. Executables","7.20.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","5.2.1. Comparison","Groonga documentation","7.20.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","Cast","7.3.16. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","7.3.11. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","7.6.3. Pseudo column","7.1.1. <tt class=\"docutils literal\"><span class=\"pre\">grndb</span></tt>","7.20.23. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","7.20.22. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","7.1.9. groonga-suggest-learner","7.3.37. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","9. Limitatio ns","7.1 4.12. rand","7.3.32. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","12.3.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","7.6. Column","7.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","7.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. Various search conditions","7.14.3. geo_distance","7.3.28. <tt class=\"docutils literal\"><span class=\"pre\">range_filter</span></tt>","News","4.7. match_columns parameter","7.20.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","Release 4.1.1 - 2015-01-29","11.1. Travis CI","7.3.35. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","7.20.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","7.20.11. grn_expr","7.6.2. Vector column","7.20.1 4. <tt c lass=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","12.2.3. C API","12. How to contribute to groonga","2.2. Mac OS X","7.3.41. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","4.11. Query expansion","7.15.1. Geolocation Search","7.20.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","7.5. Tables","7.3.9. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","7.14.1. between","7.1.3. <tt class=\"docutils literal\"><span class=\"pre\">groonga</span></tt> executable file","5.2.3. groonga-httpd","4.9. Additional information about lexicon for full text search","7.14.9. in_values","2.1. Windows","4.2. Remote access","7.3.30. <tt class=\"docutils literal\"><span class=\"pre\">request_cancel</span></tt>","12.3.1. Repository","7.3.38. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","7.20.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></tt>" ,"7.3.7. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","7.3.33. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","7.14.8. html_untag","7.20.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","7.14.2. edit_distance","Release 1.3.0 - 2012-01-29","7.20.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","7.17. Indexing","7.14.11. query","7.20.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","7.3.5. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","7.20.24. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","12.2.2. I18N","7.20.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","7.20.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","7.11.3.2. <tt class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></tt>","7.20.10. <tt cl ass=\"do cutils literal\"><span class=\"pre\">grn_encoding</span></tt>","12.3.3. \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","Release 3.1.2 - 2014-01-29","7.3.6. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","7.3.43. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","5.3. GQTP","2.5. CentOS","4.5. Drilldown","7.1.8. groonga-suggest-httpd","1. Characteristics of Groonga","7.3.23. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","12.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","7.3.2. Output format","7.3.17. <tt class=\"docutils literal\"><span class=\"pre\">lock_clear</span></tt>","2. Install","7.6.4. Index column","7.19. Tuning","7.3.34. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","5.1. Server packages","7.3.22. <tt class=\"docutils literal\"><span class= \"pre\"> logical_range_filter</span></tt>","4.8. Prefix search with patricia trie","8.2. \u691c\u7d22","7.3.31. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","7.3.39. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","7.14.15. vector_size","7.18. Log","7.6.1. Scalar column","7.12.2. Script syntax","12.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","7.3.36. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.3.12. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. Tutorial","7.3.15. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","7.12. grn_expr","7.3.27. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","7.14. Function","7.14.6. highlight_full","11. Development","7.9. Token filters" ,"2.6. F edora","10.2. How to avoid mmap Cannot allocate memory error","7.3.42. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","7.1.4. groonga-benchmark","7.14.4. geo_in_circle","7.16.1. Introduction","7.3.14. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","8.1. GQTP","5.2.2. groonga","7.3.26. <tt class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></tt>","7.10.1. QueryExpanderTSV","7.16.2. Completion","12.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","7.13. Regular expression","7.1.2. grnslap","7.14.10. now","7.12.1. Query syntax","7.14.14. sub_filter","7.11.3.1. <tt class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></tt>","4.10. Let's create micro-blog","7.15. Operations","7.1.7. groonga-suggest-create-dataset","6. Client","2.8. Others","7.7. Normalizers","7.3.20. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>"," 5.2. HTT P"],objects:{"":{grn_ctx_get_match_escalation_threshold:[25,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[97,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[79,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[25,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[83,1,1,"c.grn_db_create"],grn_plugin_charlen:[40,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[93,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[79,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[63,1,1,"c.grn_table_cursor_close"],"-P":[180,0,1,"cmdoption-P"],grn_table_cursor_set_value:[63,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[84,1,1,"c.grn_expr_syntax_escape"],"--log-output-dir":[168,0,1,"cmdoption--log-output-dir"],"-d":[64,0,1,"cmdoption-d"],"-a":[97,0,1,"cmdoption-a"],"-c":[97,0,1,"cmdoption-c"],grn_obj_set_info:[41,1,1,"c.grn_obj_set_info"],"-m":[180,0,1,"cmdoption-m"],"-l":[64,0,1,"cmdoption-l"],"--disable-max-fd-check":[131,0,1,"cmdoption--di sable-ma x-fd-check"],"-i":[168,0,1,"cmdoption-i"],"-h":[97,0,1,"cmdoption-h"],grn_db:[83,2,1,"c.grn_db"],"--log-rotate-threshold-size":[97,0,1,"cmdoption--log-rotate-threshold-size"],"-t":[131,0,1,"cmdoption-t"],grn_command_version:[116,2,1,"c.grn_command_version"],grn_obj_set_element_info:[41,1,1,"c.grn_obj_set_element_info"],"-p":[131,0,1,"cmdoption-p"],"-s":[64,0,1,"cmdoption-s"],"-r":[64,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[40,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[16,1,1,"c.grn_ctx_at"],"--bind-address":[97,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[116,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[97,0,1,"cmdoption--config-path"],grn_table_size:[113,1,1,"c.grn_table_size"],"--query-log-path":[97,0,1,"cmdoption--query-log-path"],grn_ctx_use:[16,1,1,"c.grn_ctx_use"],grn_obj_defrag:[79,1,1,"c.grn_obj_defrag"],db:[168,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[19,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[63,1,1,"c.grn_table_cursor_ open"],g rn_get_default_encoding:[123,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[79,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[86,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[79,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[110,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[113,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[121,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[79,1,1,"c.grn_obj_unlink"],grn_obj_id:[79,1,1,"c.grn_obj_id"],grn_obj_set_value:[79,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[40,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[123,2,1,"c.grn_encoding"],grn_proc_create:[53,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[40,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[121,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[64,0,1,"cmdoption--log-base-path"],"--dir":[168,0,1,"cmdoption--dir"],"--address":[97,0,1,"cmdoption--address"],grn_table_group_result:[113,2,1,"c.grn_table_group_result"],grn_expr_close:[84,1,1,"c.grn_expr_close"] ,grn_obj _path:[79,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[17,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[83,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[110,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[79,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[113,1,1,"c.grn_table_lcp_search"],grn_table_create:[113,1,1,"c.grn_table_create"],grn_ctx_get_all_tables:[16,1,1,"c.grn_ctx_get_all_tables"],grn_encoding_to_string:[123,1,1,"c.grn_encoding_to_string"],"--daemon":[64,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[79,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[113,1,1,"c.grn_table_columns"],grn_ctx_set_output_type:[16,1,1,"c.grn_ctx_set_output_type"],"--pid-path":[97,0,1,"cmdoption--pid-path"],"--encoding":[97,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[16,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[17,2,1,"c.grn_cache"],grn_table_delete_by_id:[113,1,1,"c.grn_table_delete_by_id"],grn_content_type:[106,2,1,"c.grn_content_type"],grn_plugin_mutex:[40,2,1,"c.grn_plugin_mutex" ],grn_ex pr_get_keywords:[84,1,1,"c.grn_expr_get_keywords"],grn_ii_buffer:[86,2,1,"c.grn_ii_buffer"],"--host":[168,0,1,"cmdoption--host"],grn_ctx_get_output_type:[16,1,1,"c.grn_ctx_get_output_type"],grn_obj_set_finalizer:[53,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[17,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[118,1,1,"c.grn_obj_user_data"],grn_obj_lock:[79,1,1,"c.grn_obj_lock"],grn_obj_name:[79,1,1,"c.grn_obj_name"],"--log-path":[64,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[121,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"-e":[97,0,1,"cmdoption-e"],GRN_OBJ_COMPARE:[79,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[84,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[40,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[79,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[63,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[84,1,1,"c.grn_expr_alloc"],grn_expr_compile:[84,1,1,"c.grn_expr_compile"],grn_user_data:[118,2,1,"c.grn_user_data"],grn_obj_get_range:[79,1, 1,"c.grn _obj_get_range"],grn_table_get:[113,1,1,"c.grn_table_get"],grn_ctx_fin:[16,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[110,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[97,0,1,"cmdoption--max-threads"],grn_ctx_init:[16,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[86,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[79,3,1,"c.GRN_OBJ_DECR"],grn_table_sort_key:[113,2,1,"c.grn_table_sort_key"],grn_obj_rename:[79,1,1,"c.grn_obj_rename"],grn_table_group_flags:[113,2,1,"c.grn_table_group_flags"],grn_obj_check:[79,1,1,"c.grn_obj_check"],grn_table_at:[113,1,1,"c.grn_table_at"],grn_column_name:[121,1,1,"c.grn_column_name"],grn_table_difference:[113,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[131,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[40,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[17,1,1,"c.grn_cache_close"],grn_obj_close:[79,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[121,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[113,1,1,"c.grn_t able_tru ncate"],grn_obj_get_value:[79,1,1,"c.grn_obj_get_value"],grn_cache_open:[17,1,1,"c.grn_cache_open"],"--server-id":[97,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[93,1,1,"c.grn_obj_delete_hook"],"-n":[97,0,1,"cmdoption-n"],"--port":[131,0,1,"cmdoption--port"],grn_ii:[86,2,1,"c.grn_ii"],"--ftp":[168,0,1,"cmdoption--ftp"],grn_obj_is_locked:[79,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[84,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[40,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[64,0,1,"cmdoption--log-level"],GRN_OBJ_SET_MASK:[79,3,1,"c.GRN_OBJ_SET_MASK"],grn_fin:[5,1,1,"c.grn_fin"],GRN_COLUMN_NAME_NSUBRECS:[121,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[40,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[116,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[40,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[41,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[56,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[84,1,1 ,"c.grn_ expr_append_const_str"],grn_table_rename:[113,1,1,"c.grn_table_rename"],script:[168,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[40,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[116,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[84,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[40,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[93,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[40,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[120,1,1,"c.grn_index_cursor_open"],grn_proc_func:[53,2,1,"c.grn_proc_func"],grn_db_create_optarg:[83,2,1,"c.grn_db_create_optarg"],grn_column_table:[121,1,1,"c.grn_column_table"],grn_table_add:[113,1,1,"c.grn_table_add"],grn_obj_unlock:[79,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[17,1,1,"c.grn_cache_set_max_n_entries"],grn_init:[5,1,1,"c.grn_init"],grn_proc_type:[53,2,1,"c.grn_proc_type"],grn_proc_get_info:[53,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[79,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[16,1,1,"c.grn_ctx_close"],"--que ry-log-r otate-threshold-size":[97,0,1,"cmdoption--query-log-rotate-threshold-size"],GRN_COLUMN_NAME_KEY:[121,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[121,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[121,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[63,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[79,1,1,"c.grn_obj_get_values"],grn_column_rename:[121,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[79,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[41,1,1,"c.grn_obj_get_info"],grn_ctx_db:[16,1,1,"c.grn_ctx_db"],"--protocol":[168,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[40,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[63,2,1,"c.grn_table_cursor"],grn_table_cursor_get_value:[63,1,1,"c.grn_table_cursor_get_value"],grn_ctx_get:[16,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[25,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[83,1,1,"c.grn_db_open"],grn_column_index:[121,1,1,"c.grn_column_index"],"--n-threads":[ 131,0,1, "cmdoption--n-threads"],grn_ctx:[16,2,1,"c.grn_ctx"],"--help":[97,0,1,"cmdoption--help"],"--groonga":[168,0,1,"cmdoption--groonga"],grn_table_setoperation:[113,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[121,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[79,3,1,"c.GRN_OBJ_SET"],"--document-root":[97,0,1,"cmdoption--document-root"],grn_info_type:[41,2,1,"c.grn_info_type"],grn_column_truncate:[121,1,1,"c.grn_column_truncate"],grn_obj:[79,2,1,"c.grn_obj"],grn_obj_remove:[79,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[40,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[79,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[84,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[84,1,1,"c.grn_expr_syntax_escape_query"],grn_geo_select_in_rectangle:[110,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[19,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[86,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[56,1,1,"c.grn_obj_search"],"--send-endpoint":[64,0,1,"cmdopti on--send -endpoint"],grn_table_update_by_id:[113,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[93,2,1,"c.grn_hook_entry"],grn_expr_append_op:[84,1,1,"c.grn_expr_append_op"],grn_geo_point:[110,2,1,"c.grn_geo_point"],grn_table_cursor_table:[63,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[120,1,1,"c.grn_index_cursor_next"],grn_table_delete:[113,1,1,"c.grn_table_delete"],dest:[97,0,1,"cmdoption-arg-dest"],grn_ctx_open:[16,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[40,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[121,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[79,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[16,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[97,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[63,1,1,"c.grn_table_cursor_delete"],grn_type_create:[62,1,1,"c.grn_type_create"],grn_obj_path_by_id:[79,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[40,1,1,"c.grn_plugin_comm and_crea te"],grn_db_recover:[83,1,1,"c.grn_db_recover"],grn_builtin_type:[62,2,1,"c.grn_builtin_type"],grn_table_get_key:[113,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[79,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[25,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[17,1,1,"c.grn_cache_current_get"],grn_expr_create:[84,1,1,"c.grn_expr_create"],grn_get_default_command_version:[116,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[84,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[123,1,1,"c.grn_encoding_parse"],grn_column_create:[121,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[16,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[113,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[93,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[123,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[116,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[40,1,1,"c.grn_plug in_proc_ get_var_by_offset"],grn_ii_buffer_open:[86,1,1,"c.grn_ii_buffer_open"],"--receive-endpoint":[64,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[121,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[113,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[40,1,1,"c.GRN_PLUGIN_FIN"],command:[97,0,1,"cmdoption-arg-command"],GRN_PLUGIN_REGISTER:[40,1,1,"c.GRN_PLUGIN_REGISTER"],grn_plugin_mutex_close:[40,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[83,1,1,"c.grn_db_touch"],grn_table_update:[113,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[83,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[83,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"6\u30ea\u30ea\u30fc\u30b9":[1,155],code:2,senna:42,"\u6539\u826f":[27,1,155,147],"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":152,queri:[108,91,132,115,9,149 ,29,182] ,global:19,localstatedir:189,"4\u30ea\u30ea\u30fc\u30b9":155,prefix:[69,151,143,189,177,54,182],"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,follow:185,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,cache_limit:117,value_typ:65,depend:[189,20],grn_type:62,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":152,drilldown_offset:108,send:[102,119],column_cr:73,column_or_valu:96,table_list:105,downtim:54,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[168,39],query_str:115,"\u524d\u63d0\u6761\u4ef6":152,grn_command_vers:116,sourc:[165,129,14,153,101,189,89],string:[13,46,90,133,151],groonga:[55,141,42,152,187,131,132,134,97,98,9,174,36,88,64,168,119],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":152,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":152,drilldown_calc_target:108,facebook:26,"\u30b 5\u30f3\ u30d7\u30eb":[180,168],greater_equ:69,brows:9,administr:[9,102],sub_filt:183,gnu:153,list:[0,2,26],scalar:150,vector:[13,85],drilldown_output_column:108,refer:[40,41,43,93,86,106,53,56,5,85,13,116,16,17,113,19,25,118,44,120,121,62,123,63,110,79,83,84],"\u30aa\u30d7\u30b7\u30e7\u30f3":[180,168],dump_index:158,direct:9,sign:151,range_filt:76,aggreg:132,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":144,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":144,index:[66,44,3,132,114,138,78,179,65],what:38,xor:151,learner:64,"files\u306e\u5b9f\u884c":152,delet:171,version:54,"new":[77,42,119],grn_info:41,full:[3,182,132,99,74,78],hash:185,gener:[119,20],learn:[131,64,170,18,48,177],lock_clear:136,bodi:135,let:185,solari:24,ubuntu:14,path:[68,189,54],target_valu:100,valu:[90,142,6,95,46,47,145,100,146,109,103,10,148,105,107,75,154,191,58,115,59,156,158,167,160,65,22,68,49,23,162,72,73,126,171,117,96,76,127,175,82,183,131,185,133,32,136,8,36,37,140],"\u95a2\u4fc2\u5f0f":69,table_hash_kei:94, search:[ 44,108,3,91,92,132,85,48,74,18,185,143,151,78,99,177,182],"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,shift:151,blogroonga:152,memcach:51,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":152,chang:42,narrow:74,"\u9759\u7684\u89e3\u6790":178,"windows\u5411\u3051\u306e\u5834\u5408":152,match_column:[115,78,108],repositori:[104,119],appli:85,modul:9,phrase:182,"debian\u7cfb\u306e\u5834\u5408":152,api:[87,30],grn_db:83,request_cancel:103,instal:[176,189,101,137,20],total:108,define_selector:156,select:108,"\u6982\u8981":11,httpd:[131,141,9,98,64],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,from:[165,129,14,153,101,189,64,89],zip:101,commun:26,query_expand:[115,108],regist:10,upgrad:54,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":70,column_remov:72,call:151,"\u30c6\u30b9\u30c8\u65b9\u6cd5":17 8,key_ty p:65,scope:183,query_expans:108,"\u30d6\u30ed\u30b0":152,sort:[74,3,130],token_filt:[90,65],relat:[78,108,9,64],benchmark:168,flag:[46,90,133,173,65],grn_content_typ:106,tokenbigramignoreblanksplitsymbolalpha:38,cach:[108,9],sphere:75,prepar:91,work:[119,18,177,48],tag:[44,185,65],can:45,clearlock:107,"\u7279\u6b8a\u547d\u4ee4":168,control:151,grn_column:121,geo_in_rectangl:34,process:[139,149],lock:132,topic:15,"\u4f7f\u3044\u65b9":168,liter:151,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":124,groonga_cache_limit:9,grndb:61,onlin:114,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":152,unsign:151,filter:[142,164,23,108],multipl:[78,151,130],secur:[102,151],"\u540d\u524d":[180,67,181,111,168,34,60,169],divis:151,how:[0,85,166,173,128,48,114,18,102,35,88,15,177,119],open_tagn:162,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":178,simpl:108,updat:[132,119,177,152,20],message_pack_install_prefix:189,tokenregex p:38,"\u 7406\u7531":124,max:[142,96,23,117,139],clone:119,geoloc:[92,185],mac:89,offlin:114,date:13,log_level:6,data:[182,13,185,45,48,9,177,151,64,65],table_dat_kei:94,alloc:166,"\u66f8\u5f0f":[180,67,181,111,168,34,169],not_equ:69,tokendelimit:38,explicit:182,issu:[0,102],callback:69,combin:182,normalizernfkc51:190,freebsd:139,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":152,table_token:46,order:142,origin:151,adjust:108,"\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":124,help:189,softwar:20,hypertext:102,lz4:189,"3\u30ea\u30ea\u30fc\u30b9":155,gqtp:[141,173,128],paramet:[90,142,6,95,97,46,47,145,8,146,109,103,148,105,127,107,108,75,154,58,115,59,156,158,191,160,64,65,68,23,162,72,73,126,171,117,96,78,82,183,131,133,136,100,139,37,140],"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5b c6\u9375 \u306e\u30a4\u30f3\u30dd\u30fc\u30c8":152,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":152,group:[179,182,151],thank:[125,7,77,27,112,80],grn_table_select:69,fix:[42,125,7,77,27,80],shard_kei:[142,23],"\u5b9f\u9a13\u7684":27,platform:189,window:101,requir:[108,75,23,131,95,133,46,115,59,90,109,103,142,127],persist:94,tsv:[135,176],mail:[0,26],vector_s:148,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":178,"\u4f8b\u3048\u3070redmin":124,grn_hook:93,html_untag:109,"return":[90,2,142,6,95,46,47,145,100,146,109,103,10,148,105,107,75,154,191,58,115,59,156,158,167,160,65,22,68,49,23,162,72,73,126,171,117,96,76,127,175,82,183,131,133,32,136,8,36,37,140],greater:[69,182,151],worker_process:9,rectangl:75,"8\u30ea\u30ea\u30fc\u30b9":155,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":178,"\u8fd4\u5024":[67,108,169,111,34,181],now:181,highlight_ful:162,introduct:[170,20],choic:179,term:151,name:[45,187,59,36,78,65],edit:119,revers :[44,9], grn_ctx:16,authent:54,kern:139,micro:185,token:[132,164,90,38],exampl:[41,5,93,86,56,53,110,116,16,17,113,62,25,118,120,121,166,123,63,173,79,81,83,187,84],"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":172,each:78,ruby_load:68,"benchmark\u5b9f\u884c\u7d50\u679c":168,grn_encod:123,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,domain:130,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":11,weight:[78,85],"0\u30ea\u30ea\u30fc\u30b9":[27,155,147],normalizerauto:190,proxy_cach:9,todo:[115,32],"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":124,develop:163,your:119,db_api:69,query_flag:108,"release\u306e\u5b9f\u884c":152,normalizer_nam:162,quantifi:179,correct:[170,18],red:152,nofil:139,"1\u30ea\u30ea\u30fc\u30b9":[27,155],shut:9,proxi:9,advanc:108,free:132,grn_user_data:118,substitution_t:115,standalon:97,releas:[125,7,77,27,112,80],database_path:[131,64],grn_match_escal:25,launch:131,success:135,dump_ schema:1 58,recov:61,synopsti:187,assign:[35,182,151],oper:[186,3,151],rand:67,rang:[3,65],plugin_regist:22,groonga_log_path:9,suffix:[151,69,182,143],"7\u30ea\u30ea\u30fc\u30b9":[1,155],"\u8aac\u660e":[180,67,181,111,168,34,60,169],arrai:151,number:[139,108,189],edit_dist:111,groonga_database_auto_cr:9,modulo:151,open:139,primari:[45,143],size:173,grn_cach:17,script:[145,151],"\u4fee\u6b63":[27,1,155,147],messag:189,expand:29,termin:173,store:[132,65],option:[46,75,142,131,133,97,187,115,90,158,23,64],relationship:44,travi:81,tool:[189,9,102],specifi:[45,75,3],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":11,tokenfilterstem:164,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":69,than:[182,151],tokenbigram:38,keyword:185,remot:102,"grntest\u306e\u6e96\u5099":152,grn_table_cursor:63,charact:179,column_list:95,grn_expr:[69,84,159],latitud:[13,132],favorit:185,ruby_ev:145,plugin_unregist:175,tabl:[66,95,108,3,94,45,46,59,158,185,78,64,65],"null":151,packag:[189,141,14],bitwis:151 ,drilldo wn_limit:108,built:[190,38,12],min:[142,23,96],"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":69,also:[2,6,94,95,68,47,46,90,103,10,145,107,108,154,191,58,115,156,159,167,65,22,164,49,122,162,183,171,173,76,175,176,35,133,32,187,135,8,190,117],builtin:[45,97],without:54,build:[165,129,14,153,101,189,89],highlight_html:47,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":178,mroonga:132,normal:[85,90,133,190,65],"\u30d0\u30fc\u30b8\u30e7\u30f30":1,"\u30d0\u30fc\u30b8\u30e7\u30f31":[155,147],object:151,oracl:24,"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":124,regular:[179,182,151],default_token:65,"class":179,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":152,groonga_log_level:9,geoindex:185,table_pat_kei:94,request:[131,35,9,119],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":69,latest:152,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":144,"\u539f\u56e0":70,lexicon:[99,3,65],keywordn:162,text:[3,182,13 2,99,74, 78],grn_index_cursor:120,syntax:[90,142,6,95,97,46,47,145,100,146,103,10,148,105,107,108,75,151,154,191,58,115,59,156,61,167,160,65,22,68,49,23,158,162,72,73,126,74,171,117,96,76,127,175,179,82,182,183,133,32,136,8,109,37,140],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":152,threshold:189,xml:135,access:[102,54],explicitli:75,locat:[132,74,75,176,44],just:85,ellipsoid:75,grnslap:180,configur:[19,9,20,189,54,81],solut:166,max_bord:[142,23,96],use_html_escap:162,"benchmark\u547d\u4ee4":168,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":70,contribut:[88,15],variou:[13,74],get:[131,3],express:[179,182,151],stop:141,cannot:166,wheezi:153,report:0,geo:[132,151,44],restart:141,target:148,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":11,enabl:20,query_typ:173,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":124,patch:119,"default":[189,11],tokenfilterstopword:164,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u3 0fc\u30b 7\u30e7\u30f3":191,contain:69,table_cr:65,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":178,summari:[2,12,6,90,9,10,75,5,191,16,17,19,86,22,23,25,32,8,36,37,38,40,41,146,164,47,53,106,58,59,61,63,64,65,68,49,72,73,76,79,82,83,128,93,94,95,97,100,103,105,56,107,108,109,110,85,116,115,113,118,120,121,122,162,126,127,131,35,133,135,136,139,140,142,145,148,150,154,156,158,160,123,46,62,167,171,117,96,175,176,179,183,184,138,190],"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":152,set:[131,9],max_map_count:139,dump:158,geo_dist:75,see:[2,6,94,95,68,47,46,90,103,10,145,107,108,154,191,58,115,156,159,167,65,22,164,49,122,162,183,171,173,76,175,176,35,133,32,187,135,8,190,117],result:[3,130],arg:69,scorer_tf_idf:122,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":178,statu:[82,173,187],databas:[3,54],column_renam:59,label:108,less_equ:69,score:108,between:96,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":152,kei:[4 5,108,14 3],numer:13,javascript:74,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":152,style:108,"\u5bfe\u7b56\u65b9\u6cd52":70,"\u5bfe\u7b56\u65b9\u6cd51":70,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":168,homebrew:89,dump_plugin:158,addit:[190,151,99],instant:132,plugin:[40,189],geopoint:185,equal:[69,182,151],against:78,tutori:157,logic:[182,151],improv:[42,125,7,77,27,112,80],"po\u306e\u5b9f\u884c":152,point2:75,load:[58,185,3,9,85],among:78,defrag:37,point:151,overview:[13,132,5],period:42,header:[135,173],close_tagn:162,shutdown:140,linux:[153,139],grn_proc:53,tokenbigramignoreblanksplitsymbol:38,quit:160,"\u5236\u9650\u4e8b\u9805":168,target_nam:[136,127],invert:132,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":178,json:[58,135],basic:[3,151],tokenmecab:38,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,log_put:8,drilldown_calc_typ:108,resolut :44,"2\u 30ea\u30ea\u30fc\u30b9":155,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":152,logical_range_filt:142,i18n:119,in_valu:100,"case":135,drildown:130,multi:54,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":152,zlib:189,cast:57,"\u691c\u7d22":144,error:[135,166],anchor:179,pack:189,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":178,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":152,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":152,"\u5f15\u6570":[180,67,111,168,34,169],filter_str:183,archiv:14,cento:129,synopsi:[131,36,9,64],"version\u30d1\u30e9\u30e1\u30fc\u30bf":11,fedora:165,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":152,"\u691c\u7d22\u306e\u6319\u52d5":144,perform:[9,54],suggest:[131,154,187,48,170,50,64],make:[189,152],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,bi nari:51, html:[109,119,20],output_column:[108,142],document:[55,15,20],messagepack:135,complet:[170,177],http:[141,4,102,36,54,192],expans:91,nest:78,temporari:94,user:185,engin:132,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":152,tune:139,desctipion:187,sortbi:108,overcommit_memori:139,person:14,client:[188,97,173],command:[11,3,4,131,97,31,102,61,36,54],gzip:54,left:151,comment:185,construct:114,protocol:[51,102,173],execut:[52,97],less:[69,182,151],min_bord:[142,23,96],"5\u30ea\u30ea\u30fc\u30b9":155,languag:119,approximate_typ:75,hashtag:185,point1:75,mmap:166,"twitter\u7de8":124,patricia:143,blog:185,add:119,macport:89,geo_in_circl:169,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":152,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":152,tokenunigram:38,match:[189,182,151],format:[135,108,3,58,149,176],read:[132,177],tokendelimitnul:38,nginx:9,"\u95be \u5024\u 3092\u3042\u3052\u308b":70,characterist:[132,94],daemon:[97,173],like:74,specif:[185,78,9,21],maxfileperproc:139,manual:43,integ:151,server:[141,132,97,33,102,36,173],logical_t:[142,23],"boolean":[13,151],cascad:171,output:[135,108,3,4,119],snippet_html:32,normalizer_list:49,old:77,twitter:26,log_reopen:191,sampl:[182,151],"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,librari:[132,189],tokenbigramsplitsymbolalphadigit:38,confirm:119,avoid:166,per:139,tracker:0,exit:187,condit:[74,108,182],scorer_tf_at_most:184,mode:[46,90,97,69],core:54,who:185,run:[173,128,102,20],tokenizs:38,compress:54,view:3,usag:[90,142,4,12,6,95,97,46,47,145,100,146,9,103,10,148,105,107,108,75,85,154,191,58,115,59,156,61,167,160,64,65,22,68,49,23,158,122,162,72,150,73,126,171,117,96,76,127,175,176,179,82,183,131,138,109,133,32,136,8,139,37,140],tokenizer_list:167,tokenbigramsplitsymbol:38,"\u30d3\u30eb\u30c9\u6642\u306etip":152,tokenbigramsplitsymbolalpha:38,offset:[108,142],post:[185,9,54],subt ract:151 ,comparison:[151,54],about:[45,99],column:[66,150,75,3,182,130,85,132,162,47,60,138,71,78],memori:[166,139],page:108,truncat:127,"x\u306e\u304a\u77e5\u3089\u305b":[1,155,147],tokentrigram:38,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":178,ppa:14,match_escalation_threshold:108,grn_ii:86,"\u4f8b":[67,169,111,70,34,181],"float":151,encod:189,dataset:187,down:[74,9],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":144,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":69,storag:132,groonga_query_log_path:9,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":45,log:[149,189,64,54],transfer:102,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":168,support:92,"\u5909\u66f4":155,submit:0,custom:54,avail:[164,9],start:141,arithmet:151,"\u306e\u66f4\u65b0":152,sharabl:132,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":152,"function":[161,151],tokenbigramignoreblanksplitsymb olalphad igit:38,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":152,"\u691c\u7d22\u4f8b4":69,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":69,"\u691c\u7d22\u4f8b2":69,"\u691c\u7d22\u4f8b1":69,translat:119,drilldown_sortbi:108,line:[131,97,4],bug:0,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":152,pull:119,dump_record:158,new_nam:59,type:[13,185,45],record:[94,108,3],limit:[66,108,130,85,94,45,176],inform:[74,99],similar:[18,151,69],grn_tabl:113,"\u611f\u8b1d":[27,1,155,147],featur:92,bigram:185,creat:[3,85,185,187,78,65],trie:143,flow:119,grn_obj:79,groonga_databas:9,"homebrew\u306e\u66f4\u65b0":152,jessi:153,right:151,file:[97,187,139,176,64,54,119],check:[126,61],"\u5bfe\u5fdc":124,tokenbigramignoreblank:38,table_remov:146,extract:[151,48],grn_search:56,other:[189,179],logical_count:23,grn_geo:110,"hat\u7cfb\u306e\u5834\u5408":152,scorer:[74,108,12],cooccurr:[18,177,48],drilldown:[108,130],d ebian:15 3,longitud:[13,132],groonga_base_path:9,escal:189,"\u691c\u7d22\u4f8b3":69,descript:45,pseudo:60,cpu:54,munin:189,queryexpandertsv:176,time:[13,185,151],escap:[182,179],"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":152,table_no_kei:94}}) \ No newline at end of file +Search.setIndex({envversion:42,terms:{localstatedir:137,four:[135,94,3,97,149],"\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":152,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":16,"\u811a\u6ce8":[34,45,169,72],"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":168,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":140,your_db:27,grn_fin:5,column_cr:[55,43,85,31,27,80],"\u65e5\u672c\u4eba":177,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":152,no_such_device_or_address:173,thread_tabl:168,command_vers:[11,3,4,162,32,47,82,173,109,9,148,36,102],dewangga:77,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":63,"takas hi\u3055 \u3093\u304c\u5831\u544a":27,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":155,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":108,cancel_request_is_accepted_or_not:103,grn_plugin_win32_base_dir:40,drilldown_output_column:[156,80],asami:125,"\u697d\u3057\u3044billiard":[70,144],dump_index:77,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":152,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":113,grn_oper:[113,56,84,121,110],grn_column_name_nsubrecs_len:121,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":152,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":168,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":37,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":53,g rn_socke t_is_already_shutdown:2,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":63,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":97,grn_table_cursor_next:[63,155],here:[40,92,2,71,5,94,95,97,68,47,48,46,145,100,101,9,103,10,148,149,106,127,54,58,108,75,12,85,154,14,16,17,115,59,18,90,20,167,151,64,65,22,164,49,23,61,122,162,183,74,171,173,96,78,175,176,177,81,190,83,130,158,131,38,109,182,133,32,187,136,179,35,189,139,119,84,117],onga:32,china:[75,130],grn_enc_utf8:[63,123],ful:90,"\u4e0e\u3048":70,latitude_in_msec:151,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":27,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":134,"\u7a7a\u767d\u3084":97,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":97,match_column:[55,85,125,156,77,80],"\u540c\u4e00\u30d5\u30a1\u30a4\u30 eb\u5185 \u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":168,engi:[154,177],"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":178,"\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":27,substr:[182,151],unix:[189,80],txt:[87,38,119],unit:[75,151,31,32,171,173,38],tokenizs:[55,43],music:[44,149],until:[40,114,108,58,19,80,119],"\u30d6\u30ed\u30b0":88,grn_op_push:69,token_filt:158,relax:139,relat:[55,129,189,165,132,14,125,26,7,153,77,104,27,88,79,80,81],error_messag:135,notic:[6,122,8,97,9],"\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":152,hold:[13,99],"cutter\u306b\u542b\u3 07e\u308 c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":152,"byte\u9577":[113,79,121],"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":158,"akio\u3055\u3093\u304c\u5831\u544a":155,"\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":79,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":124,grn_obj_reinit:79,cirit:9,digit:[108,18,149,179,38,80,65],"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":168,want:[141,90,3,91,128,97,46,48,145,100,9,104,189,165,108,75,87,14,58,18,68,166,183,173,77,78,176,177,80,179,129,182,130,131,133,153,38,89],"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":113,type1:154,type2:154,"grnslap\u306f":180,grn_filename_too_long:2,turn:9,grn_read_o nly_file _system:2,travel:185,grn_geo_point:110,grn_input_output_error:2,enviromn:77,yum:[7,165,129,152,20],"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":79,message_pack_install_prefix:137,groonga_clone_dir:152,moritar:78,wrong:[125,7,170,18,61,77,27,80],"\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":83,"\u63d0\u6848\u3092\u884c\u3046":155,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":147,"virtualbox\u306fsourc":152,wing:[7,125],"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":168,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":123,vari:[40,66],"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":108,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":88,"\u306f\u7121\u8996\u3055\u308c\u307e\ u3059":[ 63,113],"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":155,hidden:132,fin:53,easier:12,"\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":69,rectangl:[7,27,110,132],stop_word:[164,46,158],"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":152,dcmake_install_prefix:101,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":155,timeout:[79,19,125],debug:[90,6,97,8,9,149,77,80],"obj\u3092lock\u3057\u307e\u3059":79,last_modifi:185,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u 304c":70 ,"akio\u3055\u3093\u304c\u63d0\u6848":155,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":168,ideograph:77,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":155,grn_table_s:[113,69],grooon:131,moritapo:44,gregex:125,lexicon_t:168,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":168,input_typ:58,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":152,"\u79d2":79,"\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":152,ringtail:125,"\u307e\u308d\u3086\u304d":143,libedit:[7,27,189,165,77],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u 7d4c\u5e a6":45,atv:[74,3,130],pagin:3,"\u30ab\u30e9\u30e0\u306b\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u518d\u5e30\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059":146,confus:[38,179],resource_busi:173,accuml:125,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":11,mingw:152,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":63,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":152,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":97,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":152,"\u304a\u3070\u305f\u3055\u3093":1,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":113,master:[119,9,81],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":108,"1\u304c\u 6307\u5b 9a\u3055\u308c\u305f\u5834\u5408\u306f":63,listen:[7,173,9,54,102],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[34,169],kinjir:44,"\u50242":97,"\u50241":97,tree:80,second:[108,75,3,182,12,13,185,45,135,74,103,149,78,95,54,151],project:[0,141,151,152,132,104,88,80,81],"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":113,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":168,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":97,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":168,boston:185,"db_api\u306f":69,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":60,"\u3050\u308b\u3093\u304c\u6b21\u90ce":44,increment:35,incompat:[7,77,125,80],"\u3053\u306e\u30dc\u30bf\u30f3\u3092 \u7d4c\u 7531\u3059\u308b\u5834\u5408":152,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":70,"0\u306e\u79d2\u8868\u8a18":70,suenaga:77,"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":152,simplifi:[100,125],unknow:80,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"10041\u756a":97,"key_type\u306bt":113,object:[40,17,49,71,83,79,85,113,133,32,16,7,136,59,90,167,159,148,27,37,80],microsecond:[13,149],letter:190,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":168,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":62,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":168,camp:185,incompatible_file_format:173,index_blog:78,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b \u306e\u 901a\u308a\u3067\u3059":152,expornenti:151,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"\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":79,daemoinz:7,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,grnslap:[52,55,43],"\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":97,restaur:132,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u 308a":11 ,"2byte":[2,173],grn_obj_set_element_info:41,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":93,"\u306f\u306a\u304f":1,serv:[13,152,80],source_file_nam:135,other_t:77,ff1f:77,createrepo:152,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":45,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[55,31,80,43,16],maverick:27,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":70,unexpectedli:125,etim:180,"description\u306b":144,result:[4,94,48,7,103,77,145,157,55,108,75,151,13,112,114,115,113,18,61,64,119,68,69,125,183,27,176,177,80,179,131,132,133,32,135,36,190,38],respons:[17,2,131,132,125,7,80,103,27,54,173],fail:[22,17,3,182,40,125,7,19,10,27,77,175,80,65],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067" :79,best :132,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":69,wikipedia:45,figur:92,score:[7,77,59,85],"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":11,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":168,extend:[78,91,80,179],shidara:27,extens:4,pat_kei:94,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":105,grn_plugin_realloc:40,column_scalar:[91,12,95,46,47,100,109,127,108,75,151,115,114,70,59,158,44,164,23,122,162,73,183,171,96,78,179,182,130,185,32,136,139],logic:[7,142,108,23],msghdr:77,login:139,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":144,"2nd":108,"\u95a2\u6570":178,grn_table_cursor_get_valu:63,assum:[53,103,16],summar:130,duplic:80,gr n_search _optarg:[77,56],"\u306e\u307b\u304b\u306b":45,"\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":11,"takashi\u3055\u3093":27,much:38,salamand:[125,80],res_column:168,"\u30ab\u30f3\u30de":158,worker:[9,125],"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,dave:96,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":70,grn_table_delet:113,"localstatedir\u3092\u4f7f\u7528":155,spil:77,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":1,"\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":69,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,sen_index_norm:42," \u5186\u 306e\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,"\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":11,select_opt:151,arg_list_too_long:173,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":1,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":82,grn_resource_busi:2,simil:151,split:[27,77,38,151,94],big:[9,80],"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":70,documents_content_index:[115,32],"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb \u3092\u 540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":168,refin:[132,125],"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":82,tune:[55,108,125,43,85],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":152,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[70,144],"\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":69,out_gqtp:168,users_memo:115,gzip:[7,189,192],unchang:40,bellow:38,sleepi:114,hai:69,easi:[12,132,97,54,159,176,80,102],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":168,had:[12,119],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":88,hat:189,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":69,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u 3042\u30 8b\u306e\u3067":152,koji:7,"\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":70,command_nam:[36,102],"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":168,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":152,measur:[27,132],specif:[55,68,23,85,132,108,125,7,158,154,145,189,80],"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":73,filename_too_long:173,"\u30d4\u30ea\u30aa\u30c9":73,sebastian:80,underli:132,grn_obj_table_hash_kei:[63,113],right:[110,80],groogna:[7,112,108,101,182],kouhei:125,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307 e\u3059" :60,bottom:110,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":120,"146566000x":[185,75],"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":152,ichii:27,condit:[66,55,125,7,77,84],scorer_tf_at_most:[77,12],yoku:[125,80],"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":168,grn_builtin_typ:[62,79],grn_cursor_descend:63,grn_log_path:7,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":121,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":134,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3 059":45, nginxhttpstubstatusmodul:80,"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":152,"\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":25,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":108,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":69,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":69,suffici:40,support:[40,42,7,90,9,103,27,145,189,114,108,151,14,58,115,64,119,68,125,77,112,80,81,190,182,132,186,32,188,65],"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":67,avail:[40,55,108,42,43,119,132,95,133,125,135,90,61,154,189,77,106,65],width:[27,190,77],joseph:143,call:[40,68,75,5,85,108,32,16,7,59,125,159,145,80],inv_res_column:168,"\u3086\u304d\u3072\u308d":143,"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u3 0ad\u30f c\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":1,rid_max:120,pagerank:[122,28,12],"135960000x":75,type:[41,90,71,4,12,92,94,95,48,7,145,2,9,103,77,104,110,106,53,55,108,75,43,85,154,16,59,18,179,65,121,122,168,125,73,183,171,27,28,112,177,80,151,182,131,38,133,36,84],"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":113,"\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":11,replied_us:185,"\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":124,later:[109,23,162,97,125,47,7,183,80,27,77,190,3,179],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u630 7\u5b9a\ u3057\u307e\u3059":113,exist:[141,3,12,97,7,100,9,103,151,13,58,61,20,64,125,74,173,96,77,78,80,83,188,38],"object\u578b\u306fv1":45,column_name1:58,column_name2:58,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":105,grn_search:[55,30,43],"_yyyymmdd":[142,23],role:[132,115],notif:[149,125],intend:[7,183,78,182,80],moero:44,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":152,grn_ptr_value_at:[84,16],intens:9,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":155,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":121,grn_ii_buffer_open:86,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":56,exce:[7,77,125],time:[55,23,103,131,132,135,168,32,125,7,154,19,61,77,27,80,182],push:[119,16],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":105,chain:183,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u30 4c\u3067 \u304d\u307e\u3059":[181,34,111,169,67],grn_obj_get_hook:93,netbsd:125,millisecond:[13,131,74,19,151],decid:176,thread_title_column:168,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":155,decim:[13,45,151],"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":178,downtim:192,"257662232kbyte":168,score_adjust_express:108,lru:117,exact:[82,94,108,69,65],"\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":25,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":178,grn_plugin_mutex_lock:40,prevent:125,"\u8ad6\u7406\u548c":69,grn_table_group_result:113,index_point:44,sign:[7,2,152],"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":180,"\u6307\u5b9a\u3055\u308c\u305 f\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":11,grn_broken_pip:2,takashi:171,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":79,current:[58,3,83,92,119,185,16,17,59,9,27,117,106,65],"\u3053\u308c\u306b\u3088\u308a":152,construnct:77,boost:177,"encoding\u306e\u5024\u304c":27,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":79,modif:77,address:[131,97,7,102,77,27,173],"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":69,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":88,throughput:[27,54],"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":88, commonli :[132,179],ipa:165,pentium:168,prefer:[131,77],"\u3092\u6307\u5b9a\u3057\u307e\u3059":[41,83,62,97,113,79,168,121],mitani:80,instal:[132,88,178,152],grn_pat_del:77,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":113,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":97,droonga:100,value2:[58,36,151],value1:[58,36,100,9,151],scope:77,neologd:38,peopl:[132,38],tanuma:80,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":168,enhanc:42,visual:[135,132,125,7,101,77,27,80],"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":63,valuen:100,pgroonga:12,"windows\u7cfb":152,genki:125,improper_link:173,recycl:80,"takahiro\u3055\u3093":155,index_titl:78,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":63,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":11,chroot:152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":168,"\u7 279\u5b9 a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":178,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":168,date:[55,75,132,45,168,157],data:[71,43,93,95,7,101,27,55,108,85,154,14,17,158,58,66,23,165,125,171,77,112,80,81,129,83,132,153,137],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":121,quot:[90,3,182,133,125,58,151],cannot:[55,108,182,94,114,39,151,190,54,65],int64:[45,108,80,125],grn_plugin_charlen:40,i686:168,grn_ja_skip_same_value_put:125,"\u30e6\u30fc\u30b6\u540d":168,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":120,implemnt:192,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u77e5\u308c\u307e\u305b\u3093":124,instantli:[132,32],grn_obj_init:79,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":191,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306 a\u304f\ u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":152,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,didn:80,separ:[58,108,90,3,4,130,176,95,133,151,46,7,173,154,77,106,38,182],"_dataset":[64,187],operation_not_permit:173,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":79,"\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":152,compil:[27,189,125,80,77],"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":113,grn_obj_path:[79,125],gtar:24,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":152,vervet:[77,14],internet:[132,159],formula:[166,75],"\u6700\u5f8c\u306e":168,million:66,"\u6700\u5f8c\u306b":70,mime:[77,54],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u 30ec\u30 fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":25,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":113,"byte":[40,108,121,35,45,62,32,16,7,113,173,125,77,27,79,84,53,80],dest_key_s:113,"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":41,grn_op_adjust:[56,69],brasil:75,geoloc:[55,186,80,43],recov:83,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":93,oper:[55,108,110,43,125,7,136,59,159,77,189,84,80],grn_logger_reopen:7,onc:[108,130,5,185,7,27,78,190,80],beijin:75,reopen:27,"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":70,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":27,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027 \u304c\u 9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":70,open:[17,190,83,149,125,7,110,61,27,77,58,162,81],grn_obj_get_element_info:41,convens:7,convent:7,return_cod:[135,149],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":70,citi:[92,75,185],groonga1:11,fullfil:141,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":152,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":63,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":79,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":168,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":79,grn_stack_over_flow:2,set_port:168,grn_obj_get_info:41,fumiyasu:27,grn_ctx_set_output_typ:16,"\u307e\u305fgroonga":168,column_list:[55,43,155,31,7,27,80],"\u90fd":[70,144,38],sai:[3,151],san:75,"\u7 3fe\u572 8\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":181,"\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":34,argument:[40,3,12,97,47,7,100,102,148,51,75,151,16,115,162,125,183,109,173,27,78,80,179,32,36],sae:[154,18],"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":27,drilldown_limit:156,uuuuuu:151,note:[40,3,97,7,145,9,103,77,148,54,165,108,109,151,13,65,68,23,166,125,171,27,80,130,131,132,139,102],"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,take:[141,49,3,103,95,136,59,61,167,36,127],"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":60,"\u30cb\u30db\u30f3\u30b8\u30f3":177,noth:[10 8,97,170 ,9,61,148,106,177],grn1:78,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":37,grn3:78,grn2:78,buffer:[86,125,16,126,77,78,79,84],compress:[73,125,7,27,189,80,192],"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":105,homepag:168,"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":108,"\u30b5\u30fc\u30d0":97,max_valu:139,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":72,do_gqpt:168,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u4ef6\u6570":108,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":168,grn_lzo_error:2,"obj\u306f":79,xml:[125,7,27,106,112,80],slow:[94,151,9,179,182],"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":16,too_many_link:173,grn_float_valu:77,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":168,clang:[7,77,178,125,80],"dump\u30b3\u30de\u30f3\u30c9":1,grn_invalid_se ek:2,"v1 \u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,grn_ii_buffer_clos:86,requir:[165,129,24,132,14,125,7,153,101,27,189],embedd:77,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":108,aptitud:178,washida:125,where:[13,2,189],"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":63,"\u7a7a\u767d":97,regexplexicon:179,"namebuf\u306e\u30b5\u30a4\u30ba":[79,121],msg_control:77,ohzeki:80,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u30b3\u30ed\u30f3":73,mani:[141,3,12,128,94,9,189,54,108,151,85,13,119,122,125,170,27,80,179,182,130,132,32,187,139,88,65,192],"\u30ed\u30b0\u51fa\u529b":8,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u 3068\u30 6f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":126,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,"\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":11,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":11,"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":41,"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":93,better:[132,78,108,80,151],"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\ u30b9\u3 0c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":152,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":41,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":97,score_adjust_expression2:108,score_adjust_expression1:108,parser:[182,179],resolut:[55,157],logical_range_filt:[55,31,43,77],former:[190,176],"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":97,ctrl:[97,3,173],ivh:[165,129],html_untag:[55,161,125,43],set_host:168,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":113,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,ascii:[38,182,151],hash_tag:185,binari:[55,4,132,45,125,33,7,188,101,9,135,80,54,151],grn_proc_creat:53,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u 4ee5\u4e 0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,utf8:[123,189,97],"\u90fd\u6c11":[70,144],grn_operation_not_support:2,"146710080x":185,"\u5358\u72ec\u306e\u5024":121,wiedenroth:80,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":168,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":180,grn_hook_select:93,"\u6771\u4eac\u90fd":[70,144,38],rest:[40,176],"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":168,"\u30cb\u30db\u30f3":177,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":113,haystack:69,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3 068\u540 c\u7b49\u3067\u3059":168,"4096byte":[66,94,77],around:[92,32],"10043\u756a":97,"\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":144,res1:113,bookmark_index:85,world:[45,38,74,80,125],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":11,intel:168,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":79,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":11,integ:[77,108,2,97,85],manag:[189,35,83,97,132,94,32,16,103,102,61,20,81,176,54,9],yyyi:[149,151],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":1,"\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":83,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30 c8\u306e \u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":83,grn_obj_is_builtin:[27,79],"\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":152,edict2grn:80,definit:[108,75,182,12,183,122,162,32,47,7,115,100,96,148,109,179,171,151],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":53,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":152,reference_column:[77,108,80],ddl:[168,80],refer:[55,132,125,77,27,80],power:[108,179],"\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":70,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067 \u3042\u 308a":45,"\u30d3\u30eb\u30c9\u6642\u306etip":88,grn_get_default_command_vers:116,starttim:[3,4,82,102,9,173],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":97,ffef:38,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":144,neighbor:132,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":88,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":152,"flags\u306b\u306f":113,match_escalation_threshold:[155,189,16],effici:[132,78,85],"\u306b\u3042\u308b":79,agaist:7,charli:185,hex:[44,151],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":11,"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[27,155],grn_proc_func:[40,53,16],sid:[27,152,80,126],"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,bundl:[125,7 ,115,77, 80,119],htpasswd:[9,54],no_kei:94,"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":97,categor:[108,90,46],pull:152,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":73,"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":69,grn_ctx_get:[121,16],"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":152,preconfigur:[153,129,14,141,165],reqular:131,gone:44,type_of_the_column:183,uid:152,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":97,certain:74,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\ u30f3\u3 06e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":155,grn_id_nil:[63,113,84,16],googl:[108,182,12,122,170,28],grn_select:108,grn_ctx_open:[27,16],shimomura:7,"\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":152,writabl:80,"\u4e00\u65b9":70,logical_count:[55,31,43,77],item_dataset:[187,48],"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":69,vocabulari:3,geodet:[45,74],"debug\u3092\u8ffd\u52a0":155,nagano:80,queryexpandertsv:[22,55,43,125,7,115,10,175,29],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":152,cpu:[131,189,168,9,192],senna:77,grn_type:[55,30,43],illustr:130,pluggabl:132,"\u521d\u671f\u5316\u3059\u308b":16,scr:168,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,grn_obj_set_i nfo:41,t oo_small_offset:173,tail:[173,152],kosuk:125,webclip:109,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[55,155],introduc:[77,88,9,80],candid:[131,154,177],too_many_open_fil:173,"4\u30ea\u30ea\u30fc\u30b9":77,colleagu:88,"yum\u306e\u5834\u5408":152,adjust:[125,80,85],small:[182,94,125,185,77,151,38,80,65],"flags\u306b":[113,121],"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":120,past:7,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":73,pass:[75,3,83,152,182,115,179,9,103,77,27,151,112,102],grn_no_such_device_or_address:2,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":152,section:[40,52,90,142,12,86,95,97,46,48,101,9,103,145,189,127,161,165,108,75,85,14,58,122,59,18,117,61,179,133,65,163,119,68,23,121,136,24,125,173,186,77,78,176,177,80,81,129,182,130,185,30,31,15 3,137,13 9,88,89,50],"log_put\u306f":8,"debian\u7cfb":152,"files\u306e\u5b9f\u884c":88,delet:[55,1,43,155,31,125,7,20,27,79,80],"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":152,coremodul:9,contrast:[3,5,132,97,115,9,80],"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":144,hash:[151,94,125,7,77,27,65],"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":152,table_renam:112,jennif:143,sender:[131,64],tomygx:77,grn_column_renam:121,out_loc:168,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":16,social:44,action:125,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":93,via:[7,119,2,48],"\u6b21\u306bgroonga\u306etest":152,grn_logical_range_filter_threshold:77,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":144,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u 30d5\u30 a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":83,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":67,define_selector:[55,31,43],select:[17,11,110,43,55,35,85,31,125,147,7,59,171,117,103,77,76,27,84,155,80],"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":168,mecab:[165,129,42,152,132,14,125,7,153,77,27,189,38,80,89],morn:114,mecab_new2:7,"lucid\u304b\u3089":155,more:[40,3,143,12,94,45,97,7,100,9,71,189,54,108,151,85,13,154,16,114,115,18,61,64,65,66,164,122,125,170,173,77,176,80,179,95,182,183,132,32,185,139,38],yokoyama:[125,80],"\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":69,uint8:[45,155,95,125],"\u9375\u3092\u30a4\u30f3\u30 dd\u30fc \u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":152,function_nam:135,grn_ctx_get_all_t:[77,16],"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":152,nomal:[7,108,9],cach:[17,1,132,125,7,117,77,79],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":69,uint64:[45,125,80],"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":152,endpoint:[131,64],"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":11,arg3_valu:179,learn:[154,108,125],"benchmark\u304c\u52d5\u4f5c\u3057":168,prompt:[7,101,3,4],scan:[178,162,182,47,151],accept:[75,3,91,131,132,173,96,97,7,74,80,103,35,27,78,185,127,54,151],"delete\u30b3\u30de\u30f3\u30c9":1,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8 aa4\u5de e\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":27,groonga_cache_limit:125,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":168,"search\u3092\u884c\u3044":[63,113],"select\u30b3\u30de\u30f3\u30c9":1,"\u5b9f\u884c\u4f8b":[11,178],simpl:[49,23,95,133,59,80],isn:[95,97,7,9,145,189,108,154,16,58,18,65,68,125,170,173,77,176,177,80,129,182,32,135,38,117],referenc:[108,130,125,7,171,65],bm25:[122,12],grn_obj_get_rang:79,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":169,conditin:182,"\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":16,github:[0,73,152,125,7,77,104,27,119,80,81],m64:24,tokenbigram:[164,90,182,12,183,122,94,162,108,97,32,47,114,115,18,46,167,105,151,65],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c 3\u30c1\ u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":1,open_tag1:162,grn_obj_key_int:62,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":126,sysctl:[166,139,89],trade:38,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":152,i386:[27,129,152],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[82,97],"\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":156,dest_kei:113,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":113,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":155,sauci:[125,80],html:[88,152],creat:[40,17,83,43,55,125,147,16,7,27,84,80,119],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":97,grn_bulk:84,"\u30ab\u30e9\u30e0obj\u 306e\u54 0d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":121,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":124,inada:125,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":152,"\u65e5":38,authent:192,achiev:23,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":63,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":152,found:[108,110,125,7,170,113,101,189,38],"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":93,with_posit:[122,114,164,3,91,12,183,70,185,95,108,32,47,73,115,179,139,78,151,162,182],procedur:[7,125],realli:[151,108,91,182],ftp:[168,152],"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":152,ftb:42,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3 \u30a2\u 6570\u3068\u540c\u3058\u6570\u3067\u3059":97,occurr:122,grn_column_index_upd:121,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":16,grn_user_data:[55,30,53,43],grn_table_hash_kei:[113,110],"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":79,clumn:139,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":168,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":72,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":144,"\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":11,major:137,"7\u30ea\u30ea\u30fc\u30b9":77,n_result:113,number:[132,137],"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[63,113,79,121],"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":155,file_corrupt:173,"org\u304c\u30db\u30b9\ u30c8\u3 092":152,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":121,relationship:[7,13,59,157,55],"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":152,grace:77,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":152,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":155,"\u307e\u305f\u540c\u6642\u306b":168,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":93,reus:94,grn_ctx_set_match_escalation_threshold:25,arrang:3,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":147,comput:[40,151,12,122,48,7,18,139,177],toybox:13,grn_hook_entri:93,"\u95a2\u6570\u306e\u8ffd\u52a0":1,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":134,gted:119,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":97,documenataion:135,se lf:168,a lso:[55,43,85,132,7,88,119],"keybuf\u306e\u30b5\u30a4\u30ba":113,"\u8a18\u53f7":[70,97],"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":113,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":79,lexcon:3,brooklyn:185,plan:143,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":152,table_pat_kei:[12,95,97,47,100,105,108,151,85,115,59,158,65,46,122,162,125,183,127,179,182,32],cover:[132,32],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":168,umemoto:27,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,ext:90,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":124,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[113,79,121],"\u30c7\u30fc\u30bf \u30d9\u 30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":158,microsoft:[77,101],"\u3057\u304b\u3057":[70,45,144],"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":144,cache_limit:[55,31,43,77],xcode:89,session:[131,173,128],"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":168,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,columnn:7,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":152,solut:[55,38,39],factor:[108,80],"\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":70,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fj ekyll\u3 04a\u3088\u3073redcloth":152,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":152,"\u826f\u3044\u306e\u304b":124,mainten:38,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":1,grn_table_cr:113,column1:[108,69,151,12,125,7,80],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":69,column2:[108,69,151,12,125,7,80],set:[17,108,165,71,85,14,125,16,7,153,19,77,117,79,129,80,46],tetsuharu:80,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[168,97],showen:2,startup:7,grn_obj_is_selector_proc:77,see:[40,55,129,189,43,85,24,132,14,125,16,7,153,188,165,19,20,77,89,80,81],"\u306e2\u5358\u8a9e\u6271\u3044":144,sec:19,sea:[90,177],"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":152,juman:165,speed:[27,170,94],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":82,mutex:[40,125],"chroot\u74b0\u5883\u306e":152,javascri pt:[55,1 52,102,36,27,157,9],"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":105,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":155,bodi:125,last:[7,77,90,38,16],"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":63,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[70,144],whole:125,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":168,load:[55,43,155,125,7,77,27,112,80],rdiscount:152,"256kib":139,"\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":147,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"5367431640625e":4,devic:132,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":70,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,"grn_expr\u306b\u3088 \u3063\u 3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":69,nonexist:[77,108,80],"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":63,searchu0000http:38,shinya:7,funa:80,func:[40,53,16],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":88,oldvalu:121,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":73,error:[40,5,7,101,27,189,165,110,14,16,17,121,55,125,77,112,80,129,83,132,153,137,84],rep_gqpt:168,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":180,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":168,user_data:[40,53],"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":11,needleess:7,"\u3067\u89e3\u653e\u305 7\u305f\ u5f8c\u306b":16,obsolet:[77,141],n_builtin_type_nam:83,nanosecond:[135,149],x64:[101,152],grn_result_too_larg:2,shorter:[114,77],"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":180,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":178,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":120,"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":11,"org\u306edoc":152,alert:[6,97,8,9,149,80],"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,grn_db_create_optarg:83,stack:125,recent:117,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":60,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u 30d5\u30 e9\u30b0\u5024\u3067\u3059":126,normali:45,person:[55,137],"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,do_gqtp:168,construct:[55,151,43,125,7,77,80],mysql:[165,108,42,12,85,132,162,14,133,32,47,153,170,190,176,129,80],"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":113,parenth:58,grn_tokenizer_error:2,input:[135,108,3,151,125,48,58,170,18,173,27,106,177],format:[40,55,42,43,31,7,106,112,80,119],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":45,intuit:143,"\u5f15\u6570\u540d":97,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":70,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":97,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5 \u3055\u 308c\u307e\u3059":152,encount:[165,129,14,153,101,137],"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":63,sampl:[22,108,75,183,131,162,96,168,32,47,7,115,100,9,158,10,148,109,175,64,171],"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":93,port_numb:[51,102,173],"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":16,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":69,"56058502197266e":4,machin:[97,80],keyword_cont:84,"aramaki\u3055\u3093":155,"ongaeshi\u3055\u3093\u304c\u5831\u544a":155,wget:[165,129,24,14,153,189],"gqtp\u306e\u5834\u5408":97,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":113,grn_expr_pars:84,grn_cursor_lt:63,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":70,"1gb":77,"\u884c\u3059\u308b":152,repair:112,"\u5f15\u 6570\u30 68\u3057\u3066":69,pcre:[7,9],span:[162,109,32,47],"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":113,line_numb:135,submit:88,custom:[90,12,46,7,9,27,149,189,108,158,159,65,164,125,77,177,80,81,182,133,32,190,192],suit:[132,32,80],"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":152,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,link:[108,182,130,13,7,102,77,80,151],line:[119,135,20,16,7,101,178,77,27,189,80,81],int8:[13,45,155,125,80],"10000cent":38,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":168,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":152,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":11,element1:[151,85],element2:[151,85],element3:85,"\u3 0b3\u30d e\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":152,msg_id:152,"char":[40,83,62,123,16,113,79,84,53,80,121],taro:44,musha:77,invalid:[40,108,131,123,125,7,77,27,80,65],"grn_op_and\u306f":69,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":79,lucid:[155,125],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":144,wrongli:27,ago:177,algorithm:[27,75,117],"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":178,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":152,fresh:114,hello:[46,151,108,164,114,38],code:[55,5,43,135,31,125,7,152,77,88,84,80,119],partial:[77,177,69,173,170],"\u7a7a\u306e\u5834\u5408":[37,107],"\u672c\u8a9e":3 8,send:8 8,table_list:[55,43,155,31,7,27],"\u30ab\u30e9\u30e0\u540d1":108,sent:54,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":168,"\u30d9\u30af\u30bf\u306e\u5024\u3092":155,"\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":113,"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":56,tri:[185,19],"\u30ab\u30e9\u30e0\u540dn":108,"\u306e\u5834\u5408\u306f":124,"try":[185,97,19,88,38,78,192],"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":152,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":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":160,video:44 ,odd:151 ,"1\u5358\u8a9e\u6271\u3044":144,tomoatsu:[7,155],obvious:13,cenos6:7,let:[55,108,75,23,44,13,85,114,3,78,38,157],ubuntu:[55,81,152,137,20],layout:152,nterm:126,thatn:108,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,greas:13,ctx:[40,41,69,120,83,79,93,86,16,17,25,113,110,62,63,56,84,53,118,121],autoreconf:152,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":63,menu:[108,101],"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":63,location_str:185,"200byte":32,firefox:119,"\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":152,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":88,"\u691c\u7d22\u6761\u4ef6\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,zip:[55,152,137],rid_min :120,grn _plugin_get_ruby_suffix:77,doubl:[58,108,90,3,182,94,45,133,125,7,77,27,151,80,65],upgrad:[7,80,192],next:[44,110,3,132,53,80],doubt:130,"http\u306e\u5834\u5408":97,"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":108,comparison:[7,55],socket_is_already_connect:173,folder:101,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":69,"\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":168,drill:185,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":155,process:[2,43,97,7,101,9,10,77,55,151,136,14,59,119,22,121,165,125,27,80,182,129,83,132,31,135,153,137,65],"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":144,high:[132,108,159, 85],onli n:[55,43],"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":113,"column\u306e\u5024\u304c":69,"128515259x503187188":[44,74],defalt:155,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"\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":152,gcc:[165,129,24,125,7,27,189],"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,alloc:[40,17,108,55,16,7,39,82,84,80],essenti:[153,14,9],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af \u3092\u 4fee\u6b63":155,seriou:[7,80],"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":168,element:[135,2,3,85,13,32,125,7,80],issu:88,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,allow:[3,132,32,7,153,102,64],okapi:[122,12],posted_bi:185,"centos\u306e\u5834\u5408":152,movi:44,move:[7,87,101,27],lz4:137,sen_sel_term_extract:42,naist:38,comma:[3,151,130,13,58,77],"2st":108,"\u529b":[8,140],yamaguchi:27,perfect:[122,132],mitsuo:125,hobbi:149,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":69,total:[7,66,126],"\u5de6\u4e0a":1,"\u5de6\u4e0b":1,grn_hook:[55,30,43],murakami:[77,125,80],python:[128,152,20],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":155,billiard:[70,144],lzo:[7,27,73,125,80],highlight_ful:[55,161,80,43],"\u3053\u308c\u306b\u5bfe\u3057\u30 66":144, "\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":152,subset:45,grn_file_too_larg:2,bump:[77,125,80],meta:[7,95],"static":[27,3,80,36],grn_too_many_symbolic_link:2,"table\u306ecolumn":113,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[82,146,6,72,73,126,8,156,158,160,191,105,37,140,107],"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":155,builtin_type_nam:83,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,ngx_http_proxy_modul:9,"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":178,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":152,could:[7,13],mxcl:152,outsid:80,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u 5831\u30 92\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":178,softwar:88,"\u5f15\u6570\u540d1":97,"\u5f15\u6570\u540d2":97,owner:[9,125],"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":152,index_messag:78,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":113,expnas:176,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":126,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":126,"\u30cb\u30db\u30f3\u30b4":177,licens:[7,42,152,80],system:[108,182,24,132,45,14,97,32,125,114,13,74,9,139,77,27,189,80,151],"\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":11,hash_kei:94,grn_table_get_kei:113,termin:[40,97,16,7,9,77,84,53],articles2:78,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":60,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":107, itagaki: 155,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":70,grn_end_of_data:2,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":134,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":111,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":152,"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,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":144,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":16,clearli:77,correspond:[108,23,154,48,170,18,36,79,177],"\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\u 5b9f\u88 4c\u3057\u307e\u3059":152,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":124,satoshi:80,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":155,source_column_nam:77,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":155,highlight_html:[55,162,161,80,43],thesauru:108,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,oracl:[55,137],"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":134,segment:[7,126,80],"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":168,latin1:[7,189],grn_cursor_by_kei:63,"\u3067\u3059\u306d":124,brew:[89,20],grn_column_name_score_len:121,fact:[44,108],"\u62e1\u5f35\u5b50\u306f":168,dbm:[132,32],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[113,79,121],borderlin:[142,23],"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44 \u307f\u 8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":83,bring:3,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":152,nois:[18,38],freq2:48,freq1:48,should:[40,7,101,189,165,108,151,85,14,16,58,18,20,65,173,127,176,81,129,182,35,153,137,190,84],jan:185,articles_cont:78,"\u30b3\u30e1\u30f3\u30c8\u884c":168,familiar:130,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":11,jiro:44,db1:54,db2:54,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":63,grn_column_t:121,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":97,"hat\u7cfb": 152,cand idate_1:131,grn_geo_cursor_next:110,candidate_2:131,"\u4e16\u754c\u6e2c\u5730\u7cfb":45,column_renam:[55,43,31,125,112,80],"\u99c4\u76ee\u306a\u4f8b":124,grn_obj_lock:79,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":1,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":152,"\u3066\u3057\u307e\u3044\u307e\u3059":124,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,encodiong:151,grn_plugin_expr_var_init:[40,80],max_command_vers:[3,4,82,102,9,173],grn_obj_user_data:118,"ueno\u3055\u3093\u304c\u5831\u544a":147,tld:130,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[62,113,56],"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":70,grn_type_cr:62,zenigata:44,"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\u7d2 2\u3092\ u3057\u307e\u3059":144,index_friend:44,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,quotat:[90,133],"\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":155,insuffici:13,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":63,"\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":70,grn_obj_unlock:79,grn_cache_clos:17,accident:125,spain:75,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":155,tokenkytea:7,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":16 8,"groon ga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":82,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":168,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":113,ultra:44,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":60,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":53,site:[44,108,3,130,13,136,74,102,158,159,78,80],archiv:[55,189,152,137,119],"_avg":108,grn_ii_estimate_size_for_lexicon_cursor:77,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":82,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":63,output_column:[7,156,125,80,85],"\u30ad\u30fc\u30ef\u30fc\u30c9":147,expans:[55,108,7,115,27,176,157],"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":79,"dist\u3067\u751f\u6210\u3057\u305ftar":152,grn_obj_get_valu:[27,79],countri:[171,1 02,130], php:[7,152,80,128],expand:[22,55,108,43,125,7,10,175],off:[27,38,9,80],dinam:159,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":108,exampl:[163,132,88],command:[40,17,155,43,55,119,132,85,125,16,7,101,20,104,27,77,189,80,81],ecmascript:[7,108,159,125,151],cutter_check_leak:178,akira:80,value_2:[3,102],orangain:125,web:[44,108,182,154,48,18,9,36,189],uncontinu:7,end_of_data:173,geo_in_circl:[27,161,125,43,55],broken_pip:173,"185428000x":75,dest:[13,180,97],five:[135,3,96],recurs:[108,152,136,9,104,176],"\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":155,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":126,"\u3053\u306e\u3088\u3046\u306bn":70,rep_gqtp:168,resiz:40,grn_plugin_regist:[40,147],"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":97,daylight:80,"table\u306eid\u306b\u5b fe\u5fdc \u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":113,avoid:[55,108,39,80,125],hash_index:185,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":63,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":27,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":152,stage:80,iwai:[7,112,125],"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":146,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":70,"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":79,event_queri:[154,187,64,18,48,177],virtualbox:152,merg:[7,132,119],"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":97,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u30 7f\u66ff \u3048\u3066\u4e0b\u3055\u3044":152,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":45,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":191,"function":[40,55,42,152,43,131,132,135,178,125,16,7,9,77,80],cutter_debug:178,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":82,"\u691c\u7d22\u4f8b4":88,"\u691c\u7d22\u4f8b3":88,"\u691c\u7d22\u4f8b2":88,"\u691c\u7d22\u4f8b1":88,getenv:77,sigstop:125,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":155,count:[44,108,23,132,185,77],grn_table_cursor_delet:63,otherwis:[40,73,3,151,136,17,115,59,100,183,103,96,127,79,171,81],problem:[17,182,13,125,7,9,27,77,38,151],yuki:[27,80],"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u306 6grntest \u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":152,bigram:[70,168,38,187],"int":[40,17,110,120,4,93,86,16,7,25,113,19,121,62,63,79,84,53,83],updated_at:70,jessi:[55,137],"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":70,againt:108,inc:[77,80],grn_obj_key_norm:113,mizuhara:77,grn_int32_value_float_valu:77,"init\u76f4\u5f8c\u306e\u72b6\u614b":16,nonexistent_command:77,varieti:44,variabl:[40,108,151,24,112,95,125,7,13,173,27,77,176,80],"edge\u306equeue\u306benqueue\u3055\u308c\u308b":134,repeat:[132,119],"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":69,grn_geo:[55,30,43],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,"string\u306b":69,document_version_ful:152,kanji:38,rule:[108,90,80,54],dbmss:132,"scr\u3 067\u305 9":168,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":97,lgpl:42,"const":[40,83,62,123,112,16,113,63,79,84,53,121],"\u6bb5\u843d\u60c5\u5831":121,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":113,spec:[7,27,125],"\u524d\u63d0\u6761\u4ef6":88,secsion:135,editrc:27,"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":63,"status\u30b3\u30de\u30f3\u30c9":1,grn_cache_set_max_n_entri:17,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":27,upload:152,msyql:85,unmanag:126,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u630 7\u5b9a\ u3057\u307e\u3059":72,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":11,"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":113,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":79,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":152,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":113,zunda:27,"\u547c\u51fa\u5074\u3067\u6e96\u5099":41,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":97,lock_clear:[55,31,80,43,107],"\u7de8\u96c6\u8ddd\u96e2":1,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":121,"obj\u3092unlock\u3057\u307e\u3059":79,aki:80,"benchmark\u306f\u52d5\ u4f5c\u3 06e\u305f\u3073\u306bftp":168,"\u9759\u7684\u89e3\u6790":88,"\u3092\u8ffd\u52a0":[27,155],"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":27,request_cancel:[55,31,80,43,35],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":113,highli:[122,28,12],"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":97,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":156,column_remov:[55,31,80,43],kytea:[7,90,125,189],search_result:108,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":168,word:[164,176,71,182,12,183,132,159,108,48,7,170,18,185,77,99,38,177,80,151],exit_failur:5,work:[132,88,152],era:132,cache_hit_r:[3,4,82,102,9,173],"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"16gb":16 6,"\u30b 3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":168,geo_in_rectangl:[55,1,43,155,125,27,161],indic:[75,3,143,125,90,149],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":168,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":45,basebal:[44,78],"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":113,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":152,length:[7,40,13],"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":105,u0000http:38,recogn:132,"builtin_type_names\u306b\u306f":83,ahost1:179,after:[3,5,94,47,7,101,102,77,189,110,151,13,19,20,119,44,164,162,125,27,80,131,139,190,9],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059": 144,lat: 168,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":63,grn_is_a_directori:2,averag:[108,80],n_queri:[3,4,82,102,9,173],"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":155,opaqu:[17,173],grn_fals:79,too_large_offset:173,wgs84geopoint:[44,75,130,13,185,45,74,110,102,27],order:[7,132,125,77],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":70,offici:[27,129,165,152,115],"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":120,"3\u30ea\u30ea\u30fc\u30b9":77,grn_default_query_logger_set_path:7,flexibl:[132,159,115],"web\u7ba1\u7406\u753b\u9762":1,"\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\u 3059":69,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":152,grn_network_is_down:2,grn_unknown_error:2,grn_obj_column_scalar:121,them:[3,12,13,189,165,108,75,85,87,14,58,19,119,73,74,173,77,179,129,182,84,135,153,139,38],thei:[90,4,12,94,47,48,9,10,149,189,54,114,108,151,85,58,122,18,159,22,24,162,170,139,77,175,176,177,182,183,133,32,36,38],"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":60,fragment:37,comment_index:185,grn_plugins_dir:77,"break":[7,27,80,61],jinja2:152,deatil:108,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":168,"\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":69,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":144,grn_ improper _link:2,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":88,ruby_load:[55,31,125,43],serach:18,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":178,"\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":25,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":155,network:[7,44,173,54],morpholog:[132,189,38,151],"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":93,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":126,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":11,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u 307e\u30 59":156,standard:[58,45,3,9,173],vector_column:125,sequence_dataset:187,"\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u3066\u518d\u5229\u7528\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u4f4e\u3044\u30af\u30a8\u30ea\u306b\u5bfe\u3057\u3066\u7528\u3044\u307e\u3059":108,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":134,"\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":168,regress:[77,125,80],grn_qlog_path:7,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":168,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":155,"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":178,independ:132,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[34,169],"ubuntu\u5411\u 3051\u30 6e\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":152,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":79,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":152,grn_proc_set_selector:80,john:[171,143],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":152,tokenfilterstem:[153,14,80],latitude_in_degreexlongitude_in_degre:151,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":111,target:[90,47,7,101,103,189,58,108,110,85,17,115,20,65,121,162,27,79,80,83,32,136,84],provid:[141, 3,4,12,9 4,95,97,48,7,9,54,165,75,5,14,16,115,18,179,52,170,176,177,80,81,129,130,131,132,30,153,188,192,102],shuhei:80,minut:[151,185,74,18,149,177],"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":152,grn_text_valu:84,"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":83,"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":1,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":88,latter:[190,176],indexbuf:121,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":60,"\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\u 308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":124,usernam:[44,101],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":178,gronnga:170,excut:125,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":124,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":126,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,protocol:[165,55,129,2,4,128,132,14,97,33,7,153,188,9,168,36,80,54],"column\u306f":121,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,latenc:168,"\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":152,liblzo2:[153,14],keyword2:[7,162],keyword1:[7,162],grn_obj_key_with_si:113,optimum:9,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":88,awar:40,suffixsearchterm:[182,151],"\u518d\u73fe\u624b\u9806\u3092 ml\u304b redmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":124,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":1,languag:[132,88,188],accord:[13,75],old_release_d:152,res_tabl:168,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":113,address_is_in_us:173,howev:132,"\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":158,grn_obj_check:79,grn_ptr_init:[84,16],"\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":105,com:[108,3,152,130,13,74,102,104,119,81],"\u30 ed\u30b0 \u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":191,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":152,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":11,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":168,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":53,"\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":152,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,modifi:[166,189,102,91],"\u672c":38,"source\u4ee5\u4e0b\u306e\u 30c9\u30 ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":152,macport:[55,137],snippet3:32,enginen:177,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":168,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":113,drilldown_calc_typ:80,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":108,inhibit:112,grn_ctx_db:16,gnu:[55,152,137,20],zlib:137,sourceforg:[77,152,26],grn_obj_prepend:79,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,aio:125,"\u5165\u529b":[6,105,191,107],adisk:179,cond:125,conf:[166,141,9,139,77],arg2_valu:179,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":178,grn_cach:[55,30,43],perform:[108,132,125,77,27,80],"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3 059":25, warri:137,descend:[77,108,154],"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":155,exclam:77,gurunavi:77,"\u6771\u4eac":[70,144,38],unsupported_command_vers:173,"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":16,hana:44,hang:125,evil:151,hand:[108,183,13,132,115,9,78],"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":93,thu:[23,91,132,187,99,74,78,64,80,182],o_binari:7,contact:119,thi:[90,3,4,12,7,9,75,13,14,16,17,18,20,23,24,183,27,30,31,32,38,40,45,47,48,50,54,165,189,58,59,61,65,52,68,73,74,77,78,79,80,81,83,153,88,117,91,95,97,100,101,102,103,106,108,85,115,121,122,162,125,127,129,130,131,132,133,135,136,137,139,142,143,148,145,149,151,161,163,46,166,173,96,175,176,177,179,182,184,185,186,187,89],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":152,"_score":[3,12,48,7,27,108,75,151,85,154,70,18,60,44,121,122,125,74,77,78,177,185,115],no_such_devic:173,"table_list\u306f":105,"\u691c\u7d22\u7d50\u679c\u306b\u 3088\u30 63\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":144,grn_default_logger_set_path:7,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":88,"\u8ad6\u7406\u7a4d":69,grn_ctx_per_db:[27,16],"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":113,arai:77,"\u306ebase_version\u306e\u66f4\u65b0":152,scan_build:178,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":105,grn_op_but:69,night:[114,91],grn_column_name_id_len:121,grn_plugin_command_cr:[40,80],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":62,normallexicon:190,grn_default_logger_get_rotate_threshold_s:77,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\ u540d\u3 068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":191,tokenbigramsplitsymbolalphadigit:[167,115,18],grn_obj_renam:79,tasuku:[77,42],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":144,overcom:23,grn_text_len:84,grn_pvector:[84,16],shift_ji:[189,38],grn_inappropriate_i_o_control_oper:2,repositori:[88,172,152],post:[108,110,152,125,7,77,80],"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":168,obj:[41,79,83,93,126,56,84,53,118,121],comment2:78,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":180,zxvf:152,"\u3068\u306a\u308a":70,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":124,"float":[7,77,108,75,135],bound:80,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":144,grn_ctx:[17,121,43,55,30,7,19],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":88,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30 ea\u3092 \u89e3\u653e\u3057":16,coverag:178,accordingli:9,wai:[0,4,130,85,132,159,125,7,115,9,185,88,78,64,80,91],"hiroshi\u3055\u3093":155,conbin:[108,159],"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":34,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":121,event_dataset:[64,187],"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":152,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":70,"true":[1,146,3,91,12,6,45,164,47,136,46,145,100,103,10,148,109,127,107,114,108,75,151,85,13,191,58,115,59,156,143,95,65,22,44,68,23,122,162,72,125,169,73,183,74,171,96,78,175,80,179,182,130,185,32,34,8,190],"\u4e00\u822c\u7684\u306b\u306f":79,maximum:[66,108,23,151,12,13,166,96,173,35 ,3],inac cur:7,creteria:3,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":1,emit:7,mte:42,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[82,146,6,72,73,126,8,156,158,160,191,105,37,140,107],fedoraproject:129,score1:69,score2:69,resource_deadlock_avoid:173,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":168,"\u8a9e":[126,38],"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":97,"32byte":77,test:[165,129,3,178,152,13,185,14,168,7,153,101,9,137,77,78,38,80,102],"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":155,memos_tag:100,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":73,scorer:[55,156,43,77],outdat:80,tajima:7,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":16,concept:80,masaharu:[7,112,125],"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\ u304c":1 24,consum:80,"s3ki\u3055\u3093":155,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":124,"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":69,hubeni:75,value_typ:113,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":168,graph:132,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":6,takiuchi:125,grn_default_query_logger_set_rotate_threshold_s:77,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":97,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":69,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":41,octob:80,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc \u30de\u 3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":158,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ab\u30e9\u30e0\u540d\u306f":73,administr:[7,55,80],"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":79,grn_obj_unlink:[79,16],"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":152,"4gbyte":66,upper:[27,3,80,65],version:[42,142,4,97,7,100,101,9,103,10,148,77,107,11,151,152,136,14,16,122,116,61,179,22,23,121,24,168,125,82,75,27,127,175,80,182,83,184,35,153,190,38,192],"\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\u305 9":11,ak ihabara:74,"groonga\u3084mysql\u306erpm":152,cost:[114,38],admin_html:[27,97],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":118,tables_buff:16,appear:[108,90,3,176,12,132,32,2,151,38,80,182],"\u7def\u5ea6\u306f":45,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063":124,nakamura:77,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,gener:88,satisfi:[58,77,125],minagawa:[125,80],"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":168,redmin:80,table_hash_kei:[108,75,151,12,85,100,136,114,115,171,109,158,96,148,105,190,65],trial:132,"\u305d\u306e\u969b" :152,"\u 30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":97,behav:[131,75],"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":11,"\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,"\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":63,regardless:77,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":124,"\u691c\u7d22\u7d50\u679c":108,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":178,output_typ:[36,4],freq0:48,mobil:132,"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,httpd:[52,17,129,165,152,43,55,14,125,7,153,103,77,27,112,80],grn_dat:27,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u30 68value\ u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":79,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[88,172],key_typ:113,furigana:154,"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":152,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":70,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":178,"_sum":108,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":152,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":79,prepar:[157,55,9,47,32],grn_table_sort_kei:113,cat:152,grn_illegal_byte_sequ:2,can:[2,4,5,7,90,9,10,75,12,14,16,17,18,19,20,22,23,183,27,30,32,35,36,38,40,92,46,47,48,165,189,58,59,61,65,68,73,77,80,81,83,84,153,89,0,94,95 ,97,100, 101,103,106,108,109,85,176,114,115,119,122,162,125,127,129,132,133,135,139,145,149,151,154,158,159,161,164,170,117,96,175,112,177,179,182,188,190],clearlock:[7,55,31,80,43],"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":27,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":113,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,topic:88,abort:80,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":97,occur:[73,110,91,154,135,125,16,7,59,139,77,176,80],grn_between_too_many_index_match_ratio:80,multipl:[17,108,90,23,103,55,131,132,95,85,133,125,7,115,100,171,46,77,162,80,182],mpaa:96,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,uptim:[3,4,82,102,9,173],write:[108,142,182,185,97,99,136,179,20,76,78,189,112,80,151],grn_table_select:88,"\u6a19\u6e96\u5165\u529b":[82,146,72,73,126,156,158,160,37],flanc:75,grn_ cursor_a scend:63,product:9,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":126,southern:7,uint:7,"\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":69,"rb\u3092\u8ffd\u52a0":155,grn_too_many_open_files_in_system:2,favorit:119,grn_plugin_log:40,grn_operation_would_block:2,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":126,approv:80,increas:[108,90,85,122,132,75,49,139,145,77,167,38,179],tagger:132,still:[87,125,59,103,80,119],ieee:45,dynam:[112,132,3,9],window:[55,152,137],"\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":69,"\u8a9e\u306e" :38,non: [135,108,182,125,7,61,77,38,151],loaded_valu:68,recal:[132,38,159],rake:152,col2:79,col3:79,col1:79,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":113,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":41,half:190,alisa:115,now:[55,68,43,85,112,73,20,145,165,189,161,80,119],discuss:[0,26],nor:108,introduct:[88,15],drop:[7,27,125,80,77],u0000ful:38,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":105,"\uff4d\uff59\uff53\uff51\uff4c":[162,47],januari:[131,151],grn_encod:[55,30,43],domain:[40,87,95,97,7,59,77,105,79,84,80],replai:9,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":152,"takahiro\u3055\u3093\u304c\u5831\u544a":155,significantli:132,year:[185,96,151,149],grn_socket_is_not_connect:2,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":152,shown:[3,151],"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\ u305f\u3 081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":169,space:[40,108,90,3,182,85,132,133,125,48,58,77,27,38,179],acccess:141,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":168,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":152,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":16,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":121,grn_db_kei:112,care:[108,23,182,122,95,177,119],"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":152,couldn:7,arnaud:27,"175904000x8464000":75,british:91,grn_ctx_get_match_escalation_threshold:25,directli:[185,151],with_check:[133,80],yourself:137,column_n:183,size:[40,94,95,97,7,101,9,27,148,165,14,65,66,121,62, 125,126, 77,80,129,35,32,153,137,139,84],silent:81,bookmark:[158,85],"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":152,friend:[44,88],column_3:183,column_2:183,column_1:183,kenichi:[27,155],"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":11,"\u4e8c":177,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":45,"\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":69,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":79,than:[66,108,75,85,132,95,159,97,32,125,154,77,27,80,65],n_keyword:84,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":144,"ke y\u306e\ u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5dee\u5206\u3092":168,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":53,browser:[36,189,102,119],analysi:[132,189,151],grn_column_trunc:[121,80],grn_obj_compress_lzo:121,with_weight:[73,95,80,85],"txt\u306e\u5185\u5bb9":152,recover:[83,61],"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":79,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":105,"\u3059\u308b\u3068":178,begin:[180,38,179],"6813819x139":[13,74],"\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":97,price:13,renam:[3,94,125,7,59,27],"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":27,"\u3068\u308a\u3068\u3093":[182,151],"6909211x139":74,"\u5229\u7528\u8005\u306f\ u56f0\u3 063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":124,host_name_or_ip_address:[102,173],"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":126,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"\u3053\u306e\u3068\u304d":144,concurr:149,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":88,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":113,pakcag:165,onli:[40,92,141,2,3,143,5,94,97,47,7,90,101,9,103,145,151,106,78,54,58,108,109,12,136,13,154,14,17,115,61,179,65,158,165,122,162,114,183,74,171,117,96,77,28,176,80,81,129,190,182,127,132,32,153,137,36,119,38],"\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\u 308a\u3067\u3059":70,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":69,"\u3050\u308b\u3093\u304c":[182,151],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":155,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":6,overwritten:74,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"128mb":7,allow_pragma:108,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":11,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,error_loc:135,"\u3084red":152,"configure\u306e":27,sport:44,"\u304c\u5fc5\u8981\u3067\u3059":152,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":60,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":1,n_like:[135,139,108,182,151],"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":126,between:[55,108,43,97,125,7,59,27,79, 161,64,8 0,65],"import":[90,12,99,7,9,189,54,108,152,85,16,17,65,122,125,27,28,176,182,132,31,38],"\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":152,pthread_:125,"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":70,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":83,instroduc:125,nearbi:132,"\u305f\u3068\u3048\u3070":144,tutori:[7,40,80,55],grn_encoding_pars:123,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":152,"\u 30a4\u30 f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":152,grn_too_many_link:2,exploit:132,"debian\u7cfb\u3082\u3057\u304f\u306fr":152,rebuild:77,invers:[122,80,12],"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[41,79],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":180,emphas:109,rubi:[68,42,152,12,85,132,162,128,47,7,145,159,148,77,179,80,81],"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":152,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":97,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":79,"edge\u306fctx\u3092\u542b\u3080":134,"\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":16,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":1,"ctx\ u304c\u4 f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":16,grn_resource_temporarily_unavail:2,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":73,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":16,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":73,develop:[132,88],etc:[141,3,152,13,166,7,153,9,139,88,176,54],media:80,epoch:[13,185],document:[132,88,152],do_loc:168,finish:[149,103,5],someon:185,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":126,eito:125,repoforg:[7,129],theater:91,grn_permission_deni:2,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":113,appveyor:80,key_nam:108,"_post":152,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":113,"\u306e\u4ed5\u69d8\u3092\ u8ffd\u5 2a0":155,grn_column_name_scor:121,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":97,isssu:125,mmap:[55,39,125],"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":27,desktop:101,"\u30ad\u30fc":97,grn_plugin_proc_get_var:[40,80],real:[132,45,32,139],swig:42,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":168,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":97,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u51fa\u529b\u4ef6\u6570\u3092\u5236\u9650\u3057\u305f\u5834\u5408\u306f\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u6570\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093":108,invalid_argu:173,benefit:141,cascad:[125,80],output:88,unsplit:[108,69],"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":113,grn_ii_buff:86,"\u51e6\u7406\u6642\u9593":108,logical_filt:142,"146249000x":185,ff9e:190,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[146,6,72,8,156 ,191,107 ],name2:151,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":93,grn_no_such_file_or_directori:2,usage_default_and_custom_scor:12,unicod:[77,190],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":168,grn_bad_file_descriptor:2,src:[13,153,152],central:185,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":97,degre:[13,27,74,151,85],backup:[83,158],processor:[165,132,129,14,153],unregist:[22,175],"\u53f3\u4e0b":1,"\u53f3\u4e0a":1,"\u305d\u306e\u305f\u3081":[70,144,168,158,152],"\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":155,your:[132,88],"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092l f\u533a\ u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":180,log:[55,152,137],area:132,aren:[92,108,182,94,32,7,9,139,77,80,54,65],start:[40,4,7,101,149,54,108,75,151,114,59,119,23,125,170,27,176,177,80,182,131,135,36,38],lot:125,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":168,submiss:[154,18,177,48],"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":169,ealier:7,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":108,"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":168,"2\u884c\u76ee":168,grn_not_socket:2,"default":[132,137,20],"\u6a19\u6e96\u5165":[8,140],"\u3068\u5171\u306b":121,invalid_seek:173,multibyt:27,pseudo:[55,71,121,43,125,7,80],"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b" :111,dec reas:[77,38],value_1:[3,102],prepend:[151,9,182],valid:[108,3,182,13,94,125,48,7,27,80,151],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":93,grn_obj_add_hook:93,you:[2,3,4,5,7,90,9,10,75,12,87,14,16,17,19,20,22,23,183,27,28,31,32,35,36,38,40,92,13,45,46,47,48,54,165,189,58,59,61,64,65,44,68,73,74,77,78,80,81,83,84,153,88,89,0,91,128,94,95,97,26,100,101,102,103,104,106,108,109,85,112,115,117,119,121,122,162,125,127,129,130,131,132,133,135,136,137,139,141,142,143,145,148,151,154,158,159,161,163,164,166,171,173,96,175,176,177,179,182,185,187,188,190],string2:111,string1:111,poor:176,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":63,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u3 06b\u5bf e\u3057\u3066\u306f":79,grn_object_corrupt:2,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":63,reduc:[141,91,132,125,7,18,94,77,54,179],"n_builtin_type_names\u306b\u306f":83,naoya:[77,125,80],"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":126,"\u3092\u683c\u7d0d\u3057\u307e\u3059":121,drilldown_offset:156,month:[149,44,151,185],"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":152,"4byte":173,articl:78,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":73,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":168,zlib_error:173,mechan:[7,9,54],"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":11,veri:[58,108,182,12,44,132,162,32,47,7,94,135,179,177,54,151],"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":121,patsuffix:143,atsushi:[ 77,80],q uery_flag:7,masafumi:[125,80],"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":69,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":126,"\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":41,groonga_dir:152,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":144,"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":168,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":152,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":113,learner:[52,55,80,43,187],"\u95a2\u6570\u306f":[34,111,69,169,67],"\u30a4\u30f3\u30c7\u30c3\u 30af\u30 b9\u306e\u72b6\u614b":126,naoina:[7,125],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":168,too_many_symbolic_link:173,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":180,snippet1:32,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":63,snippet2:32,cve:80,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":93,amount:7,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":63,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":178,score_1:131,score_2:131,hoge:[97,111],famili:[90,151],"1024r":152,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30 ad\u30c6 \u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":152,"\u30c8\u30e2\u3061\u3083\u3093":44,"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":79,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":152,almost:[27,108,128,139,166],bash:[77,189],"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":144,fulltext:[165,92,108,90,182,115,94,162,14,97,30,47,32,153,151,78,190,129,141,65],"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":1,groonga_vers:27,score_n:131,cutter_dir:152,histori:27,nine:3,"\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":156,user_input:151,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":108,"\u65e2\u5b58\u306ed b\u3092\ u958b\u304d\u307e\u3059":83,grn_db_int:79,phrase:7,string:[40,55,69,79,85,35,123,112,125,16,7,77,135,27,58,84,53,80],"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":118,anoth:[108,132,7,84,77,176],spreadsheet:176,snippet:[7,42,32,125],grn_expr_syntax_escap:84,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":152,"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":121,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":152,"\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":97,unlink:84,allow_column:[108,182],assign:125,grn_table_group:113,egg:78,narwhal:27,logrot:[7,80],akinori:77,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":152,help:[87,137,119],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e \u8aa4\u 5b57\u3092\u4fee\u6b63":155,grn_proc_funct:40,soon:[92,32,54],"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,paramet:[40,41,43,93,7,101,27,56,53,55,110,116,16,17,113,19,25,118,120,121,62,123,125,63,77,79,112,80,83,35,84],"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":155,systemd:[7,77],"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":152,"\u5024\u306e\u7bc4\u56f2\u306f1":60,shimada:7,comments_cont:78,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":70,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":69,"\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":168,range_error:173,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u3 06a\u305 7\u307e\u3059":63,sentens:77,"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":108,"groonga_org_path\u306bgroonga":152,iff:3,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":152,fulli:[7,9],yito:[7,125],heavi:[108,128],grn_column_nam:121,"\u30b9\u30ec\u30c3\u30c9\u6570":168,"\u30d5\u30a1\u30a4\u30eb":152,todo:[41,142,93,86,56,53,108,110,85,116,16,113,25,161,118,120,121,62,123,150,63,76,79,83,138,133,187,135,57,84],event:54,"\u3080\u308b\u3093\u304c":[182,151],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":152,proxy_pass:9,publish:[152,80],"\u691c\u7d22\u5bfe\u8c61\u306e":70,trusti:[14,152,80],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":73,"shutdown\u306f":140,"1\u30ea\u30ea\u30fc\u30b9":77,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084comm and_vers ion\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":11,pub:[129,152],asc:152,reason:[108,151,130,166,141,7,61,179,38,177,54,65],base:[141,90,12,47,48,7,9,103,189,165,108,110,151,14,18,64,119,122,162,125,184,177,80,129,182,131,132,32,153,185,36,192,38,102],grn_ctx_fin:[7,16],put:[182,122,139,77,36,179,80,119],"groonga\u53ca\u3073groonga":168,rect:[7,75,169],basi:3,"\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":168,due:[132,32],interact:[3,173],"\u4fee\u6b63":77,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":11,placehold:125,miss:[125,7,77,27,176,80],"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":113,conditional_probability_threshold:[27, 154],sta tion:[92,74,185],zeromq:189,schema:[12,47,100,148,108,75,151,114,115,18,158,23,122,162,183,109,96,78,179,182,32,187,171,139],"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":155,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":144,"max\u3068common":63,grep:[153,129,14,165],jqueri:80,"\u4efb\u610f\u306edb\u540d":168,str:84,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u3057\u3066\u3044\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":79,"windows\u5411\u3051":152,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"null":[40,90,47,7,105,53,108,110,16,17,65,68,69,162,125,109,117,27,80,32,136,84],"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6 \u308a\u 9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":113,option:[135,129,165,83,20,24,95,14,125,7,153,117,27,77,189,112,80,89],"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":126,lib:[22,141,155,125,9,61,10,175],"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":152,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,elapsed_tim:[135,149],"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":178,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":11,grn_snip:[7,80],tokenbigramsplitsymbol:167,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":178,grn_proc_get_typ:80,"group\u5316\u30ad\u30fc \u69cb\u 9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":113,clear:[121,152,7,136,27,79,80],grn_too_many_open_fil:2,clean:[77,178,152],newvalu:121,weight_in_weight_vector:85,latest:[88,26],grn_ctx_t:2,pretti:80,"\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":152,wanab:125,yml:81,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":11,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":155,grn_connection_refus:2,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":178,"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u 306b\u95 a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":168,grn_get_default_encod:123,grn_obj_compress_zlib:121,remot:[55,97,173,157],"\u68ee\u7530":44,"\u82b1\u5b50":44,grn_hook_get:93,doc_bodi:91,"\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":152,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":108,grn_obj_is_lock:79,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":70,close:[58,94,162],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":73,grn_table_at:[155,113,79,112],"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":168,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":73,isob: 125,nume r:[55,151,182,157,77],no_locks_avail:173,both:[3,94,101,71,54,165,108,151,85,14,114,122,73,74,173,77,177,179,129,182,185,32,135,153,137,132],grn_range_error:2,geopoint:75,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[6,97],condition2:151,condition1:151,"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":155,jeff:143,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":113,"000x":119,too_small_limit:173,header:[7,24,125,80,77],"\u623b\u308a\u5024\u3067\u3042\u308b":120,linux:[55,152,137,20],tokenbigramignoreblanksplitsymbol:167,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":168,stamp:[149,18,177,48],"\u691c\ u7d22\u7 d50\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":69,"null\u306a\u3089temporari":83,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":121,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":107,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":107,grn_table_sort_desc:113,combind:182,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[34,169],grn_table_cursor_get_kei:63,coordin:[13,75],unpatch:42,look:2,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":169,"while":[114,90,132,125,7,136,59],"\u691c\u7d22":[7,55,108,155,21],"\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":97 ,grn_zli b_error:2,grn_column_name_value_len:121,loop:[7,80],pack:137,malloc:80,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":168,readi:[108,151,7,179,20,189,182],readm:[125,152],fedora:[55,152,137,20],belong:[45,71,130],"\u51e6\u7406\u958b\u59cb\u6642\u9593":108,grand:185,octal:151,"\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":79,src_kei:113,imagin:[108,130],optim:80,grn_set_default_match_escalation_threshold:25,temporari:[7,55,75,97,43],user:[45,47,48,7,101,9,103,149,189,54,108,151,115,59,18,95,44,23,168,125,170,171,96,77,127,177,80,182,183,131,35,32,135,139,88],"takuto\u3055\u3093\u304c\u5831\u544a":155,bob:[108,182,185,115,59,9,96,127,54],"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":53,older:[77,185],input_output_error:173,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u30 68\u304c \u3067\u304d\u307e\u3059":180,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":113,"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":113,nise_nab:80,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":70,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":120,"56880000x":75,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":152,nginx:[165,129,14,125,7,153,77,80],"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":113,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":124,address_is_not_avail:173,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,grn_table_sort:113,signal:80,resolv:[12,85,122,7,27,28,37],elaps:[4,131,45,135,149,27,151],"32bit":[77,45,125],"\u304c\u306a\u3044 \u5834\u 5408":152,popular:[77,108,97,85],"\u30c7\u30d5\u30a9\u30eb\u30c8":69,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":113,creation:[27,3,125],some:[90,5,45,26,7,84,103,149,189,165,12,85,115,19,179,161,119,66,164,23,125,77,80,151,182,132,187,135,188,35,139,65,38],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":37,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":168,"\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":[6,8],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,slash:151,entry_bodi:73,run:[88,178,152,119],stem:[153,164,14,80],step:[3,13,48,101,179,189,119],"\u3082\u3057test":168,"\u89e3\u653e\u3059\u30 8bctx\u6 9cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u305d\u3053\u3067":70,grn_no_memory_avail:2,idf:[122,80,12],"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":120,block:[13,151,9,125,65],libzmq:[153,14],grn_no_space_left_on_devic:2,"93933868408203e":4,grn_expr_append_obj:[69,84],within:[185,74,18,177],ensur:18,grn_obj_key_uint:62,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":152,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":70,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":168,askmonti:80,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":113,properli:[7,77,102,182],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u 3044\u30 5f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":27,pangolin:[7,14],tokenbigramignoreblanksplitalpha:38,hereaft:132,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":152,newer:[77,80],info:[6,97,122,8,9,179],utc:[135,151],"0xc7":173,utf:[42,4,131,125,190,7,189,38,151],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":11,"column_create\u306f":73,munin:[153,129,137,165],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":69,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":168,"_max":108,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":124,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u590 9\u66f4\ u3057\u307e\u3059":123,grn_cas_error:2,doesn:[40,92,90,91,12,94,95,7,9,103,189,54,108,151,114,59,18,19,65,164,122,125,96,77,176,177,80,179,182,32,135,139,190,38,192],repres:[44,91,13,97,159,179,84,151],"homebrew\u306e\u66f4\u65b0":88,before_instal:81,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":152,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":79,pronounc:159,titl:[44,108,3,182,12,111,13,125,136,122,183,102,158,152,78,130,28,80,151],drilldown_calc_target:80,accross:7,grn_ctx_close:[27,80,16],"root\u306b\u5909\u66f4":155,sigcont:125,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":155,draw:44,"groonga\u5358\u4f53\u3067test":168,"\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":155,"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":79,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u 30fc\u30 c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":124,eval:145,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":152,kawaji:7,groonga_org_path:152,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":11,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[178,152],"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"146741340x":185,ruby_script:145,friendli:7,nippon:177,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":168,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":144,"\u5185\u90e8\u7684\u306a\u5909\u66f4":152,button:[7,125,119],hemispher:7,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":97,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":27,"max\u304cnull\ u306e\u5 834\u5408\u3082\u3057\u304f\u306f":63,download:[165,129,152,24,14,153,101,189,89],click:108,grn_obj_decr:79,onigmo:[77,80,179],experiment:[142,47,7,103,27,145,17,61,68,23,122,162,125,77,175,112,80,179,83,184,133,32,38],"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":152,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":1,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":83,becom:[13,132,45,42,75],accessor:[77,113],convert:[2,151,13,94,185,77,190,80],copyright:80,blogroonga:88,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":168,chang:[132,20,125,7,77,27,189,112,80],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":60,danger:[136,59,83,54,121],grn_plugin_mutex_clos:40,"boolean":[55,42,125,182],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u3 08c\u305 f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":107,query_expand:[22,175,125,10],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,query_expans:[27,125],"\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":[146,72],soundkitchen:[7,27],mismatch:80,about:[40,0,2,43,92,133,95,97,46,26,48,7,100,9,103,77,145,149,189,127,122,55,108,75,12,85,154,14,115,59,18,19,90,20,167,151,161,119,163,68,49,23,165,24,112,125,73,183,171,117,186,27,28,176,177,80,81,129,182,136,35,31,135,153,179,137,139,38,89],"23t02":151,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":155,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":113,"shibuya\u3055\u3093":155,retriev:[132,108,151],"\u3042\u3068\u30 6f\u30d6 \u30e9\u30a6\u30b6\u306b\u3066http":152,min_siz:63,meet:[185,74,80],mitsuhiro:155,control:[159,7,115,9,96,80],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":169,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":152,sudo:[165,129,152,24,166,14,141,7,153,102,20,139,189,178,89],directory_not_empti:173,grn_domain_error:2,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":73,tokendelimit:[167,90,48],"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,narg:84,"\u6a19\u6e96":[6,105,191,107],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":152,int16:[45,155,125],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u8 98f\u531 6\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":113,decrib:9,"\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":152,"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":144,rakutan:78,otehr:65,encyclopedia:45,normalizernfkc51:49,table_token:[55,31,43],kisk:7,"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":97,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\ u30fc\u3 057\u307e\u3059":[79,121],"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":69,"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":79,sysconfig:141,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":155,"\u3053\u306e\u5834\u5408":63,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[113,79,121],grn_plugin_proc_alloc:40,read_only_file_system:173,grn_ctx_set_command_vers:16,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":152,handl:[2,13,94,125,16,9,139,166,77,38,80],auto:[7,154,80],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":37,succeeded_or_not:[136,59,171,127],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":8,parameter1:9,"\u4ee5\u964d\u306e\u8aac\u660e \u3067\u 306f":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":168,column_information1:95,column_information2:95,"\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":70,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":1,"\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":82,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":168,chunk:[166,139,126,77],"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":178,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":168,special:[108,2,3,182,162,32,47,125,135,173,90,19,179,36,189,84,119],groo:[131,108],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e 21\u3055 \u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":69,suitabl:[108,12,122,94,97,114,38,80,65],goroo:128,grn_geo_estimate_in_rectangl:[27,110],new_vers:152,"quit\u306f":160,"\u3092\u6307\u5b9a\u3059\u308b\u3068":[63,121],manipul:159,grn_match_escal:[55,30,43],"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":168,latitude_in_msecxlongitude_in_msec:151,keep:[66,114,85,16,17,27,38],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":155,geometri:27,largetext:94,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":178,grn_cursor_by_id:63,"scorer\u306f":108,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":156,buf_siz:[113,79,121],"groonga\u30b3\u30de\u30f3\u30c9\u306b":155,mkdir:158,attach:[164,190,119],"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u3 0c9\u309 2\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":152,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[70,45,168],"final":[40,108,9,5,85],travi:163,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":152,exactli:166,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":1,"20km":185,"groonga\u306f":178,beg:[38,179],sequence_queri:187,extrct:151,stdin:112,concatin:[7,131,125],logs_20150205:23,logs_20150204:23,logs_20150203:[142,23],tabl:[55,69],need:[90,3,4,5,94,97,47,48,7,101,9,103,10,151,77,106,78,54,91,108,189,12,85,16,17,122,18,20,143,179,65,22,23,24,166,74,173,139,27,28,176,177,80,81,129,190,182,127,132,133,32,135,38,36,119,84,131],border:[7,90,96],fluent:104,grn_obj_search:56,"0x08":173,"0x04":173,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":155,"0x01":173,"0x02":173,"\u30ed\u30b0\u3092":152,ifexist:58,sin gl:[108, 90,3,85,133,125,58,80],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":108,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":155,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":152,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":79,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,kazuhiro:125,url:[158,27,80,54,36],uri:[36,9],grn_table_upd:113,fontain:27,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":113,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":63,grn_index_cursor:[55,30,43],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":180,"\u51fa\u529b\u3059\u308b\u30ec\u3 0b3\u30f c\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":120,ssssss:149,object_corrupt:173,"146867000x":185,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":152,grn_obj_is_proc_proc:77,launchpad:[14,152,80],"\u3053\u308c\u306f":70,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[105,97],"\u3053\u308c\u3067":152,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":70,"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":11,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":79,enabl:[88,152],"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":152,"masahiro\u3055\u3093":155,gram:[132,90,3,151],"output_columns\u304b\u3089_value\u3092\u524a\u9664":155,contain:132,kawa da:80,"\ u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":70,orphan:125,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":69,korea:130,scorer_tf_idf:12,statu:[55,129,2,43,165,14,31,125,7,153,171,80],correctli:[7,77,3],wibowo:125,tend:78,written:[22,185,10,20,127,80],benchmark:[52,55,43,125,7,80],grn_retry_max:2,ken:44,kei:[66,58,23,152,55,132,142,85,125,7,113,171,103,63,77,79,112,80],grn_no_child_process:2,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":126,regular_express:179,"\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":120,eclips:119,"\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\u3 07e\u305 9":70,admin:[155,125,7,77,27,80],jersei:185,"\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":155,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"po\u306e\u5b9f\u884c":88,"\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":124,cutter_source_path:152,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":79,"\u5185\u8a33\u306f":70,"\u304c\u3042\u308a\u307e\u3059":152,quit:[55,31,152,43],addition:[77,74],cent:38,quiz:44,"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\ u884c\u3 057\u307e\u3059":152,treat:[92,108,90,23,151,142,125,7,18,77,177,80],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[146,6,72,8,156,191,107],downcas:190,"\u65e5\u672c":[38,177],"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":108,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":105,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":113,delimit:[90,13,132,125,48,77,38],drildown:[55,157],main:[153,152],"12gb":166,glossari:81,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":27,longitude_in_msec:151,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":53,demo:44,redcloth:152,welcom:[108,182,87,185,26,151,88,119],grn_table_cursor_t:63,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4 f4e\u304 f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":70,speaker:26,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":155,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":156,crch:90,entry_selector:156,nsubrecs_column:121,http:[43,97,7,101,9,103,189,55,152,85,14,158,119,52,165,24,168,125,77,80,81,180,129,132,153,188,89],"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"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":70,effect:[7,58,185,97,77],"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":97,rpmforg:129,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u3 0a2\u30c a\u30a6\u30f3\u30b9\u3092\u3059\u308b":88,well:[23,132,32,125,102,189,9],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":160,operation_would_block:173,undefin:13,"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":79,lcov:178,distanc:[92,75,151,132,7,74],koi8r:[7,189,97],remove_blank:133,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":79,"log_reopen\u306f":191,bc009774:152,patricia:[55,3,182,94,125,7,77,27,151,157,65],"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":152,grn_ctx_get_command_vers:16,"\u3067\u533a\u5207\u308a\u307e\u3059":97,logger:7,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":56,int32:[3,12,45,48,7,127,108,75,151,85,154,70,59,18,44,122,125,74,96,78,177,80,182,130,185,115],ryoji: 80,pikon yan:44,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":60,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":168,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":126,title_index:12,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":168,dat_kei:94,tomita:155,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":180,grn_file_corrupt:2,necessari:[27,3],"\u4e0b\u8a18":63,page:[55,125,26,7,77,119],"\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":155,lager:125,use_offline_index:112,revers:[55,152],assgin:151,"\u30c7\u30d5\u30a9\u30eb\u30c 8\u5024\ u306f":[180,97],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":113,out_http:168,home:[189,38,152],tatsuya:7,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":73,index_column:80,nihon:177,estim:[166,110,77],grn_obj_key_float:62,grn_obj_remov:[27,79],"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,"10t13":[18,177,48],win64:101,"\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":1,usag:[55,43,132,125,77,80],"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":126,offset:[40,110,93,7,113,156,63,77,79,84],"blog_body\u7d22\u5f15":70,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":168,"\u8a2d\ u5b9a\u5 024\u3092\u8868\u793a\u3059\u308b":1,empti:[108,182,45,125,77,27,95,80],groonga_query_log_path:[125,80],"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":147,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":97,museum:185,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":168,"\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":152,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":97,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":69,suzuki:7,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u 3067":14 4,gronga:[170,176],overflow:[13,27,125,80],ear:90,quetzal:7,"\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":69,fullwidth:77,displai:7,limit:55,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":126,"\u611f\u8b1d":77,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,evalu:[151,182,125,183,145,38,179],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":97,"\u521d\u671f\u5316\u3055\u308c\u305f":16,"aramaki\u3055\u3093\u304c\u5831\u544a":155,eric:96,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":79,blog1:78,blog2:78,new_valu:108,futur:[68,75,23,85,133,125,173,145,27,54,179],rememb:108,halfwidth:190,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":63,"\u9593\u9055\u3063\u3066\u3044\u305f\u5 54f\u984 c\u3092\u4fee\u6b63":27,sphinx:[152,87,20,15,80,119],katagiri:125,table_remov:[7,55,31,125,43],"\u3068\u540c\u3058\u610f\u5473":97,max_concurr:180,"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":181,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":124,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,whose:[3,151],accur:[132,32],"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":152,grn_io_vers:80,"0x20":182,escaped_queri:84,kentaro:125,swap:139,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":1,"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":34,"void":[40,83,5,123,113,25,116,19,63,79 ,112],vo ic:190,is_anim:13,affect:[7,77,125,80],"\u306f\u7121\u52b9\u3067\u3042\u308a":63,parameter_name1:36,parameter_name2:36,demerit:94,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":97,correct:[55,43,131,154,7,50,176,177,80],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":169,vector:[55,71,43,125,7,77,27,80],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"10m":9,batch:7,"10z":151,"\u30b0\u30eb\u30fc\u30d7\u5316":60,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":168,even:[165,129,23,151,122,132,14,125,7,153,101,137,78,177,80],"\u3064\u307e\u308atest":152,neg:[40,108,2,16,7,19,77,53],spokesman:88,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30f c\u30c9\ u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\u3050\u308b\u3093\u304c\u592a\u90ce":44,"new":[132,88,152],net:[44,3,152,130,13,26,74,102],ever:125,metadata:[68,12,122,185,7,145,28],"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":178,behavior:[7,115,38,80,96],never:[77,189,154],"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":168,met:183,grn_log_level:40,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":152,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":79,grn_parse_query_flag:77,jame:143,sji:[189,42,97],serch:[154,18],yamada:80,"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":108,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af \u30bb\u 30b9\u3057\u307e\u3059":180,grn_expr_exec:[84,16],"\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":168,"\u826f\u3044\u4f8b":124,"\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":70,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":70,overhead:[141,80],typo:[125,7,18,77,27,176,177,80],recommend:[165,108,3,182,141,128,14,129,54,135,153,100,101,102,137,139,179,38,80,151],"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":16,arg1_nam:179,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":116,under:[131,54,9,36,189,64,80],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":79,wa rp:80,wa rn:[108,6,97,125,7,122,8,9,149,112,80,179],"\u4ee5\u4e0b":168,"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":70,setup:[119,125,81],neolog:38,akio:[7,27,125],root:[36,97,9,125,102],give:[132,115],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":69,"\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":25,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,max_tp:180,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":88,unsign:[40,2,121,86,17,113,62,63,79,84,53,80],"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u3 0d1\u30c 3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":152,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":11,log_level:[55,31,43],n_kei:113,updag:7,config:[1,97,7,101,27,189],sato:77,grn_arg_list_too_long:2,sitedomain:[102,130],"\u30b9\u30fc\u30d7":144,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":69,permission_deni:173,third:[13,95,108,151],maintain:38,grn_text_printf:80,"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":70,romaji:177,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u3 0fc\u30b 6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":124,"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":152,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":83,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":72,privileg:[102,125],keyboard:108,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":169,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":111,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":53,persist:[55,43,95,113,59,105,65],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":63,anim:44,"\u30b3\u30e1\u30f3\u30c8\u884c\u 306b\u5b fe\u5fdc":155,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":169,leaner:64,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":152,grn_exec_format_error:2,cache_previ:17,side:[7,132,108],mean:[40,92,2,142,95,97,7,90,9,103,149,3,189,108,106,151,85,13,154,19,23,122,166,125,183,74,110,77,176,177,80,179,182,130,84,136,139,190,38],"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":16,enorm:44,blog_comment_index:183,grn_obj_compar:79,extract:[119,132,32,47,7,183,101,77,189,84,80,65],"hiroshi\u3055\u3093\u304c\u5831\u544a":155,content:[40,12,95,9,27,54,108,109,151,114,115,44,164,125,183,173,77,78,80,182,185,32,135,139],rewrit:42,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":63,situat:108,ncpu:89,mdev:77,lzo_error:173,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\ u307e\u3 046\u554f\u984c\u3092\u4fee\u6b63":155,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":16,isk:179,iso:151,"\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":168,wgs84geoppoint:110,cpuinfo:[153,129,14,165],plugin_regist:[55,31,158,43],grn_snip_clos:80,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":70,hook:81,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":168,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":155,sometim:80,"\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":144,grn_cache_get_max_n_entri:17,iptabl:[ 102,54], "\u5358\u4f4d":[62,169],"push\u3057\u3066groonga":152,"80ghz":168,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":97,mkostemp:80,"limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,conveni:[23,132,188,27,189,177,192],keyword:[44,108,3,182,12,170,122,162,32,47,125,7,115,78,84,65],"\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":97,grn_expr_get_var_by_offset:84,modern:185,mind:66,mine:132,"\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":27,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u3 06bconfi gure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":158,regular:[131,55,9,43,77],tradit:[132,80],"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":168,don:[3,4,12,95,97,48,9,27,106,54,17,108,189,151,85,16,58,65,122,173,77,28,176,80,190,182,84,136,137,36,119,38,102],doc:[91,152,87,20,125,7,9,27,77,112,80,119],"\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":70,doe:[108,3,182,85,13,132,125,7,183,9,61,154,141,151],logyyyymmddhhmmss:131,grn_not_enough_spac:2,dot:7,"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":45,"\u904e\u53b b\u306e\ u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":124,keybuf:113,"\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":168,syntax:[55,43,85,125,7,77,84,80],"\u65e5\u672c\u8a9e":177,yoji:27,acquir:19,explain:[13,3],"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":1,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":97,"\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":126,record_id:77,grn_obj_is_function_proc:77,cosmo0920:[125,80],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,stop:[164,12,122,97,108,125,7,59,9,77,27,28,80],grn_plugin_fin:40,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u 30f3\u30 c8\u30ea\u306b\u306f":152,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":11,attr_setpshar:125,bar:65,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":152,reload:176,bad:[132,125,80],"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":41,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":72,veres:54,all_record:7,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":168,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":45,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":168,old_releas:152,"\u5b9f\u884c\u3067\u304d\u307e\u3059":152,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":144,subject:125,brazil:130,libgroonga:[163,3],grn_function_not_impl:2,simplest:[132,189,12,35],illegal_byte_sequ:173,attribut:[90,109,49,133,167],nfkc51lexicon:190,threasd:97,"\u30d0\u30c3 \u30af\u 30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":97,"100x150":34,"\u534a\u5f84":169,str_ptr:40,"takuto\u3055\u3093":155,replied_to:185,key_length:173,"\u30af\u30a8\u30ea\u306e":70,string_liter:80,"\u6539\u884c\u6587\u5b57\u306f":97,against:[55,108,83,44,182,132,85,97,48,7,18,157,151,127,84,177,80,121],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":178,"\u95a2\u6570\u304c\u5f15\u6570\u3092":1,grn_queri:7,"twitter\u7de8":88,grn_op_cal:69,grn_expr_var:[40,53],g721d5c7:82,grn_obj_clos:[69,120,80,79,16],three:[108,75,23,130,85,13,162,125,135,122,59,18,159,3,78,177],"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":152,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":11,"1285858800\u306f2010":70,interest:[88,3,179],basic:[7,132,108,80,55],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u630 7\u5b9a\ u3057\u307e\u3059":152,suppress:[7,112,80],"2\u30ea\u30ea\u30fc\u30b9":77,multithread:103,servic:[141,132,125,7,18,139,77,80,81],"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":83,calcul:[92,108,75,131,185,125,7,74,145,80],"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":152,groonga_cli:151,seven:[23,3],datail:108,theatr:91,"key\u3092\u8fd4\u3057\u307e\u3059":79,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":97,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":79,"\u691c\u7d22\u306e\u6319\u52d5":55,receiv:[151,131,132,173,97,16,9,64,119],make:[132,88],column_list_head:95,meetup:77,"_kei":[3,91,12,95,46,48,7,100,9,148,109,127,54,143,108,75,151,85,13,154,58,59,18,60,158,44,164,121,125,183,74,171,96,78,79,177,80,182,130,185,135,139,190,102],msg_controllen:77,zlib1g:[153,14],unicorn:14,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u3 0d5\u30a 7\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":69,"8byte":173,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":121,inherit:125,"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":69,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":73,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":97,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,left:110,identifi:[45,171],just:[17,129,189,83,5,165,24,119,14,125,7,153,101,137,77,2 7,79,80, 81],sigusr1:27,"\u6771\u4eac\u90fd\u6c11":[70,144],human:[95,65],"\u73fe\u5728\u306f":[180,168],yamamoto:80,yet:[92,68,23,151,12,122,132,108,125,145,27,54],"table\u304c":113,defrag:[27,31,125,43,55],uint16:[45,125],"worker\u306f":134,save:[131,166,78,152,80],applic:[163,151,132,97,32,54,9,27,176,80],"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":144,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":152,background:97,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":152,nomral:[108,182],daemon:[7,125,80],vdw:[74,3,130],manual:[55,80],grn_obj_expir:79,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":107,mrubi:[68,152,125,145,77,80],unnecessari:139,cxxflag:24,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb \u30c8\u 5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,intern:[13,32,16,17,125,77,106,112,80],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":105,insensit:[108,179],"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":144,"\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":144,tracker:88,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":69,localhost:[180,4,152,131,168,97,9,103,54,173],range_filt:[55,31,80,43],new_release_d:152,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":8,grn_cursor_gt:63,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":178,promot:125,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\ u7f72\u5 40d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\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":11,postgresql:[132,32],"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":152,update_buffer_s:86,"\u30c6\u30b9\u30c8\u306f":178,grn_ctx_recv:80,commit:[80,119],"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[180,97],meerkat:27,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":73,"\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\u30 4f\u3060 \u3055\u3044":25,sphr:[75,169],down:[55,125,80],contrib:152,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":168,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,editor:119,fraction:[13,132,185],storategi:108,fork:[97,119],grn_content_tsv:106,infom:16,tokenbigramignoreblanksplitsymbolalphadigit:167,form:[108,3,182,131,185,173,159,125,9,51,27,190,102],sub1:108,forc:7,grn_obj_db:83,"4e86e700":166,"txt\u306b\u307e\u3068\u3081\u307e\u3059":152,grroonga:170,"\u5426\u5b9a":69,auth_basic_user_fil:[9,54],"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":158,unrel:27,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u30 4c\u7570 \u306a\u308c\u3070":11,classif:130,featur:[90,142,186,97,47,7,9,103,27,108,75,85,154,16,115,61,159,167,65,49,23,162,77,175,80,182,83,132,133,32,119],kwic:32,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":67,grn_obj:[41,110,120,83,43,55,93,86,30,16,7,77,84,80,121],"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":53,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":60,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":34,score_function2:12,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":97,tokenbigramignoreblank:167,excel:176,"defrag\u306f":37,"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc \u30c9\u 3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":152,matur:[141,188,23],escaped_charact:84,faction:185,grn_ii_cursor_set_min:77,why:[108,125,141],calc_typ:108,fsf:7,data_set_nam:154,"scr\u306e\u4e2d\u8eab\u304c":168,vmstat:166,ignor:[108,90,83,176,94,133,125,7,171,103,77,27,38,80,182],reply_to:78,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,logs_message_index:179,n_entri:117,"152489000x":185,skip:[77,3,125,80],segv:125,"\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":37,force_prefix:[77,90],depend:[132,88],"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":63,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":17 8,marku: 7,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":63,must:[40,3,5,95,48,102,103,148,142,110,189,54,17,108,109,151,13,154,58,59,61,179,64,65,23,121,166,71,183,171,173,177,80,182,83,131,84,136,139,38],query_str:125,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":27,"0mq":125,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":152,grn_obj_set_fin:53,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":73,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":152,proc:[40,165,108,93,14,125,153,129,53,118],iter:151,dic:165,item:[141,154,108,48,18,177,54,65],round:27,dir:168,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308br ecord\u3 04c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":113,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":152,strerror:80,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":155,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":168,shinoda:[77,80],"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":67,deriv:[141,64],"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":144,wait:[40,19],box:108,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":60,"\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":11,grn_true:79,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\ u306a\u3 08b\u305f\u3081":158,raccoon:44,"\u306e\u30ab\u30e9\u30e0":[37,107],grn_content_json:106,modul:[132,155,80,55],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":126,result_too_larg:173,sako:77,univers:14,perl:9,nokubi:80,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":73,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":113,grn_proc_typ:53,"_min":108,ooo:94,apper:108,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":69,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":72,grn_plugin_proc_get_var_by_offset:[40,80],commands_column_list:95,tokyo:[74,75],"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u308 9\u306e\ u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":152,uniqu:[131,103],"\u30d2\u30c3\u30c8\u6570":108,ull:90,"256kb":166,predict:[94,38,65],"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":53,"\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":124,libmemcach:178,grn_no_buff:2,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":144,normalizs:65,map:[23,166,139,27,149,177],"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":168,max:[17,125,7,27,63,77,80],mac:[55,137],grn_obj_append:79,assigend:182,mai:[163,12,94,95,7,9,103,77,145,189,78,54,151,154,17,59,61,179,65,66,44,68,23,121,122,125,27,28,176,80,182,83,132,133,135,136,139,38],underscor:65,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089 \u30df\u 30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":45,table_dat_kei:[182,125,105,65,80,151],grn_expr_get_keyword:84,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":144,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":27,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":180,talk:[77,125,26,152],feb:23,"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":70,pointer:40,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":69,entiti:132,group:[108,132,125,7,183,80],monitor:[153,129,14,125,165],polici:125,"\u5b9f\u9a13\u7684":77,vector_s:[55,161,43,77],resource_temporarily_u navail:1 73,initi:[40,5,131,16,7,77,27,80],lunch:132,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":1,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":152,"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":152,"\u5fa9\u53f7\u3057\u305f\u9375":152,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":79,massachusett:185,"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":152,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":168,"\u3053\u306e\u7d50\u679c\u306f":168,gzip_typ:54,"\u30e2\u30b8\u30e5\u30fc\u30e b\u306e\ u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":155,continu:[90,97,125,7,18,38,80,81],"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":152,unlock:40,nroonga:[115,78,81],"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":178,"3rd":[108,125],compress_lzo:73,"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":11,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":168,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":152,uint32:[3,91,45,7,102,105,127,143,108,151,85,114,59,95,65,44,164,70,125,183,74,171,96,78,80,179,182,130,135,139,190],"\u624b\u7d9a\u304d":53,earlier:[27,127,190],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066 \u3044\u 308b\u5834\u5408\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":191,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":62,debootstrap:152,org:[3,101,9,189,165,109,152,85,13,14,158,119,44,24,168,74,102,77,80,129,130,153,89],prefix_search:[27,154],"128487316x502920929":[44,74],grn_table_renam:113,"\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":70,"\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":124,"marverick\u306b\u5909\u66f4":155,frequenc:[12,122,154,99,184,77,80],"grn_op_adjust\u306f":69,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":105,thing:77,"\u95be\u5024\u306e\u30c 7\u30d5\ u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":144,think:[122,28,108,12,151],frequent:12,first:[40,141,3,91,12,95,47,101,9,103,27,189,54,108,151,13,16,65,44,162,125,77,78,176,80,179,182,131,185,32,135,119,38],"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":152,"vmware\u306a\u3069":152,key_norm:[114,108,190,3,91,70,185,182,32,7,115,139,78,151,65],fast:[92,90,3,12,94,47,100,71,54,108,75,151,58,65,44,122,162,109,78,179,182,132,32,135,192],crit:[6,8],grn_geo_cursor_open_in_rectangl:110,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":70,workaround:[77,80],"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":60,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":27,memo:[164,12,122,115,100,148,28],key_siz:113,broadcast:185,"value\u304c\u5c5e\u3059\u308b\u578b":105,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":113,proxy_cache_valid:9,patprefix:143,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f ":45,lon gitudexlatitud:125,yoshioka:7,poyonga:128,grn_db_touch:[155,83],were:[75,3],zsh:189,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,dash:189,grn_invalid_format:2,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":144,katakana:[154,190,38,177],squar:75,timeuot:19,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":168,"256gbyte":66,normal:[55,129,43,165,14,125,16,7,153,77,106,112,80],beta:42,pair:[108,13,48,170,18,176,177],"143660000x419009000":75,synonym:[108,176,91],grn_default_query_logger_get_rotate_threshold_s:77,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[37,107],"\u539f\u56e0":[55,39],shop:[114,144],lexicon:[55,158,77],"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u30 57\u307e \u3059":113,"\u3092\u516c\u958b":155,show:[92,1,2,3,4,12,47,7,102,77,51,106,108,75,151,13,58,115,44,23,122,162,125,183,74,171,173,96,27,80,179,182,130,132,133,32,135,185,189,109,38],"\u62c5\u5f53\u8005":152,threshold:137,"\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":69,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":69,black:[92,190],"\u30c6\u30fc\u30d6\u30eb\u540d":[105,37,107],"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":70,tamano:80,variou:[55,157],get:[40,90,97,26,7,189,55,108,110,152,14,16,17,20,119,46,117,27,80,132,153,36],"\u3092\u8a08\u7b97\u3059\u308b":1,wheezi:[55,152,137],"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":155,g em:152," \u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":168,"\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":168,tokyogeopoint:[75,45,34,74,110,27,169],median:80,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":1,summari:[55,125,43],wiki:9,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":113,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":70,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":27,sear:177,enci:168,masahiro:[155,125,80],japan:[74,171,102,130,177],therubyrac:152,infinit:[7,27,80,65],enumer:3,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u8 84c\u7d5 0\u679c\u3092\u3059\u3079\u3066":168,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":113,label:[77,125,80],enough:[132,78,80,166],across:75,parent:[108,9],unknown_error:173,column_vector:[44,108,85,13,185,95,125,73,183,171,148,80],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":191,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":97,"\u5bfe\u7b56\u65b9\u6cd52":[55,39],"\u5bfe\u7b56\u65b9\u6cd51":[55,39],recrod:108,"\u3088\u3063\u3066":45,dump_plugin:77,"\u5206\u5272":144,grn_expr_clos:84,nogpgcheck:7,"\u3060\u3068\u539f\u56e0\u306f":124,grn_cache_open:17,among:[7,13,44,157,55],grn_obj_delete_hook:93,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":168,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":168,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":144,inappropriate_i_o_control_op er:173,c ancel:[35,103,80],grn_proc:[55,30,43],"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":152,gnupg2:152,mark:[164,185,112,141,77,190,38,80,65],"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":11,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":86,grn_too_small_offset:2,grn_init:[7,149,5],senboku:125,i18n:[88,15],those:[108,75,3,4,170,24,132,159,182,32,48,13,190,94,151,189,112,54,119],sound:[18,190],hdd:168,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"8\u306b\u5bfe\u5fdc":155,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":97,advantag:[132,141,32],"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u304 4\u308b\ u5834\u5408":168,brasillia:75,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":168,"1\u3068command":11,pat:[7,112],candidate_n:131,drilldown_result2:108,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":88,drilldown_result1:108,same:[3,12,128,9,103,10,54,108,151,85,13,16,58,115,18,19,22,122,125,74,77,78,179,182,35,135,36,190,84],speech:[132,38],pai:108,"\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":144,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":152,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,grn_command_version_st:116,grn_table_dat_kei:113,"\u540c\u3058\u3067\u3059":168,montywi:112,grn_address_is_no t_avail: 2,macro:[27,125,80],markup:[87,77],"drilldown\u7d50\u679c":108,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":16,argument2:[151,12],"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":152,argument1:[151,12],"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":79,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":180,document_vers:152,execut:[90,43,95,46,7,101,103,10,145,105,77,189,55,108,85,154,16,58,59,167,65,22,68,49,23,125,82,171,117,27,127,175,80,132,133,135,136],grn_obj_fin:[84,16],"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":97,monei:44,mcdonald:92,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u 306b\u53 d6\u308a\u51fa\u3057\u307e\u3059":120,enable_tokenized_delimit:90,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":79,"\u697d\u3057":[70,144],value_column:121,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":113,evaluated_valu:145,either:[0,108,151,125,96,78,179,182],quantal:7,operation_not_support:173,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":152,ascend:[92,74,3,108,130],testdb:[168,64],"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":113,confirm:88,table_no_kei:[108,23,182,136,122,162,32,47,114,115,179,171,158,77,105,151,80,65],valuebuf:41,str_length:40,"\u30cb\u30c3\u30dd\u30f3":177,event_typ:187,broken:[83,125,7,136,61,77,27,80,121],regexp:[77,80],"128452975x503157902":[13,44,74,102],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u58 34\u5408 \u306f":97,"_set_valu":112,"x\u306e\u304a\u77e5\u3089\u305b":77,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":155,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":152,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":63,strip:109,"tomita\u3055\u3093\u304c\u5831\u544a":155,yyi:119,drilldown:[55,156,125,60,77,27,80],grn_ctx_batch_mod:80,complianc:9,"\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":168,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":1,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":79,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u52 4d\u3092 \u6307\u5b9a\u3057\u307e\u3059":73,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":152,arugment1:151,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":168,possibl:[27,45,36],"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":152,embed:[132,97,32,47,9,77,176],grn_operation_not_permit:2,"\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":156,file:[88,152],logo:7,fill:[131,151],again:[114,77,9,80,19],field:[77,95],location_in_groonga:135,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":168,architectur:[132,97,152,80],"\u30ab\u30e 9\u30e0\ u306e\u8ffd\u52a0":73,sequenc:[108,182,35,125,48,154,18,173,149,27,177,151],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"6gib":139,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":88,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":113,escal:137,unload:7,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":45,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":146,"x\u3067\u306frealloc":155,descript:[55,108,49,182,43,131,133,95,97,125,7,90,9,167,151,179,177,80,65],escap:[7,162,84,125,80],"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":155,represent:[123,119,84,85],forget:85,"\u30c7\u30fc\u30bf\u30ed\u30f c\u30c9\ u6a5f\u80fd\u3092\u8ffd\u52a0":1,interpret:[112,182,152],suno:80,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":88,file_too_larg:173,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":93,libmsgpack:[153,14],"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"\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":108,objnam:[37,107],grn_op_and:[56,69],grn_op_or:[56,69],fals:[1,90,103,152,136,13,45,125,73,115,59,100,183,171,96,143,151,127,162,80,182],"\u3053\u3053\u3067\u3082":70,offlin:[55,43,125,7,77,112,80],util:9,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":155,"\u500b\u3005\u306e \u30b3\u 30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":11,sub_filt:[55,161,125,43,77],hottolink:42,grn_hook_set:93,puropos:90,"\u305d\u308c\u3092\u65e7ji":63,zero:[164,71,85,13,38,108,173,190,176],further:13,"\u3053\u3053\u3067\u306f":70,aba:[74,3,130],abi:77,grn_info_typ:41,"\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":124,fffe:90,tokenbigramignoreblanksplitalphadigit:38,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":126,"public":80,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":97,tokenbigramsplitxxx:38,grn_table_pat_kei:113,valu:[40,41,2,71,86,7,27,106,53,189,85,16,19,63,121,125,77,79,112,80,132,135],grn_table_setoper:113,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u 6570\u30 92\u8fd4\u3057\u307e\u3059":121,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":191,fff0:38,narrow:[157,55,108,125,80],"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u95a2\u4fc2\u5f0f\u306f":69,commands_table_cr:105,transit:141,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":63,"groonga\u306epackag":152,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":169,establish:[3,173],distinct:[66,131,143],"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":152,regist:[22,40,23,43,55,132,142,31,125,7,158,77,133],libev:[189,153,14,112],groonga_path:168,"check\u30b3\u30de\u30f3\u30c9\u306f":126,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u3 0e2\u30f c\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":97,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":73,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":63,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,jsonp:[131,77],desin:141,memo6:12,memo5:12,memo4:12,memo3:12,memo2:12,memo1:12,none:[108,90,133,173,97,46,187,136,9,78,189,65],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":180,hour:[185,151,19,149],dev:[152,14,125,26,7,153,178,77,27,80],grn_set_default_encod:123,"\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":1,remain:[149,125,179],paragraph:3,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":155,deb:[152,14,125, 7,153,77 ,27,80],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":70,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":152,share:[17,23,83,44,132,142,97,125,26,7,9,121,27,78,189,19],shard:[94,142,23,77],"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":69,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":63,minimum:[40,165,108,151,14,129,153],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[34,169],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":88,strlen:40,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":121,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":144,secur:[55,80,77],"\u691c\u7d22\u7d50\u679c1":108,"13\u7528rpm\u306e\u63d0\u4f9b":155,arg2_nam:179,needl:69,grn_command_vers:[55,30,43],number2:151,number1:151,mariadb:[125,80],associ:[40,44,108,3,13,58,171,27],"\u7ffb\u8a33\u7d50\u679c\u30 92html\u 3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":152,kuriyama:[77,80],spheric:75,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":160,rotat:[77,97],hypertext:[55,157],no_buff:173,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":70,through:[132,9],"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":88,"\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":79,"\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":60,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u30 92\u683c \u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":113,good:[164,90,182,132,108,114,46,151,78,189,38,119],timestamp:[185,23],"tokenmecab\u3067\u306f":70,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":152,grn_get_lock_timeout:19,grn_obj_vector:[79,84,16],"_valu":[108,60,121,80,125],rank:[3,80],"db\u3068\u306a\u308a\u307e\u3059":83,comamnd:54,micro:[13,55,151,157],name_2:[3,102],name_1:[3,102],hard:139,idea:108,"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":63,connect:[3,97,7,188,173,77],rlimit_nofil:[149,125],"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":152,flower:13,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":152,"re lease\u3 06e\u5b9f\u884c":88,print:[173,80],foreground:97,definion:151,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":69,entries_content_index:[139,108,182,151],database_path:61,msg_flag:77,"975mbyte":168,tahr:[14,80],"\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":152,grntest:[7,27,155,152,104],"tokenmecab\u306e\u5834\u5408":70,tritonn:[108,182,151],"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":113,suggest_prepar:[154,18,177,48],"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":124,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u5024\u3068\ u3057\u3 066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":97,done:[17,108,9,80,19],stack_over_flow:173,"\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":45,stabl:[154,11,80],"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"indexbuf\u306e\u30b5\u30a4\u30ba":121,"5th":108,least:[182,166,7,183,117,77,139],"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":158,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":70,"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":113,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":70,"libedit\u5bfe\u5fdc":1,grn_ plugin_g et_suffix:27,"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":69,pari:75,selector:7,part:[23,13,132,142,32,135,185,3,189,38],pars:[123,84,80,159],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":113,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,"\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":124,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":168,"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":144,"\u30c6\u30fc\u30d6\u30eb":107,"\u305d\ u306e\u9 5a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":69,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":70,plugin_unregist:[22,55,31,43,77],consol:9,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":72,built:[55,90,43,132,31,125,75,9,189,77,79,133,161],argument_name1:36,argument_name2:36,build:[55,152,132,137,20,178,81],"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":152,distribut:[165,129,152,14,7,153,101,137,189,80],"\u30d0\u30fc\u30b8\u30e7\u30f30":77,"\u30d0\u30fc\u30b8\u30e7\u30f31":77,previou:[141,130,12,13,125,7,78,80,179],chart:27,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":67,most:[108,110,3,182,85,13,31,16,54,179,38,80,151],"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30f c\u30d6\ u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":79,myisam:132,grn_incompatible_file_format:2,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[88,172],groonga_log_level:125,mainlin:[77,80],cas_error:173,roughli:13,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":144,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":55,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":178,carefulli:85,"bom\u4ed8\u304dutf":155,find:[113,164,190,3,132,162,108,32,47,48,154,59,18,101,20,88,189,38,177,119],grn_no_such_process:2,grn_index_cursor_open:120,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":83,grn_logger:7,unus:80,grn_in_values_too_many_index_match_ratio:80,grn_obj_defrag:79,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":180,commands_column_renam:59,restart:[22,139,1 76,10]," set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":168,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":70,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":168,map_hugetlb:27,common:[108,182,94,45,14,97,7,113,159,63,27,78,151,65],table_cr:[55,108,23,43,85,95,31,7,136,59,171,158,80],grn_api:84,"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":113,grn_interrupted_function_cal:[2,103],"status\u30b3\u30de\u30f3\u30c9\u306f":82,lion:7,"\u521d\u671f\u5024\u306f10\u3067\u3059":180,blog_cont:183,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":168,gemfil:7,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":168,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":178,"\u5168\u30ab \u30e9\u 30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":156,network_is_down:173,hiroyuki:77,is_stop_word:[164,46,80],simpli:[122,143],point:[40,75,182,85,131,132,125,34,59,100,103,77,27,110,169,112],hideki:[77,125,80],shutdown:[31,23,43,55],"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":70,weight_in_match_column:85,ran:177,secret:152,indexblog1:78,"\u4ee5\u4e0b\u3067":70,gat:[74,3,130],understand:[108,3,80],convers:[27,9],"\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":11,bill:[70,144],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":144,opear:151,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":126,anonym:94,gb87d9f8:4,everyon:102,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\ u5bfe\u3 057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,manner:[108,3],"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":168,"\u6c11":144,itself:[90,182,85,125,176,80,179],cento:[55,152,137,20],"\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":152,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":69,res2:113,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":70,inv_thread_column:168,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":158,keyr:[7,153],"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":191,usage_multiple_scor:12,"\u540c\u3058\u 691c\u7d 22\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":70,task:[7,132],sortbi:[27,156,125],entri:[146,93,47,107,17,108,151,58,156,162,72,125,73,183,171,117,78,182,185,136,139,37],parenthes:3,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":168,spend:[182,151],"build\u3092\u7528\u3044\u3066":178,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":67,shape:92,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":168,"\u3053\u306e\u64cd\u4f5c\u306f":113,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":158,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":69,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f": 152,bin: [189,101,20],key_column:121,kashihara:80,"\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":155,tokendelimitnul:167,motoi:125,"\u6c38\u7d9a\u7684\u306a":79,bit:[165,108,182,153,24,45,14,168,129,13,101,137,151,81],"\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":45,semi:[27,65],groogna_default_command_vers:54,in_valu:[55,161,80,43,77],followe:185,often:96,grn_ctx_set_fin:16,back:[179,9,151],grn_plugin_init:40,sizeof:[77,84,16],"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":113,scale:[132,54],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":168,per:[23,131,132,7,9,27,38],newark :185,sub stitut:[108,182,115,151,81,119],larg:[182,13,132,139,7,61,94,77,151,38,54,65],"\u304c\u8fd4\u3055\u308c\u307e\u3059":79,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":107,reproduc:125,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":1,s10:80,"\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":69,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":126,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":147,grn_default_logger_get_path:7,"markdown\u30d1\u30fc\u30b5\u30fc":152,grn_expr_compil:84,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u304 2\u308bc learlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":107,"\u30c6\u30fc\u30d6\u30ebterm\u306b":73,nsi:152,bsd:[27,189,80,77],errno:[77,80],pair_dataset:[187,48],includ:[90,142,12,95,10,145,3,54,108,151,87,59,22,68,23,122,125,96,77,175,176,80,129,133,32,135,38],score_funct:12,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":34,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":178,str_size:84,translat:88,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":88,concaten:78,default_command_vers:[3,4,82,102,9,173],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":113,remaind:151,grn_tabl:[55,30,43],exit_success:5,no_space_left_on_devic:173,curl:[189,4,131,97,7,9,103,89,54,81],cmake:[7,77,189,101,125],sequenti:[182,77,151,38,80,179],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u54 08\u3057 \u305f\u3082\u306e\u3067\u3059":69,grn_content_msgpack:106,grn_no_locks_avail:2,libwinpthread:80,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":152,"\u30b7\u30a7\u30eb\u4e0a":168,"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":108,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":168,"\u3053\u306e\u4f5c\u696d\u306f":152,"tokenbigram\u306a\u3069":70,ellip:[75,169],grn_bulk_vsiz:[84,16],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":1,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":152,getaddrinfo:7,jason:143,"\u5f62\u5f0f1":97,"\u5f62\u5f0f2":97,"\u308d\u3086\u304d":143,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":121,"\u3057\u3066\u304a\u304f\u3079\u304d\u3 0d1\u30c 3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":152,sensit:38,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":152,grn_db:[55,30,112,43],becam:[141,80],exit:[7,77,97,125,61],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":82,fatal:80,db_path:[3,4,128,173,97,102,77,36,51,9],comment_cont:183,"2rd":108,grn_obj_is_scorer_proc:77,geograph:[13,75],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":8,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":45,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[37,107],"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":152,"0x0":[13,45,112],object1:151,object2:151,leakag:91,carlo:[59,127],append:[7,84],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b \u691c\u 7d22\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":144,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":11,access:[55,108,121,192,132,125,48,7,59,18,9,139,36,27,77,119,177,80,19],"32gib":139,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":180,interrupted_function_cal:173,"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":79,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":155,vertic:65,sinc:[114,141,75,121,165,13,185,45,97,149,7,151,10,135,77,127,107,65],"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":126,masatoshi:77,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\ u4e00\u3 064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":181,grn_resource_deadlock_avoid:[2,79],grn_too_large_offset:2,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":97,grn_mecab_chunk_size_threshold:77,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,ii_buff:86,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,score_function1:12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":152,score_function3:12,set_token_filt:80,grn_content_typ:[55,30,43],name1:151,account:[26,80],"146607190x":185,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044 \u3068\u 3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":11,alic:[108,182,185,115,59,9,96,127,38,54],rurema:80,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":152,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,fetch:[78,80,48],abcd:133,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":155,commnad:[11,101],"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":53,msvc:77,users_loc:185,grn_ii_buffer_commit:86,surfac:92,groonga_n_record:125,afr:[74,3,130],"entry\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u5bfe\u8c61\u3068\u3059\u308b\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0":73,inst:125,physic:126,"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":63,bind:[163,42,162,159,97,47,7,77,27,81],amazon:108,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":79,grn_geo_se lect_in_ circl:27,"\u6df1\u523b":70,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":155,hiroshi:[27,80,77],replies2:78,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,meter:[74,75],report:88,cflag:24,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":113,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":105,"\u6975\u4 ed8\u8fd 1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":169,euc:[97,38,125],"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":168,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":113,tsv:77,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":69,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":97,nvar:53,spell:[176,91],dai:[114,185,23,151,149],dat:[7,112,125],mention:183,rubygem:7,"8\u30ea\u30ea\u30fc\u30b9":[77,152],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":105,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":168,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u30 92\u4fee \u6b63":27,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":152,grn_table_lcp_search:113,"tomotaka_ito\u3055\u3093":27,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":70,column_index:[3,91,12,95,47,100,108,151,85,114,70,158,44,164,122,162,73,183,115,96,78,80,179,182,185,32,139],"\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":37,"\u306e\u66f4\u65b0":88,normalizerauto:[108,90,162,133,46,47,115,49,77,105,65],"\u3067\u3042\u308c\u3070":168,tokenregexp:[77,179],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":79,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":152,stub:80,rel:[27,108,80],"\u30ab\u30ec\u30fc ":144,re f:151,red:88,clarifi:80,"\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":70,frank:96,test_loc:168,releas:[165,129,101,152],"\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":97,groonga_log_path:125,drilldown_xxx:108,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":155,pgp:152,tokenizer_error:173,natti:27,messag:[152,137],"\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":70,monkei:13,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":152,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\ u5728\u3 057\u306a\u3044\u5834\u5408":168,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,alloc_count:[3,4,173,97,82,102,9],ipad:[165,38],"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":97,syscal:80,structur:[135,132,44,80,94],charact:[40,108,90,176,132,149,182,97,32,47,125,7,190,133,77,27,151,84,162,80,65],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":126,have:[92,141,2,3,192,45,48,9,71,189,54,114,108,106,151,87,154,58,18,95,65,164,77,176,80,182,190,83,132,135,13,139,119,38,102],"\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":97,min:[7,63,19,80],"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":168,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u 306a\u30 8a\u307e\u305b\u3093":121,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":152,osdn:[77,152,26],mix:[36,154,38,85],builtin:[55,43],"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":79,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":144,gurun:159,bottom_right:[27,34],eight:3,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":37,"\u6e2c\u5730\u7cfb":45,hardcod:23,"takahiro\u3055\u3093\u304c\u63d0\u6848":155,mail_column:168,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":69,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":178,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":144,"\u30671\u4ef6\u30d2\u30c3\u30c8 \u3057": 70,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":108,"grn_bool\u578b\u3092\u8ffd\u52a0":155,bernard:77,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":73,elfr:7,grn_plugin_malloc:40,grn_ii_buffer_append:86,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":70,escaped_str:84,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":83,integr:[7,13,125,81],"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":152,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,malfunct :77,your _new_db:27,"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":70,pattern:[151,132,135,77,179,182],"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":178,progress:149,superior:[132,32],"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":168,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":62,plugin:[55,129,165,153,137,104,119],shorttext:[3,91,12,94,45,97,46,47,48,100,102,148,105,110,127,143,122,108,75,151,85,13,154,114,115,59,18,158,95,65,44,164,70,162,168,73,183,74,171,96,78,109,177,80,179,182,130,185,32,135,136,139,190],"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":16,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u 89a7\u30 67\u3059":126,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":116,equat:75,"\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":144,comment:[183,78,176,125],grn_update_not_allow:2,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":93,log_repoen:7,test_str:178,"hook\u306e\u5b9f\u884c\u9806\u4f4d":93,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":97,"\u52c9\u5f37":38,json:[85,155,7,27,106,80],grn_obj_table_no_kei:[63,113],grn_table_group_flag:113,grn_ii_cursor_set_min_en:77,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":178,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":97,"\u4f8b\u3048\u3070":[70,168,79,97,144],bulk:[77,84],multi:[132,9,77,27,189,80,192],plain:[77,109],defin:[3,151,45,187,114,173,77,176,177],buildabl:27,replies_cont:78,ill:144,"\u8ffd\u 52a0\u30 59\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":178,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":88,kernel:[7,139],caplit:[125,80],grn_plugin_mutex_open:40,power8:80,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":168,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":73,too_many_open_files_in_system:173,japanes:[0,182,132,26,7,151,38,177,80,119],"pc\u306bgroonga":147,auth_bas:[9,54],utop:[14,152],optarg:[56,83],hostnam:[168,97,7,9,36,173],"\u884c":178,column_nam:58,grn_column_name_key_len:121,document_index:[162,47],francisco:75,"\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":152,center:[132,169],builder:86,"\u30e6\u30fc\u30b6 \u3078\u 5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":152,choos:[108,13,97,58,9,38,80,179],error_cod:40,update_not_allow:173,"1byte":173,usual:[13,78,64,16],unari:125,"5\u30ea\u30ea\u30fc\u30b9":77,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":178,takayuki:27,gmo:80,"30ac":190,lake:92,add:88,"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":152,grn_ctx_at:[7,16],match:137,"\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":126,grn_obj_table_pat_kei:[63,113],"\u3067\u306f\u306a\u304ffree":155,grn_obj_path_by_id:[79,112],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":83,"obj\u306 f\u6c38\ u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":79,substit:108,"\u8ffd\u52a0\u306e\u5c5e":73,insert:[7,3,32],like:[92,128,95,97,26,9,189,54,55,108,75,151,85,154,59,157,159,121,122,183,77,177,80,179,182,130,185,38],success:[40,83,5,16,17,84,121],groongau0000ful:38,grn_obj_id:79,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":79,"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":45,"\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":155,"com\u304cedge\u3092\u4f5c\u308b":134,socket_is_already_shutdown:173,soft:139,snippet_html:[55,43,125,7,161,80],normalizer_list:[55,31,80,43],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30 c7\u30fc \u30bf\u30d9\u30fc\u30b9":158,"\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":69,specfi:110,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":83,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":158,proper:[135,185,23,80],grn_column_cr:121,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":168,tmp:[3,152,131,154,95,97,125,59,102,105,179,176,54,173],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":168,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059 ":97,"\u 500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":70,"\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":70,"repositories\u914d\u4e0b\u306b":152,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":70,host:[168,97,173,27,81,102],although:9,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":152,"\u30c0\u30e1\u30fc\u30b8":70,sbin:89,actual:[23,12,13,142,125,9,3,80],socket:7,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":16,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":121,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":16 8,"mooz\ u3055\u3093\u304c\u4fee\u6b63":27,lifecycl:81,"\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":[88,172],tomo:44,discard:125,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":168,syntax_error:173,"\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":69,dataset:[52,55,125,43,154],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":70,guard:122,"\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":152,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\ u30c8\u6 570\u3067\u3042\u308c\u3070":70,ayumu:80,conbind:182,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":108,rch:90,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":11,hatak:[77,80],"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":60,glib:125,unexpect:[7,80],brand:77,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[88,172],"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":121,uninstal:7,bug:88,grn_obj_set:79,dump_record:77,binlib:152,"point\u578b\u306e\u5024":[34,169],tokenmecab:[7,167],"\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":156,epel:[7,129],"shimada\u3055\u3093":155,colum:78,dure:[7,3],pid:[27,1,189,97,77],saer:[154,18],grn_too_small_limit:2,implement:[68,42,23,151,128,122,94,108,7,75,9,36,145,27,77 ,192,80, 119],pip:20,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":113,probabl:154,"\u305f\u3060\u3057":[63,97,144,60],detail:[40,141,90,3,45,7,9,10,149,189,165,108,151,85,13,14,115,95,65,22,46,168,125,74,139,77,175,80,179,129,182,130,132,153,188,35,36,88,119],virtual:125,comment_nam:183,grn_expr_create_for_queri:69,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":168,is_a_directori:173,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[63,120],grn_obj_flag:[40,62,113,84,121],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":140,sergei:80,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":69,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":70,"\u6539\u826f":77,"\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":15 2,tweet: [114,26],umask:80,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":11,concret:[44,78,130],"\u554f\u984c\u306fgroonga":168,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":63,everi:130,risk:80,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":88,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":97,"24byte":173,grn_encoding_to_str:123,not_a_directori:173,x86_64:[129,152],properti:[149,14],naiv:130,not_enough_spac:173,direct:[7,125],"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":121,aim:125,hide:125,introspect:7,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":73,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":79,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4 d\u7b97\ u3057\u305f\u3082\u306e\u3092":69,"82pre":42,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,grn_tokenizer_query_open:7,studio:[7,77,101,125],path:[152,137,20],"\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":155,httprewritemodul:9,"\u95a2\u4fc2\u5f0f":88,functin:151,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":113,precis:[135,3,152,132,45,14,7,38,177],"\u306e3\u30d5\u30e9\u30b0\u306f":63,"\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":147,orilldown:130,portabl:[27,9,125],"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":6 9,"\u7bc 4\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":79,describ:[40,0,90,3,12,92,133,95,97,46,48,101,50,103,145,142,189,127,165,108,109,151,85,14,58,122,59,18,117,61,20,179,161,65,163,68,23,24,52,186,183,173,77,78,176,177,80,81,129,190,182,136,185,30,31,135,153,137,139,88,119,38,89],noarch:[165,129],"groonga\u306e\u7d44\u8fbc\u578b\u304b":73,namebuf:[79,121],autogen:[7,152,119],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":45,"msg\u306fcom\u306b\u3088\u3063\u3066":134,chracter:[190,32,65],"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":69,"grn_op_but\u306f":69,grn_obj_with_sect:121,join:26,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":144,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u3092\u7701\u7565\u3057\u305f\ u5834\u5 408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":169,overrid:189,enourm:48,dump_schema:77,end:[180,75,151,182,179,38,4],eng:[154,177],vagrant:152,hiragana:[177,38,182,151],env:176,rroonga:[12,183,162,125,47,17,115,100,159,148,78,80,81],grn_content_non:106,tablenam:11,grn_set_default_command_vers:116,befor:[22,108,3,5,85,13,112,7,170,18,9,179,10,189,176,177,117],"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":11,parallel:132,exclud:[58,142,125,7,158,96,23,80],environ:[129,112,125,101,9,137,77,27,189,176,80,81],enter:[3,125,173],composit:190,over:[132,162,125,7,102,166,77,80],"\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":152,becaus:[141,3,4,12,128,94,48,7,100,9,10,54,91,165,108,151,13,114,115,59,18,143,65,22,44,164,23,122,73,170,173,96,77,78,176,177,80,179,182,183,131,132,32,135,139,190,38,192 ],london :75,gqtp:[180,55,129,2,165,132,14,97,125,33,7,153,188,168,77,80],"\u304bwgs84geopoint":[34,169],digest:54,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":120,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":11,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":155,oneir:[27,125],"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":69,choic:132,grn_pat_at:155,each:[90,142,12,94,95,48,149,9,103,77,3,189,108,151,85,13,154,58,115,18,167,44,49,23,166,162,125,173,27,99,177,130,131,132,137,35,84],searc:177,"0\u30ea\u30ea\u30fc\u30b9":77,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4 \u3059\u 308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"groonga\u306e\u30ab\u30e9\u30e0\u306f":45,goo:[182,151],msgpack:[4,54,173],"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":11,newli:[114,132,32,17,127,80],"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":111,got:[125,80],"\u69cb\u9020\u4f53\u306e\u914d\u5217":53,"offset\u306f":113,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":126,filter:[55,43,85,14,125,7,153,171,156,77,27,80],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":152,"16gib":139,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":168,score_column:121,onto:139,rand:[55,161,43],rang:[55,108,71,95,125,7,59,77,80],"\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":63,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\ u30eb\u3 0c9\u306b\u306f":152,edit_dist:[55,1,161,43],restrict:[7,102,54,125],alreadi:[40,114,90,3,58,19,139,78,64,80],"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":79,primari:[58,55],"\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":124,"\u3092\u4f7f\u7528\u3057\u307e\u3059":152,"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":79,top:[110,130],mercuri:152,too:[108,151,85,13,125,77,78],tom:115,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[88,172],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":152,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"path\u3092":155,"\u30d0\u30c3\u30d5\u30a 1\u5185\ u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":126,tood:40,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":158,tool:[55,81,137,20,15,119],"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":105,user_ag:96,wareohji:7,grn_obj_set_valu:[63,79],ga54c5f8:168,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":27,"\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":152,expr:84,obata:[27,155,125],"\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":69,blog_bodi:70,rab:[74,3,130],indexblog2:78,"column_list\u30b3\u30de\u30f3\u30c9":1,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":105,ram:168,raw:[125, 81],"\u9 023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":70,with_sect:[73,185,78,95,80],unresolv:27,"\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":144,hanako:171,bad_file_descriptor:173,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":152,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[113,121],fuzzi:65,though:[23,132,125,7,78,177,80],"\u3044\u307e\u3059":124,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":168,grn_db_recov:[83,80],"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":113,"16bit":45,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":69,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u30 84\u30bd \u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":168,mininum:141,flow:88,abbrev:75,radix:151,"0\u30d9\u30fc\u30b9\u3067":[63,113],abl:[122,28,32,12],random:74,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":11,pkg:[129,24,155,7,27,189],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":158,"\u3067\u4f5c\u6210\u3057\u305f":16,"\u3082\u3057\u304f\u306f":[63,45,113],absolut:[22,175,10],top_left_point:110,configur:[88,178,152,119],"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":152,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":79,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u 307e\u30 59":168,"\u542b\u3081\u308b\u3082\u306e":152,item_queri:[154,18,177,187,48],label1:[108,80],label2:108,watch:152,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":97,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":73,normalized_text:133,reconstruct:80,"\u4e3b\u306bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":82,method:[3,125,9,77,36,38,177],twice:[108,182],hendro:125,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":11,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":155,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8f d1\u3044 \u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":180,"drilldown_limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":108,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":25,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":152,nul:[40,27,38],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":63,grn_plugin_error:40,databas:[163,94,45,97,7,9,10,105,189,55,151,113,16,17,59,61,159,167,58,64,65,22,49,158,125,27,79,80,182,95,83,131,132,32,187,136,139,190,192],"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":168, "\u65b0\ u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":79,algolithm:159,approach:75,exec_format_error:173,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":97,weak:[132,32],grn_invalid_argu:[63,113,2,79],fault:7,"4gib":[94,173],facet:108,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":63,content_index:12,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":152,trust:152,id_column:121,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":97,evalud:145,been:[59,152],"\u3072\u308d\u3042\u304d":143,accumul:108,geo_distance2:[27,75],geo_distance3:[27,75],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":152,quickli:114,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":160,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528": 1,msec:[ 27,19],xxx:[97,125,80,151],"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":121,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":168,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":1,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":144,"grn_op_or\u306f":69,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":88,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[113,121],message_index:122,suggest:[55,43,155,31,125,147,7,77,27,189,112,80],"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":155,complex:[7,108,179,125,151],unix_time_when_command_is_start:135,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,niku:80,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":53,com plet:[22 ,55,43,131,154,125,50,10,27,175,112],"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":113,sen_index_delimit:42,"44001770019531e":4,"\u30b3\u30de\u30f3\u30c9\u540d":97,quotient:151,"\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":152,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,geosit:44,"\u5024":97,no_such_process:173,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":134,els:[77,80],grn_column_name_valu:121,ceekz:125,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":63,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":69,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093": 121,"moo z\u3055\u3093":27,unstabl:112,poedit:119,el5:129,escaps:[162,32,47],"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":34,log_reopen:[6,55,8,31,43],grn_obj_is_t:77,grn_plugin_mutex_unlock:40,"\u7d44\u8fbc\u95a2\u6570\u306f":[181,34,111,169,67],"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":155,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":1,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,line_cont:135,"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":152,core:[131,132,168,9,189,192],"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u30 57\u307e \u3059":69,surround:[7,162,32,47,151],dinner:132,ppa:[55,152,137],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":41,"\u578b":62,encod:137,two:[0,92,141,90,3,95,48,100,9,149,54,165,108,75,14,16,115,18,64,65,44,125,73,183,74,77,78,80,179,129,182,130,84,133,32,135,153,185,190,38,192],"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":27,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":16,version4:11,git:[104,152,119],version1:11,version2:11,version3:11,"\u30d0\u30fc\u30b8\u30e7\u30f3":152,"256gib":66,head:[180,108,9,80,173],medium:[165,129,185,14,153,101,137],removep:79,drilldown_sortbi:156,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":63,deafult:27,grn_expr_estimate_s:77,autoconf:27,grn_expr_syntax_escape_queri:84,openbsd:77,trie:[55,3,182,94,125,7,77,27,151,157,65],decrypt:152,bad_address:173,check:[55,2,83,43,135,155,31,125,7,178,77,104,27,79,152,80] ,ongaesh i:[7,77,125],"clearlock\u306f":107,successfulli:[40,3],"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":126,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":69,"\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":168,when:[3,143,128,97,7,100,9,10,77,108,75,85,154,58,115,20,179,65,22,44,121,125,73,183,109,173,27,177,80,182,83,131,132,135,185,139,88,190,38],groonga_dist:7,tid:120,saerch:[154,18],rid:86,node:[7,77,129,152,81],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,grn_op_and_not:56,consid:[44,141,23,91,54,78,80,65],sql:[108,23,130,12],faster:[128,125,27,189,38,80] ,top_lef t:[27,34],"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":60,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":144,backward:[7,127,80,54],grn_obj_table_dat_kei:27,"6\u30ea\u30ea\u30fc\u30b9":77,grn_db_float:77,focus:3,llt:90,memo7:12,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":169,row:[132,32],"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":73,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":152,readabl:[112,80],"\u554f\u984c\u3042\u308a":27,jumand:165,sourc:[55,152,87,137,20,119,81],"\u306b\u8a2d\u5b9a\u3059\u308b":152,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":168,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":120,"6elz":80,"\u3092\u8fd4\u3057\u307e\u3059":[63,93,113,79],"\u30c6\u30fc\u 30d6\u30 eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":60,level:[40,130,6,97,125,7,8,9,149,64,80,173],brother:182,fbnteqr:77,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":121,slower:[122,75,130,12],"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":126,port:[141,42,4,131,168,173,97,125,80,102,36,89,54,9],repli:[185,78],"64bit":45,arg1_valu:179,"sh\u306e\u307f\u306a\u3089\u305a":178,grn_expr_append_const:[69,84],grn_table_get:[113,112],"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":82,connection_refus:173,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":152,"\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":79,grn_not_a_directori:2,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751 f\u3057\ u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":152,normalizeauto:162,"\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u95a2\u4fc2\u306a\u304f\u5e38\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u306b\u306a\u308a\u307e\u3059":108,"1st":96,grn_table_cursor_clos:63,"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":111,daiki:[7,27,155,147],"\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":11,grn_obj_clear_lock:[27,79],file_exist:173,vivid:[77,14],memori:[40,17,129,155,55,14,73,125,165,16,7,153,101,137,77,27,179,80,65],"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":152,todai:132,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\ u30f3\u3 0c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":168,criteria:3,capit:3,target_charact:84,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":155,proxy_cache_path:9,entries_key_index:[139,108,182,151],lc_messag:119,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":169,purpos:[23,85,125,115,102,3],"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":155,stream:80,backslash:[84,125,182],critic:[7,40,189,97,149],satoh:27,alwai:[108,173,182,132,95,135,154,9,139,77,177,80,151],grn_table_update_by_id:113,grn_plugin_isspac:40,"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":144,cl one:[104 ,88,152],"4th":108,key_with_si:[143,151,182,65],"\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":155,ueno:[7,27],predic:77,inform:[22,17,68,149,55,132,44,108,26,125,7,10,145,77,190,112,95,157,119],combin:[108,132,7,115,96,80,65],"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":70,midnight:151,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":168,mainli:[185,80],"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":113,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":93,platform:[137,119],meridian:75,cutter:[178,152],"\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\u 30fc\u30b8\u3092\u6539\u5584":1,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":34,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":152,"\u6b21\u306b":69,"\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":[156,97],"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":79,term:[66,73,108,182,126,132,162,97,32,47,125,7,115,77,80,46],name:[40,43,95,7,53,55,16,113,119,121,62,123,72,125,73,126,27,79,112,80,83,132,135,84],"\u65e5\u3005":124,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":63,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u 3066\u30 82\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\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":69,no_memory_avail:173,request_id:[35,103],osanai:80,grn_itoh:27,grn_bool:79,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":155,end_tagn:162,"base_version\u306ftar":152,"groonga_clone_dir\u306b\u3066autogen":152,profil:185,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":73,compress_zlib:73,"65535byte":77,partit:23,migrat:[108,182,80,151],"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":69,ruby19:7,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":16,"\u30a f\u30e9\ u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":97,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":168,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":152,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":108,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":79,place:[185,189,26],sho:[125,80],"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":105,origin:[108,125,135,188,158,106,80,119],"\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":70,redhat:[27,189],arrai:[135,108,49,182,85,95,133,32,7,126,90,167,27,80,65],"64kib":77,string_siz:84,given:[7,44,125,115],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9 \u30d5\u 30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":152,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":27,domain_error:173,circl:[132,92],white:[38,3,182],"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":120,grn_table_add:113,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":178,copi:[7,40,59],specifi:[40,90,142,95,97,46,7,9,103,10,145,71,189,53,55,108,110,85,154,16,58,59,158,64,65,22,119,68,23,125,73,171,117,96,77,127,175,112,80,83,131,132,133,187,135,136,36,37,89],"\u30d1\u30a4\u30d7":73,"\u521d\u671f\u5316\u6e08\u307f\u306e":83,enclos:[58,3],pragma:108,calro:96,wide:[27,189,3,179,132],"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":79,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30b d\u30eb\ u304c":155,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":38,grn_table_cursor:[55,30,120,43],"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":60,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,posix:[77,151],posit:[40,108,2,3,110,85,95,46,90,38,80],grn_column_index:121,seri:3,kazuhiko:[7,80],ann:152,ani:[90,12,45,97,46,47,9,145,189,54,108,154,58,115,68,162,183,77,176,129,182,132,133,32,38],grn_unsupported_command_vers:2,grn_obj_set_mask:79,techniqu:[122,12],operation_timeout:173,moreov:74,"\u691c\u7d22\u7d50\u679cn":108,"\u306b\u306a\u308a\u307e\u3059":16,sure:3,multipli:151,"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\u5 54f\u984 c\u3092\u4fee\u6b63":27,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":178,geoindex:44,time_column:168,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":69,"com\u306f1\u30b9\u30ec\u30c3\u30c9":134,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":97,grn_table_cursor_set_valu:63,"textile\u30d1\u30fc\u30b5\u30fc":152,permiss:[189,80],sitecountri:[102,130],explicitli:[7,9,20],"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[70,144],state:[7,75,173,171,128],analyz:[7,27,38,9,132],grn_obj_column_vector:121,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[55,39],"\u3092\u6307\u5b9a\u3057":[63,37,107],"45ea3034":149,ssh:152,takatsugu:80,"\u8a73\u7d30\u306f":[70,178],pipermail:80,reveal:132,"\u542b\u3081\u306a\u3044\u3082\u306e":152,tokenfilterstopword:[77,46,80],bison:152,grn_geo_select_in_rectangl:[27,110],"shibuya\u3055\u3093\u304c\u5831\u544 a":155," \u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":152,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":79,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":113,"ongaeshi\u3055\u3093":155,"\u8b66\u544a\u3092\u9664\u53bb":155,detect:[7,27,90,9,189],"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":124,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":152,grn_query_expander_tsv_synonyms_fil:176,grn_db_register_by_nam:147,"59\u74b0\u5883\u306b\u304a\u3044\u3066":27,come:[92,185],"\u63a5\u7d9a\u3059\u308bgroonga":168,region:[92,74],quiet:173,grn_default_logger_set_rotate_threshold_s:77,reference_vector_column:125,"\u305 3\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":70,"\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":70,"\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":60,color:190,whombx:125,period:77,pole:75,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":155,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":79,grn_ctx_use_ql:80,"ueno\u3055\u3093":[155,147],lexicon2:78,item_exampl:177,log_put:[6,55,31,43],"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u 30c3\u30 af\u7d39\u4ecb\u3067\u306f":152,frequency_threshold:[27,154,18,177,48],"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":155,"s3ki\u3055\u3093\u304c\u5831\u544a":155,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[79,121],not_socket:173,grn_command_version_max:116,"case":[40,83,85,125,16,17,77,27,189,80],"\u3042\u308a\u307e\u305b\u3093":[82,105,191,140,160],cast:[7,27,112,125],grn_db_open:83,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":69,favorited_bi:185,grn_expr_alloc:84,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":69,"define_selector\u306f":156,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":113,query_s:84,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":152,saerc:[154,18],"4\u8 84c\u76e e":168,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":121,author:9,alphabet:[108,90,18,38,80,65],users_index:185,grn_get_default_match_escalation_threshold:25,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":69,grn_cursor_rk:63,"\u5f37":38,expresss:159,messagepack:[189,7,77,27,106,112],status:[2,173],nest:[55,125,7,80,77,157],"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":97,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":108,"_nsubrec":[44,108,121,130,185,60,80],"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":27,immedi:[132,9,103,77],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[88,172],"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3 089":63, "\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[34,113,169],sed:[7,27,77],overcommit_memori:7,without:[142,48,7,9,10,108,151,85,114,115,22,23,125,183,117,77,112,177,80,179,182,132,32,192],model:[97,173,80],"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":155,"4kib":77,"\u3067\u78ba\u4fdd\u3057\u305f":16,"groonga\u3092build\u3059\u308b\u969b\u306b":82,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":63,rose:13,except:[165,92,68,90,182,85,94,108,32,7,100,9,139,145,27,179,38,80,65],blog:[55,108,182,152,70,114,183,78,157,151],vulner:80,hino:125,hyphen:[3,65],grn_obj_nam:79,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":97,grn_table_cursor_open:[63,155],realtim:[154,48],with_typ:133,madrid:75,grn_rc:[40,41,79,83,5,93,86,123,113,16,17,25,116,110,19,63,56,84,53,121],unrecover:83,easili:80,grn_cache_current_set:17,fre ed:[17,8 0],garbag:[27,125,80,126],inspect:[77,125,80],n_tabl:16,tokenbigramsplitsymbolalpha:[167,108,90],"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[79,121],"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":83,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":155,stand:128,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":11,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":152,tokentrigram:[167,77,90],max_siz:63,libmecab:[153,14,152],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":126,rescord:159,strict:[77,80],interfac:[7,131,3,4],chracterist:94,regard:[36,125,182],jun:[77,80],grn_obj_key_var_s:62,untag:109,longer:[42,16],notat:[7,125,151],"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":79,"\u6307\u5b 9a\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":11,grn_expr_creat:84,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":152,"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":155,strongli:[165,129,14,153,101,137],"a\u3092\u6307\u5b9a\u3057\u3066tabl":113,user_column:168,incorrect:80,grn_db_text:84,grn_index_cursor_next:[120,125],gettext:[119,20],orient:[13,132,32],rdbm:97,oneself:80,symbol:38,remove_tokenized_delimit:133,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u 30d9\u30 fc\u30b9\u306f":168,allow_upd:[108,182],comments_loc:185,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":124,directori:[40,131,125,7,9,77,27,189,176,64,80,119],potenti:125,"\u30c7\u30fc\u30e2\u30f3":97,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":16,all:[90,3,91,94,45,68,48,7,9,10,145,149,77,189,54,114,108,110,151,85,190,16,58,59,158,159,95,65,22,164,121,46,173,96,27,127,177,80,179,185,182,132,136,35,139,119,38,117],grn_table_column:113,dist:152,"ctx_new\u3068\u3044\u3046queue\u306b":134,scalar:[55,71,43],follow:[40,92,90,3,4,12,128,45,97,47,48,7,101,9,77,148,51,189,162,54,108,75,5,85,13,154,58,115,59,18,179,20,167,151,64,65,66,44,49,121,122,166,149,125,170,26,139,27,176,177,80,81,95,182,130,183,131,133,32,187,135,36,119,38,173],disk:[77,78,179,65],ptr:[40,155],item_:154,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u30 59\u308b \u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":155,init:[7,189,53,80,125],program:[151,131,95,97,125,7,188,9,64],"\u95be\u5024\u3092\u8d8a\u3048\u308b":70,neglig:80,liter:[182,162,32,47,125,7,27],replic:12,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":70,libgcc_s_sjlj:80,rand_max:67,systemctl:141,failur:[7,77,19,80,152],"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":60,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":63,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":97,longtext:[45,110],"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":152,"\u304a\u3088\u3073":152,"help\u3067\u51fa\u529b\u3055\u308c\u308b":27,yappo:[42,125,80],name_s:[40,121,62,16,113,79, 84,53],t ex:90,rate:[125,96],design:[7,13,108,128],sug:170,what:[55,43,154,183,84,179],sub:[132,152],sum:[108,80,12],"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":121,libstemm:80,themselv:[176,119],noraml:90,bottom_right_point:110,behaviour:[125,158],shouldn:80,solari:[55,137],n_var:40,grn_ctx_init:[27,16],serihiro:7,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":191,memcach:[132,188,55,33],matsuu:155,grn_bad_address:2,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":88,grn_ctx_get_output_typ:16,gtihub:27,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":124,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":70,tokenunigram:167,"\u30ea\u30ea\u30fc\u30b9\u65e5":152,deprec:[108,11,97,125,7,75,10,27,107,80,65],ocelot:[27,125],suddenli:125,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[27,155],"vagrant\u3067\u4f7f\u7528\u3 059\u308 b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":152,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":152,"\u4ee5\u964d\u3092\u7121\u8996":155,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":155,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[55,39],"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":156,grn_syntax_error:2,src_key_siz:113,flag:[40,73,120,121,85,62,95,112,113,16,7,126,59,63,27,79,84,80],"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":56,known:[23,151,12,132,32,125,102,3],"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":93,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059" :45,"\u3 0b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":97,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":107,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":168,mecab_strerror:80,omit:[22,108,90,3,4,94,135,136,75,10,27,175,177],grndb:[52,55,80,43],"\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":156,cours:130,newlin:[27,112,77],divid:[13,132,151,122],rather:[108,12,85,122,95,128,114,28,38,179],rep_loc:168,divis:80,cmp0014:80,resourc:[114,80,5,16],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[37,107],"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":121,overcommit:139,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":121,"\u6307\u5b9a\u3059\u308b":83,resours:17,"req uest\u30 92\u9001\u308a\u307e\u3059":152,"short":[9,85],geo_dist:[55,43,125,7,27,161],postfix:[142,23],caus:[182,13,125,7,77,27,151,80,65],"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":79,mailarch:152,yahppo:125,grn_table_trunc:[27,113],logal:81,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":113,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":155,style:[77,80],"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":16,soccer:44,"return":[40,17,110,43,5,55,123,31,125,16,7,113,19,121,77,135,27,79,84,80,83],normalzi:162,grn_table_sort_asc:113,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":69,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":121,refresh:44,innodb:132,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":140,"table_remove\u306f \u30c6\u 30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":146,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":152,friendship:44,truncat:[55,121,43,31,125,136,77,27,80],"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,grn_text_vprintf:80,weight:[7,55,125,80],needless:[7,77,112,125],yoshida:125,expect:[13,38,80,179],errror:179,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":113,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":79,socket_is_not_connect:173,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[113,79],footnot:[75,3],"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u3 06e\u5ea 7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":169,"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":27,advanc:[68,42,142,23,145,77],differ:[0,108,75,4,12,131,13,182,7,115,74,80,179,77,78,151,38,54,65],content_type_len:7,thread:[40,83,131,132,97,125,16,136,54,149,80,121],"\u306exml\u51fa\u529b\u5bfe\u5fdc":155,"\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":69,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":113,grn_selector_func:80,"apt\u306e\u5834\u5408":152,notifi:103,feel:80,groonga_database_auto_cr:[7,125],blank:[77,190,38],"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u30 6f":168, "tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":144,gpl:42,"\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":155,script:[55,43,125,7,77,189,84,80],goronga:101,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":152,gpg:152,exclude_t:125,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":178,"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":144,"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\u3 08f\u308a\u307e\u3059":144,statement:151,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":152,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"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":152,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[79,121],kind:[3,91,130,132,45,74],similar_search:[7,154],remov:[164,83,24,125,7,13,171,9,10,27,77,79,112,80,46],rep_http:168,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":168,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":178,grn_post:[110,120],ruby_ev:[55,31,125,43],expir:[77,9,117],"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u 3059":12 4,"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":168,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,grn_directory_not_empti:2,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":155,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":97,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":1,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":181,"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":70,park:185,function_not_impl:173,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":60,reach:139,keyword_s:84,"\u30e1\u30fc\u30c8\u3 0eb":169 ,grn_obj_incr:79,latitude_in_degre:151,"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":113,grn_column_name_kei:121,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":70,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[146,6,72,8,156,191,107],penalti:125,firewood:[7,125],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":16,underflow:13,grn_plugin_fre:40,hit:[108,159,125,143],pair_queri:[154,18,177,187,48],"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":113,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":97,longest:[27,113,151],"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30 6e\u65b9 \u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":70,grn_column_name_nsubrec:121,grn_obj_persist:[113,121],"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":144,grn_success:[40,108,2,83,5,16,17,19,149,84,121],armhf:80,"\u6570\u5024":144,"\u30b3\u30df\u30c3\u30c8":152,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":88,art:[185,151],dump:[55,43,155,31,125,7,77,27,106,80],highight_ful:162,ff01:77,arc:90,tobbi:115,grn_obj_with_weight:121,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":121,jemalloc:80,grn_table_differ:113,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u 3066\u30 57\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":155,"js\u306a\u3069":152,latin:97,"\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":70,succeed:[2,3,73,136,171,127,189],"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,solv:[13,122,12],solr:151,socket_not_initi:173,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":180,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":70,context:[32,16,17,183,9,27,79,84],"1x139":13,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":121,grn_table_sort_flag:113,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":97,grn_no_such_devic:2,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":11,additional_confi gure_opt :125,"\u5f93\u3063\u3066":108,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":93,f10399c0:152,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":169,conifugr:81,grn_file_exist:2,beforehand:165,close_tag1:162,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":168,packag:[55,129,152,165,153,137,89,119],"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":168,nakai:125,abov:[3,91,48,7,100,101,9,103,189,108,109,115,18,119,23,183,74,96,77,78,176,177,81,190,130,131,185,65,38],kana:[154,18,177,187,48],input_file_nam:135,xvzf:[165,129,24,14,153,189,89],"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":70,"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":168,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":152,table_buff:16,score_valu:77,"\u30b3\u30de\u30f3\u 30c9\u30 d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":168,minim:[9,96],grn_obj_column:79,"\u5065\u4f5c":44,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":155,higher:[154,108],"\u975e\u4e92\u63db":27,x86:[27,101,77],"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":126,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":168,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":144,lower:[108,90,3,65],"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":168,searchabl:[114,77],"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":113,propos:[170,108],table_:[94,65],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":67,"3\u884c\u76ee":168,northern:7,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u30 4c\u7528 \u610f\u3055\u308c\u3066\u3044\u307e\u3059":69,teruya:77,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":79,grn_plugin_get_system_plugins_dir:27,table2:113,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":69,table1:113,docutil:152,retry_max:173,collect:[135,132,185],"\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":152,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":69,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30 c9\u30d0 \u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":11,global:[7,55,30,125,43],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":11,invalid_format:173,"log\u3067\u3059":97,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[41,83,93,79,53,118,121],blog_titl:3,retri:19,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":152,leftmost:151,form_1:3,form_2:3,"\u7591\u4f3c\u30ab\u30e9\u30e0":60,squeez:[125,152],maximium:108,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":63,plai:[132,91],"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":16,dialog:125,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":168,grn_cache_current_get:17,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":63,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u 8aad\u30 7f\u8fbc\u307f":191,"\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":178,shimoda:155,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":152,question:[77,78],live:[185,65],"long":[103,86,125,61,25,77,80,65],adjac:[38,182],arithmet:125,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":168,grn_proc_get_info:53,wno:27,"436218z":151,"\u554f\u984c\u3092\u4fee\u6b63":155,aramaki:27,piro:80,consist:[108,3,182,48,173,77,38,80],"benchmark\u306f":168,caller:53,"\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":108,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059 ":97,tes t_text_otoj:178,highlight:[162,47],radious_or_point:169,vojtovich:80,"\u3059\u308b\u3068groonga":152,horikoshi:27,unauthent:[7,153],grn_expr_append_const_int:84,"\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":144,grn_socket_not_initi:2,oniguruma:77,"man\u3092\u8ffd\u52a0":1,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":155,weight3:85,weight2:[7,108,85],weight1:[7,108,85],comments2:78,grn:[9,158],gro:[131,32],"\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\u81 f4\u691c \u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":144,nice:114,"\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":168,bookmark_titl:158,meaning:77,grn_expr_add_var:84,"\u540c\u6642\u306b":134,"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":152,konishi:125,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":82,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":147,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":152,lear:48,escape_charact:84,"\u7e70\u308a\u8fd4\u3057\u6570":168,mainstream:132,w64:152,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u30 6b\u8981 \u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":69,"grn_expr\u306f":69,relev:[132,3],ranguba:[80,85],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":152,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":152,nfkc:190,pleas:[0,141,3,83,12,122,26,77,28,189,88,80,119],smaller:[75,85,132,114,149,65],memset:77,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":152,compat:[165,129,14,133,54,153,9,77,36,127,190,80],compar:[108,182,132,32,7,80],grn_plugin_mutex:40,jekyl:152,grn_info:[55,30,43],"314e":151,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":1,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304 c\u3042\ u308a\u307e\u3059":168,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":45,larger:[108,85,94,97,32,48,173,139,77,64,80],larget:103,"_name":65,typic:[77,108],appli:[42,84],approxim:[7,27,75],"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":152,apt:[152,14,7,153,20,81],api:[88,15,188],from:[132,137,55],"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":70,usa:130,few:[108,54,192],usr:[22,175,97,9,10,189,178,89],proonga:128,sort:[92,108,55,94,125,132,154,77,27,157],grn_db_creat:83,"\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":156,tokenbigramignoreblanksplitsymbolalpha:167,memos_cont:164,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":155,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3 066\u304 4\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":124,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":60,annot:125,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":93,"\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":178,endian:80,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":113,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":79,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":45,grn_column:[55,30,43],tar:[165,129,152,24,14,153,189,89],tag:[55,108,152,85,95,125,7,27,80],calc_target:108,"\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":152,grn_set_ lock_tim eout:19,pure:38,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":93,six:[149,3],"100x100":169,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":105,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":113,instead:[92,141,91,94,97,47,7,101,9,10,77,189,107,165,108,75,151,16,159,179,65,162,125,173,27,80,81,182,32,137,190],express:[55,68,75,43,131,159,108,125,7,171,101,9,77,27,84],"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":152,"load\u30b3\u30de\u30f3\u30c9":1,attent:[108,143],"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u 3005\u30 6e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":69,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":155,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":180,light:[59,128],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":105,"1\u884c\u76ee":168,freebsd:[55,43,77],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":178,"\u4eac\u90fd":[70,144,38],location_in_input:135,ouput:125,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":168,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":88,"log_level\u306f":6,condtion:182,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":97,"homebrew\u3078pul":152,bye:[46,151,164,108,182],"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307 e\u3059" :97,crash:[125,7,136,59,77,27,80],"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":11,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":152,keys_zon:9,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":73,devel:[165,129],shinjyuku:74,successor:151,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":178,edit:[88,152],grn_socket_is_already_connect:2,nested_reference_column:108,our:[26,119],grn_obj_column_index:[120,121],"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":168,"gz\u306eversion\u304a\u3088\u3073vers":152,out:[165,129,183,14,153,101,137,104,78,80],l ongitude _in_degre:151,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":155,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":152,dcb314:80,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":134,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":70,grn_ctx_send:[17,106,16],"\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":152,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":70,york:[185,75],dictionari:[165,155,125,7,77,190,38,80],column3:12,lte:90,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a 18\u8f09 \u3057\u307e\u3059":152,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":79,tokenizer_list:[55,31,80,43],"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":155,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"request\u3092\u9001\u308a\u307e\u3057\u305f":152,prioriti:[132,108,177],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":53,grn_obj_get:79,unknown:[123,112],"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":60,"akio\u3055\u3093":155,grn_dat_repair:112,shell:[77,189,97,182,179],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":37,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":73,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b \u30ec\u 30b3\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":63,practic:[13,132,80],"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":155,"\u3092\u4f5c\u6210\u3057\u307e\u3059":73,emac:119,no_such_file_or_directori:173,collaps:7,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":124,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":45,"4097byte":94,"\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":97,"shimada\u3055\u3093\u304c\u5831\u544a":155,grn_ii_estimate_size_for_queri:77,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":79,which:[40,141,90,142,91,5,97,46,7,145,100,102,148,3,143,165,108,75,151,13,115,64,44,68,23,125,183,74,171,173,77,78,177,80,182,130,131,132,1 33,188,1 85,109],grn_obj_delete_by_id:[27,79],"\u30db\u30b9\u30c8\u540d\u3068":168,who:[77,38,125,44],"100cent":38,default_token:108,"class":[162,109,32,47],"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":152,determin:[108,3,159],"_id":[3,91,48,100,102,127,143,108,151,85,154,114,59,18,60,158,44,164,121,70,74,171,96,77,78,79,177,80,179,182,130,135,190],someth:80,grn_mecab_chunked_tokenize_en:77,"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":63,word1:[7,108,182,151],word2:[7,108,182,151],memo_index:80,your_github_account:119,grn_obj_with_posit:121,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":73,local:[151,152,132,97,9,20,189,119],"150x100":34,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":144,grn_ctx_use:16,"\ u90e8\u5 206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":144,subrecord:125,grn_cursor_prefix:63,candidate2:154,candidate1:154,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":168,view:[55,131,166,7,100,157],"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":152,knowledg:132,"1073741824\u306e\u6574\u6570\u3067":60,"\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":97,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":121,"10t22":18,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":63,index_tag:44,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":168,entranc:3,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\ u3092\u6 307\u5b9a\u3057\u307e\u3059":156,dll:[7,27,40,80],"v1\u306e\u5024\u306e\u4e2d\u306b":69,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":124,yaman:[125,80],"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,elimin:125,job:168,homebrew:[55,152,137],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":124,addit:[55,108,90,43,165,132,14,133,129,153],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":180,april:152,"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":152,grn_logger_info:7,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":155,respect:[7,13,74,185],rpm:[165,129,152,125,7,27,112,80],hiroaki:77,target_nam:80,"tru ncate\u3 0b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":27,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":121,mike:171,spammer:[122,12],hmm:185,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[34,169],roonga:[170,182,151],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":70,"\u30c6\u30fc\u30d6\u30ebentry\u306b":73,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":169,"21th":125,cursor:[27,110],"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":60,"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":70,layer:77,customiz:32,"\u3072\u308d\u3086\u304d":143,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":152,avg:[180,1 08,80]," \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":155,grn_expr_append_op:[69,84],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":168,"\u6ce8\u610f":113,"\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":155,difficult:132,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":70,grn_column_name_id:121,"\u7d9a\u3044\u3066":70,"0x10":173,"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,english:[0,108,125,26,20,27,38,177,80,119],grn_content_xml:106,uzulla:27,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u30 6etvsec\ u5024\u3092\u8fd4\u3057\u307e\u3059":82,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":152,do_http:168,users_nam:115,obtain:40,"\u3082\u3057groonga":168,euc_jp:189,"key\u306b\u306f":113,amd64:152,book:151,host2:179,host1:179,"\u30ab\u30e9\u30e0\u578b1":108,"\u307e\u305f\u306f":168,"table\u306fcolumn\u3068\u306f\u5225\u306b":113,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":123,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":79,know:[44,108,130,185,61,77,38],press:119,"\u95be\u5024\u3092\u3042\u3052\u308b":[55,39],"\u30ab\u30e9\u30e0\u578bn":108,earch:90,incres:80,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":27,exceed:166,no_child_process:173,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"export":[27,125,80,20]," tokenbig ram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":70,column_inform:95,lead:[108,3,32],grn_obj_get_nhook:93,leak:[73,155,125,7,77,27,80],"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":97,grn_address_is_in_us:2,time_stamp:149,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":121,investig:[166,125,130],acronym:[173,128],tanab:125,rare:[77,125],"\u305d\u308c\u305e\u308c":178,kanako:125,disabl:[108,155,182,131,149,20,97,125,7,9,77,27,189,112,177,80],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":88,own:[23,151,13,132,7,84],grn_operation_timeout:2,"\u6570\u5b57":168,grn_ii:[55,30,43],"\u4f8b":[55,1,79,152],grn_id:[40,41,120,121,86,16,113,63,79,84],yuya:[77,80],automat:[22,44,3,182,94,9,61,10,143,151,175,119],automak:155,grn_expr_append_const_str:84,grn_default_query_logger_get_path:7,"145508000x":75,transfer:[55,141,128,132,173,157],grn_command_version_min:116,appl:190,replac:[151, 187,77,1 79,64,80,91],"var":[40,141,69,95,97,9,61,189,53],"\u30ad\u30fc\u304c":97,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":152,"\u4ee5\u5916\u306e\u5834\u5408\u306f":108,"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":69,"\u73fe\u5728":191,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":97,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":73,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":152,palallel:152,made:[7,27,3,77],tab:[77,106,176,4,173],grn_logical_range_filter_en:77,whether:[2,142,7,100,9,108,75,13,154,115,158,159,23,61,166,183,96,127,79,80,182,83],troubl:119,record:[66,55,110,23,43,85,132,125,7,113,171,158,77,27,58,84,80],below:[58,104,59,182],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u 305b\u30 93":79,"\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":[82,146,6,72,73,126,8,156,158,160,191,105,37,140,107],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":116,ff76:190,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"8bit":45,"\u3067\u306f\u6607\u9806":113,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":152,makecach:[7,129],"\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":152,other:[132,88,119,137,55],bool:[164,182,13,45,125,46,143],"command_version\u3092\u8fd4\u3057\u307e\u3059":16,"\u30d8\u 30eb\u30 d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":97,grn_table_delete_by_id:113,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":79,"drilldown\u6761\u4ef6\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306e\u691c\u7d22\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":108,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":11,debian:[55,152,137,20],"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":93,emerg:[6,149,8,97,9],allow_leading_not:108},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","macro","C macro"],"4":["c","member","C member"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/api/overview","refer ence/com mands/log_level","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","reference/command/command_version","reference/scorer","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/suggest/correction","reference/api/global_configurations","contribution/documentation/introduction","spec","reference/commands/plugin_register","reference/commands/logical_count","install/solaris","reference/api/grn_match_escalation","community","news/1.2.x","reference/scoring_note","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/command/request_id","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","re ference/ commands/table_tokenize","reference/functions/highlight_html","reference/suggest/suggestion","reference/commands/normalizer_list","reference/suggest","server/memcached","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_search","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/executables/grndb","reference/api/grn_type","reference/api/grn_table_cursor","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/column","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","reference/commands/range_filter","news","tutorial/match_columns","reference/api/grn_obj","news/4.x","development/travis-ci","refer ence/com mands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","reference/api/grn_ii","contribution/documentation/c-api","contribution","install/mac_os_x","reference/commands/tokenize","tutorial/query_expansion","reference/operations/geolocation_search","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/functions/in_values","install/windows","tutorial/network","reference/commands/request_cancel","contribution/development/repository","reference/commands/table_list","reference/api/grn_content_type","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","news/1.3.x","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","refer ence/api /grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","reference/scorers/scorer_tf_idf","reference/api/grn_encoding","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","server/gqtp","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","reference/commands/lock_clear","install","reference/columns/index","reference/tuning","reference/commands/shutdown","server/package","reference/commands/logical_range_filter","tutorial/patricia_trie","spec/search","reference/commands/ruby_eval","reference/commands/table_remove","news/1.1.x","reference/functions/vector_size","reference/log","reference/columns/scalar","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x" ,"refere nce/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","reference/functions/highlight_full","development","reference/token_filters","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/functions/geo_in_circle","reference/suggest/introduction","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/commands/plugin_unregister","reference/query_expanders/tsv","reference/suggest/completion","contribution/development/test","reference/regular_expression","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","reference/scorers/scorer_tf_at_most","tutorial/micro_blog","reference/operations","reference/executables/groonga-suggest-create-dataset","client","install/others","reference/normalizers", "referen ce/commands/log_reopen","server/http"],titles:["12.1. How to report a bug","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","7.3.4. Return code","4.1. Basic operations","7.2. Output","7.20.1. Overview","7.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","Release 2.1.2 - 2013-01-29","7.3.19. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","7.1.5. groonga-httpd","7.3.29. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","7.11. Scorer","4.3. Various data types","2.4. Ubuntu","12.2. How to contribute in documentation topics","7.20.8. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","7.20.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","7.16.3. Correction","7.20.2. Global configurations","12.2.1. Introduction","8. Specification","7.3.25. <tt class=\"docutils literal\"><spa n class= \"pre\">plugin_register</span></tt>","7.3.21. <tt class=\"docutils literal\"><span class=\"pre\">logical_count</span></tt>","2.7. Oracle Solaris","7.20.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","3. Community","Release 1.2.9 - 2011-12-29","<no title>","7.10. Query expanders","7.20. API","7.3. Command","7.14.13. snippet_html","5. Server","7.14.5. geo_in_rectangle","7.3.3. Request ID","7.1.6. Groonga HTTP server","7.3.13. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","7.8. Tokenizers","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","7.20.3. Plugin","7.20.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","7. Reference manual","4.6. Tag search and reverse resolution of reference relationships","7.4. Data types","7.3.40. <tt class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></tt>","7.14.7. highlight_html","7.16.4 . Sugges tion","7.3.24. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","7.16. Suggest","5.4. Memcached binary protocol","7.1. Executables","7.20.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","5.2.1. Comparison","Groonga documentation","7.20.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","Cast","7.3.16. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","7.3.11. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","7.6.3. Pseudo column","7.1.1. <tt class=\"docutils literal\"><span class=\"pre\">grndb</span></tt>","7.20.23. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","7.20.22. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","7.1.9. groonga-suggest-learner","7.3.37. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","9. Limitations","7.14.12. rand","7.3.32. <tt cl ass=\"do cutils literal\"><span class=\"pre\">ruby_load</span></tt>","12.3.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","7.6. Column","7.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","7.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. Various search conditions","7.14.3. geo_distance","7.3.28. <tt class=\"docutils literal\"><span class=\"pre\">range_filter</span></tt>","News","4.7. match_columns parameter","7.20.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","Release 4.1.1 - 2015-01-29","11.1. Travis CI","7.3.35. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","7.20.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","7.20.11. grn_expr","7.6.2. Vector column","7.20.14. <tt class=\"docutils literal\">< span cla ss=\"pre\">grn_ii</span></tt>","12.2.3. C API","12. How to contribute to groonga","2.2. Mac OS X","7.3.41. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","4.11. Query expansion","7.15.1. Geolocation Search","7.20.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","7.5. Tables","7.3.9. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","7.14.1. between","7.1.3. <tt class=\"docutils literal\"><span class=\"pre\">groonga</span></tt> executable file","5.2.3. groonga-httpd","4.9. Additional information about lexicon for full text search","7.14.9. in_values","2.1. Windows","4.2. Remote access","7.3.30. <tt class=\"docutils literal\"><span class=\"pre\">request_cancel</span></tt>","12.3.1. Repository","7.3.38. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","7.20.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></tt>","7.3.7. <tt class=\"docutils liter al\"><sp an class=\"pre\">clearlock</span></tt>","7.3.33. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","7.14.8. html_untag","7.20.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","7.14.2. edit_distance","Release 1.3.0 - 2012-01-29","7.20.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","7.17. Indexing","7.14.11. query","7.20.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","7.3.5. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","7.20.24. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","12.2.2. I18N","7.20.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","7.20.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","7.11.3.2. <tt class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></tt>","7.20.10. <tt class=\"docutils literal\"><span clas s=\"pre\ ">grn_encoding</span></tt>","12.3.3. \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","Release 3.1.2 - 2014-01-29","7.3.6. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","7.3.43. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","5.3. GQTP","2.5. CentOS","4.5. Drilldown","7.1.8. groonga-suggest-httpd","1. Characteristics of Groonga","7.3.23. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","12.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","7.3.2. Output format","7.3.17. <tt class=\"docutils literal\"><span class=\"pre\">lock_clear</span></tt>","2. Install","7.6.4. Index column","7.19. Tuning","7.3.34. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","5.1. Server packages","7.3.22. <tt class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span> </tt>"," 4.8. Prefix search with patricia trie","8.2. \u691c\u7d22","7.3.31. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","7.3.39. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","7.14.15. vector_size","7.18. Log","7.6.1. Scalar column","7.12.2. Script syntax","12.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","7.3.36. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.3.12. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. Tutorial","7.3.15. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","7.12. grn_expr","7.3.27. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","7.14. Function","7.14.6. highlight_full","11. Development","7.9. Token filters","2.6. Fedora","10.2. How to avoid mmap Can not allocate memory error","7.3.42. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","7.1.4. groonga-benchmark","7.14.4. geo_in_circle","7.16.1. Introduction","7.3.14. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","8.1. GQTP","5.2.2. groonga","7.3.26. <tt class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></tt>","7.10.1. QueryExpanderTSV","7.16.2. Completion","12.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","7.13. Regular expression","7.1.2. grnslap","7.14.10. now","7.12.1. Query syntax","7.14.14. sub_filter","7.11.3.1. <tt class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></tt>","4.10. Let's create micro-blog","7.15. Operations","7.1.7. groonga-suggest-create-dataset","6. Client","2.8. Others","7.7. Normalizers","7.3.20. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","5.2. HTTP"],objects:{"":{grn_ctx_ge t_match_ escalation_threshold:[25,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[97,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[79,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[25,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[83,1,1,"c.grn_db_create"],grn_plugin_charlen:[40,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[93,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[79,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[63,1,1,"c.grn_table_cursor_close"],"-P":[180,0,1,"cmdoption-P"],grn_table_cursor_set_value:[63,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[84,1,1,"c.grn_expr_syntax_escape"],"--log-output-dir":[168,0,1,"cmdoption--log-output-dir"],"-d":[64,0,1,"cmdoption-d"],"-a":[97,0,1,"cmdoption-a"],"-c":[97,0,1,"cmdoption-c"],grn_obj_set_info:[41,1,1,"c.grn_obj_set_info"],"-m":[180,0,1,"cmdoption-m"],"-l":[64,0,1,"cmdoption-l"],"-n":[97,0,1,"cmdoption-n"],"-i":[168,0,1,"cmdoption-i"],"-h":[97,0,1,"cmdoption-h" ],grn_db :[83,2,1,"c.grn_db"],"--log-rotate-threshold-size":[97,0,1,"cmdoption--log-rotate-threshold-size"],"-t":[131,0,1,"cmdoption-t"],grn_command_version:[116,2,1,"c.grn_command_version"],grn_obj_set_element_info:[41,1,1,"c.grn_obj_set_element_info"],"-p":[131,0,1,"cmdoption-p"],"-s":[64,0,1,"cmdoption-s"],"-r":[64,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[40,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[16,1,1,"c.grn_ctx_at"],"--bind-address":[97,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[116,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[97,0,1,"cmdoption--config-path"],grn_table_size:[113,1,1,"c.grn_table_size"],"--query-log-path":[97,0,1,"cmdoption--query-log-path"],grn_ctx_use:[16,1,1,"c.grn_ctx_use"],grn_obj_defrag:[79,1,1,"c.grn_obj_defrag"],db:[168,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[19,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[63,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[123,1,1,"c.grn_get_default_encoding"],GRN_O BJ_LOCK: [79,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[86,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[79,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[110,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[113,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[121,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[79,1,1,"c.grn_obj_unlink"],grn_obj_id:[79,1,1,"c.grn_obj_id"],grn_obj_set_value:[79,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[40,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[123,2,1,"c.grn_encoding"],grn_proc_create:[53,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[40,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[121,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[64,0,1,"cmdoption--log-base-path"],"--dir":[168,0,1,"cmdoption--dir"],"--address":[97,0,1,"cmdoption--address"],grn_table_group_result:[113,2,1,"c.grn_table_group_result"],grn_expr_close:[84,1,1,"c.grn_expr_close"],grn_obj_path:[79,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[17,1,1, "c.grn_c ache_get_max_n_entries"],grn_obj_db:[83,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[110,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[79,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[113,1,1,"c.grn_table_lcp_search"],grn_table_create:[113,1,1,"c.grn_table_create"],grn_ctx_get_all_tables:[16,1,1,"c.grn_ctx_get_all_tables"],grn_encoding_to_string:[123,1,1,"c.grn_encoding_to_string"],"--daemon":[64,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[79,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[113,1,1,"c.grn_table_columns"],grn_ctx_set_output_type:[16,1,1,"c.grn_ctx_set_output_type"],"--pid-path":[97,0,1,"cmdoption--pid-path"],"--encoding":[97,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[16,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[17,2,1,"c.grn_cache"],grn_table_delete_by_id:[113,1,1,"c.grn_table_delete_by_id"],grn_content_type:[106,2,1,"c.grn_content_type"],grn_plugin_mutex:[40,2,1,"c.grn_plugin_mutex"],grn_expr_get_keywords:[84,1,1,"c.grn_expr_get_keywords"],grn_ii_buffer:[86 ,2,1,"c. grn_ii_buffer"],"--host":[168,0,1,"cmdoption--host"],grn_ctx_get_output_type:[16,1,1,"c.grn_ctx_get_output_type"],grn_obj_set_finalizer:[53,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[17,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[118,1,1,"c.grn_obj_user_data"],grn_obj_lock:[79,1,1,"c.grn_obj_lock"],grn_obj_name:[79,1,1,"c.grn_obj_name"],"--log-path":[64,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[121,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"-e":[97,0,1,"cmdoption-e"],GRN_OBJ_COMPARE:[79,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[84,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[40,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[79,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[63,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[84,1,1,"c.grn_expr_alloc"],grn_expr_compile:[84,1,1,"c.grn_expr_compile"],grn_user_data:[118,2,1,"c.grn_user_data"],grn_obj_get_range:[79,1,1,"c.grn_obj_get_range"],grn_table_get:[113,1,1,"c.grn_table_get"],grn_ctx_f in:[16,1 ,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[110,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[97,0,1,"cmdoption--max-threads"],grn_ctx_init:[16,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[86,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[79,3,1,"c.GRN_OBJ_DECR"],grn_table_sort_key:[113,2,1,"c.grn_table_sort_key"],grn_obj_rename:[79,1,1,"c.grn_obj_rename"],grn_table_group_flags:[113,2,1,"c.grn_table_group_flags"],grn_obj_check:[79,1,1,"c.grn_obj_check"],grn_table_at:[113,1,1,"c.grn_table_at"],grn_column_name:[121,1,1,"c.grn_column_name"],grn_table_difference:[113,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[131,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[40,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[17,1,1,"c.grn_cache_close"],grn_obj_close:[79,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[121,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[113,1,1,"c.grn_table_truncate"],grn_obj_get_value:[79,1,1,"c.grn_obj_get_value"],grn_cache_o pen:[17, 1,1,"c.grn_cache_open"],"--server-id":[97,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[93,1,1,"c.grn_obj_delete_hook"],"--disable-max-fd-check":[131,0,1,"cmdoption--disable-max-fd-check"],"--port":[131,0,1,"cmdoption--port"],grn_ii:[86,2,1,"c.grn_ii"],"--ftp":[168,0,1,"cmdoption--ftp"],grn_obj_is_locked:[79,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[84,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[40,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[64,0,1,"cmdoption--log-level"],GRN_OBJ_SET_MASK:[79,3,1,"c.GRN_OBJ_SET_MASK"],grn_fin:[5,1,1,"c.grn_fin"],GRN_COLUMN_NAME_NSUBRECS:[121,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[40,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[116,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[40,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[41,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[56,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[84,1,1,"c.grn_expr_append_const_str"],grn _table_r ename:[113,1,1,"c.grn_table_rename"],script:[168,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[40,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[116,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[84,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[40,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[93,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[40,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[120,1,1,"c.grn_index_cursor_open"],grn_proc_func:[53,2,1,"c.grn_proc_func"],grn_db_create_optarg:[83,2,1,"c.grn_db_create_optarg"],grn_column_table:[121,1,1,"c.grn_column_table"],grn_table_add:[113,1,1,"c.grn_table_add"],grn_obj_unlock:[79,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[17,1,1,"c.grn_cache_set_max_n_entries"],grn_init:[5,1,1,"c.grn_init"],grn_proc_type:[53,2,1,"c.grn_proc_type"],grn_proc_get_info:[53,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[79,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[16,1,1,"c.grn_ctx_close"],"--query-log-rotate-threshold-size":[97,0 ,1,"cmdo ption--query-log-rotate-threshold-size"],GRN_COLUMN_NAME_KEY:[121,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[121,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[121,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[63,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[79,1,1,"c.grn_obj_get_values"],grn_column_rename:[121,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[79,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[41,1,1,"c.grn_obj_get_info"],grn_ctx_db:[16,1,1,"c.grn_ctx_db"],"--protocol":[168,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[40,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[63,2,1,"c.grn_table_cursor"],grn_table_cursor_get_value:[63,1,1,"c.grn_table_cursor_get_value"],grn_ctx_get:[16,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[25,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[83,1,1,"c.grn_db_open"],grn_column_index:[121,1,1,"c.grn_column_index"],"--n-threads":[131,0,1,"cmdoption--n-threads"],grn _ctx:[16 ,2,1,"c.grn_ctx"],"--help":[97,0,1,"cmdoption--help"],"--groonga":[168,0,1,"cmdoption--groonga"],grn_table_setoperation:[113,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[121,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[79,3,1,"c.GRN_OBJ_SET"],"--document-root":[97,0,1,"cmdoption--document-root"],grn_info_type:[41,2,1,"c.grn_info_type"],grn_column_truncate:[121,1,1,"c.grn_column_truncate"],grn_obj:[79,2,1,"c.grn_obj"],grn_obj_remove:[79,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[40,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[79,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[84,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[84,1,1,"c.grn_expr_syntax_escape_query"],grn_geo_select_in_rectangle:[110,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[19,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[86,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[56,1,1,"c.grn_obj_search"],"--send-endpoint":[64,0,1,"cmdoption--send-endpoint"],grn_table_updat e_by_id: [113,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[93,2,1,"c.grn_hook_entry"],grn_expr_append_op:[84,1,1,"c.grn_expr_append_op"],grn_geo_point:[110,2,1,"c.grn_geo_point"],grn_table_cursor_table:[63,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[120,1,1,"c.grn_index_cursor_next"],grn_table_delete:[113,1,1,"c.grn_table_delete"],dest:[97,0,1,"cmdoption-arg-dest"],grn_ctx_open:[16,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[40,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[121,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[79,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[16,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[97,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[63,1,1,"c.grn_table_cursor_delete"],grn_type_create:[62,1,1,"c.grn_type_create"],grn_obj_path_by_id:[79,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[40,1,1,"c.grn_plugin_command_create"],grn_db_recover:[83,1,1 ,"c.grn_ db_recover"],grn_builtin_type:[62,2,1,"c.grn_builtin_type"],grn_table_get_key:[113,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[79,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[25,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[17,1,1,"c.grn_cache_current_get"],grn_expr_create:[84,1,1,"c.grn_expr_create"],grn_get_default_command_version:[116,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[84,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[123,1,1,"c.grn_encoding_parse"],grn_column_create:[121,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[16,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[113,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[93,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[123,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[116,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[40,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_ii_ buffer_o pen:[86,1,1,"c.grn_ii_buffer_open"],"--receive-endpoint":[64,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[121,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[113,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[40,1,1,"c.GRN_PLUGIN_FIN"],command:[97,0,1,"cmdoption-arg-command"],GRN_PLUGIN_REGISTER:[40,1,1,"c.GRN_PLUGIN_REGISTER"],grn_plugin_mutex_close:[40,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[83,1,1,"c.grn_db_touch"],grn_table_update:[113,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[83,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[83,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"6\u30ea\u30ea\u30fc\u30b9":[1,155],code:2,senna:42,"\u6539\u826f":[27,1,155,147],"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":152,queri:[108,91,132,115,9,149,29,182],global:19,localstatedir:18 9,"4\u30 ea\u30ea\u30fc\u30b9":155,prefix:[69,151,143,189,177,54,182],"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,follow:185,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,cache_limit:117,value_typ:65,depend:[189,20],grn_type:62,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":152,drilldown_offset:108,send:[102,119],column_cr:73,column_or_valu:96,table_list:105,downtim:54,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[168,39],query_str:115,"\u524d\u63d0\u6761\u4ef6":152,grn_command_vers:116,sourc:[165,129,14,153,101,189,89],string:[13,46,90,133,151],groonga:[55,141,42,152,187,131,132,134,97,98,9,174,36,88,64,168,119],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":152,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":152,drilldown_calc_target:108,facebook:26,"\u30b5\u30f3\u30d7\u30eb":[180,168],grea ter_equ: 69,brows:9,administr:[9,102],sub_filt:183,gnu:153,list:[0,2,26],scalar:150,vector:[13,85],drilldown_output_column:108,refer:[40,41,43,93,86,106,53,56,5,85,13,116,16,17,113,19,25,118,44,120,121,62,123,63,110,79,83,84],"\u30aa\u30d7\u30b7\u30e7\u30f3":[180,168],dump_index:158,direct:9,sign:151,range_filt:76,aggreg:132,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":144,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":144,index:[66,44,3,132,114,138,78,179,65],what:38,xor:151,learner:64,"files\u306e\u5b9f\u884c":152,delet:171,version:54,"new":[77,42,119],grn_info:41,full:[3,182,132,99,74,78],hash:185,gener:[119,20],learn:[131,64,170,18,48,177],lock_clear:136,bodi:135,let:185,solari:24,ubuntu:14,path:[68,189,54],target_valu:100,valu:[90,142,6,95,46,47,145,100,146,109,103,10,148,105,107,75,154,191,58,115,59,156,158,167,160,65,22,68,49,23,162,72,73,126,171,117,96,76,127,175,82,183,131,185,133,32,136,8,36,37,140],"\u95a2\u4fc2\u5f0f":69,table_hash_kei:94,search:[44,108,3,91,92,132,85,48,74 ,18,185, 143,151,78,99,177,182],"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":152,shift:151,blogroonga:152,memcach:51,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":152,chang:42,narrow:74,"\u9759\u7684\u89e3\u6790":178,"windows\u5411\u3051\u306e\u5834\u5408":152,match_column:[115,78,108],repositori:[104,119],appli:85,modul:9,phrase:182,"debian\u7cfb\u306e\u5834\u5408":152,api:[87,30],grn_db:83,request_cancel:103,instal:[176,189,101,137,20],total:108,define_selector:156,select:108,"\u6982\u8981":11,httpd:[131,141,9,98,64],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,from:[165,129,14,153,101,189,64,89],zip:101,commun:26,query_expand:[115,108],regist:10,upgrad:54,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":70,column_remov:72,call:151,"\u30c6\u30b9\u30c8\u65b9\u6cd5":178,key_typ:65,scope:183,query_expans :108,"\u 30d6\u30ed\u30b0":152,sort:[74,3,130],token_filt:[90,65],relat:[78,108,9,64],benchmark:168,flag:[46,90,133,173,65],grn_content_typ:106,tokenbigramignoreblanksplitsymbolalpha:38,cach:[108,9],sphere:75,prepar:91,work:[119,18,177,48],tag:[44,185,65],can:45,clearlock:107,"\u7279\u6b8a\u547d\u4ee4":168,control:151,grn_column:121,geo_in_rectangl:34,process:[139,149],lock:132,topic:15,"\u4f7f\u3044\u65b9":168,liter:151,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":124,groonga_cache_limit:9,grndb:61,onlin:114,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":152,unsign:151,filter:[142,164,23,108],multipl:[78,151,130],secur:[102,151],"\u540d\u524d":[180,67,181,111,168,34,60,169],divis:151,how:[0,85,166,173,128,48,114,18,102,35,88,15,177,119],open_tagn:162,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":178,simpl:108,updat:[132,119,177,152,20],message_pack_install_prefix:189,tokenregexp:38,"\u7406\u7531":124,max:[142,96 ,23,117, 139],clone:119,geoloc:[92,185],mac:89,offlin:114,date:13,log_level:6,data:[182,13,185,45,48,9,177,151,64,65],table_dat_kei:94,alloc:166,"\u66f8\u5f0f":[180,67,181,111,168,34,169],not_equ:69,tokendelimit:38,explicit:182,issu:[0,102],callback:69,combin:182,normalizernfkc51:190,freebsd:139,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":152,table_token:46,order:142,origin:151,adjust:108,"\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":124,help:189,softwar:20,hypertext:102,lz4:189,"3\u30ea\u30ea\u30fc\u30b9":155,gqtp:[141,173,128],paramet:[90,142,6,95,97,46,47,145,8,146,109,103,148,105,127,107,108,75,154,58,115,59,156,158,191,160,64,65,68,23,162,72,73,126,171,117,96,78,82,183,131,133,136,100,139,37,140],"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u3 0fc\u30c 8":152,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":152,group:[179,182,151],thank:[125,7,77,27,112,80],grn_table_select:69,fix:[42,125,7,77,27,80],shard_kei:[142,23],"\u5b9f\u9a13\u7684":27,platform:189,window:101,requir:[108,75,23,131,95,133,46,115,59,90,109,103,142,127],persist:94,tsv:[135,176],mail:[0,26],vector_s:148,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":178,"\u4f8b\u3048\u3070redmin":124,grn_hook:93,html_untag:109,"return":[90,2,142,6,95,46,47,145,100,146,109,103,10,148,105,107,75,154,191,58,115,59,156,158,167,160,65,22,68,49,23,162,72,73,126,171,117,96,76,127,175,82,183,131,133,32,136,8,36,37,140],greater:[69,182,151],worker_process:9,rectangl:75,"8\u30ea\u30ea\u30fc\u30b9":155,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":178,"\u8fd4\u5024":[67,108,169,111,34,181],now:181,highlight_ful:162,introduct:[170,20],choic:179,term:151,name:[45,187,59,36,78,65],edit:119,revers:[44,9],grn_ctx:16,authent:54,kern: 139,micr o:185,token:[132,164,90,38],exampl:[41,5,93,86,56,53,110,116,16,17,113,62,25,118,120,121,166,123,63,173,79,81,83,187,84],"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":172,each:78,ruby_load:68,"benchmark\u5b9f\u884c\u7d50\u679c":168,grn_encod:123,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,domain:130,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":11,weight:[78,85],"0\u30ea\u30ea\u30fc\u30b9":[27,155,147],normalizerauto:190,proxy_cach:9,todo:[115,32],"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":124,develop:163,your:119,db_api:69,query_flag:108,"release\u306e\u5b9f\u884c":152,normalizer_nam:162,quantifi:179,correct:[170,18],red:152,nofil:139,"1\u30ea\u30ea\u30fc\u30b9":[27,155],shut:9,proxi:9,advanc:108,free:132,grn_user_data:118,substitution_t:115,standalon:97,releas:[125,7,77,27,112,80],database_path:[131,64],grn_match_escal:25,launch:131,success:135,dump_schema:158,recov:61,synopsti:187,as sign:[35 ,182,151],oper:[186,3,151],rand:67,rang:[3,65],plugin_regist:22,groonga_log_path:9,suffix:[151,69,182,143],"7\u30ea\u30ea\u30fc\u30b9":[1,155],"\u8aac\u660e":[180,67,181,111,168,34,60,169],arrai:151,number:[139,108,189],edit_dist:111,groonga_database_auto_cr:9,modulo:151,open:139,primari:[45,143],size:173,grn_cach:17,script:[145,151],"\u4fee\u6b63":[27,1,155,147],messag:189,expand:29,termin:173,store:[132,65],option:[46,75,142,131,133,97,187,115,90,158,23,64],relationship:44,travi:81,tool:[189,9,102],specifi:[45,75,3],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":11,tokenfilterstem:164,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":69,than:[182,151],tokenbigram:38,keyword:185,remot:102,"grntest\u306e\u6e96\u5099":152,grn_table_cursor:63,charact:179,column_list:95,grn_expr:[69,84,159],latitud:[13,132],favorit:185,ruby_ev:145,plugin_unregist:175,tabl:[66,95,108,3,94,45,46,59,158,185,78,64,65],"null":151,packag:[189,141,14],bitwis:151,drilldown_limit:108,built:[190,38, 12],min: [142,23,96],"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":69,also:[2,6,94,95,68,47,46,90,103,10,145,107,108,154,191,58,115,156,159,167,65,22,164,49,122,162,183,171,173,76,175,176,35,133,32,187,135,8,190,117],builtin:[45,97],without:54,build:[165,129,14,153,101,189,89],highlight_html:47,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":178,mroonga:132,normal:[85,90,133,190,65],"\u30d0\u30fc\u30b8\u30e7\u30f30":1,"\u30d0\u30fc\u30b8\u30e7\u30f31":[155,147],object:151,oracl:24,"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":124,regular:[179,182,151],default_token:65,"class":179,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":152,groonga_log_level:9,geoindex:185,table_pat_kei:94,request:[131,35,9,119],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":69,latest:152,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":144,"\u539f\u56e0":70,lexicon:[99,3,65],keywordn:162,text:[3,182,132,99,74,78],grn_index_cursor:120,sy ntax:[90 ,142,6,95,97,46,47,145,100,146,103,10,148,105,107,108,75,151,154,191,58,115,59,156,61,167,160,65,22,68,49,23,158,162,72,73,126,74,171,117,96,76,127,175,179,82,182,183,133,32,136,8,109,37,140],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":152,threshold:189,xml:135,access:[102,54],explicitli:75,locat:[132,74,75,176,44],just:85,ellipsoid:75,grnslap:180,configur:[19,9,20,189,54,81],solut:166,max_bord:[142,23,96],use_html_escap:162,"benchmark\u547d\u4ee4":168,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":70,contribut:[88,15],variou:[13,74],get:[131,3],express:[179,182,151],stop:141,cannot:166,wheezi:153,report:0,geo:[132,151,44],restart:141,target:148,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":11,enabl:20,query_typ:173,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":124,patch:119,"default":[189,11],tokenfilterstopword:164,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":191,contain: 69,table _cr:65,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":178,summari:[2,12,6,90,9,10,75,5,191,16,17,19,86,22,23,25,32,8,36,37,38,40,41,146,164,47,53,106,58,59,61,63,64,65,68,49,72,73,76,79,82,83,128,93,94,95,97,100,103,105,56,107,108,109,110,85,116,115,113,118,120,121,122,162,126,127,131,35,133,135,136,139,140,142,145,148,150,154,156,158,160,123,46,62,167,171,117,96,175,176,179,183,184,138,190],"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":152,set:[131,9],max_map_count:139,dump:158,geo_dist:75,see:[2,6,94,95,68,47,46,90,103,10,145,107,108,154,191,58,115,156,159,167,65,22,164,49,122,162,183,171,173,76,175,176,35,133,32,187,135,8,190,117],result:[3,130],arg:69,scorer_tf_idf:122,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":178,statu:[82,173,187],databas:[3,54],column_renam:59,label:108,less_equ:69,score:108,between:96,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":152,kei:[45,108,143],numer:13,javascript:74," \u30d7\u 30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":152,style:108,"\u5bfe\u7b56\u65b9\u6cd52":70,"\u5bfe\u7b56\u65b9\u6cd51":70,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":168,homebrew:89,dump_plugin:158,addit:[190,151,99],instant:132,plugin:[40,189],geopoint:185,equal:[69,182,151],against:78,tutori:157,logic:[182,151],improv:[42,125,7,77,27,112,80],"po\u306e\u5b9f\u884c":152,point2:75,load:[58,185,3,9,85],among:78,defrag:37,point:151,overview:[13,132,5],period:42,header:[135,173],close_tagn:162,shutdown:140,linux:[153,139],grn_proc:53,tokenbigramignoreblanksplitsymbol:38,quit:160,"\u5236\u9650\u4e8b\u9805":168,target_nam:[136,127],invert:132,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":178,json:[58,135],basic:[3,151],tokenmecab:38,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,log_put:8,drilldown_calc_typ:108,resolut:44,"2\u30ea\u30ea\u30fc\u30b9":155 ,"\u30d3 \u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":152,logical_range_filt:142,i18n:119,in_valu:100,"case":135,drildown:130,multi:54,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":152,zlib:189,cast:57,"\u691c\u7d22":144,error:[135,166],anchor:179,pack:189,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":178,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":152,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":152,"\u5f15\u6570":[180,67,111,168,34,169],filter_str:183,archiv:14,cento:129,synopsi:[131,36,9,64],"version\u30d1\u30e9\u30e1\u30fc\u30bf":11,fedora:165,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":152,"\u691c\u7d22\u306e\u6319\u52d5":144,perform:[9,54],suggest:[131,154,187,48,170,50,64],make:[189,152],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,binari:51,html:[109,119,20],output_co lumn:[10 8,142],document:[55,15,20],messagepack:135,complet:[170,177],http:[141,4,102,36,54,192],expans:91,nest:78,temporari:94,user:185,engin:132,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":152,tune:139,desctipion:187,sortbi:108,overcommit_memori:139,person:14,client:[188,97,173],command:[11,3,4,131,97,31,102,61,36,54],gzip:54,left:151,comment:185,construct:114,protocol:[51,102,173],execut:[52,97],less:[69,182,151],min_bord:[142,23,96],"5\u30ea\u30ea\u30fc\u30b9":155,languag:119,approximate_typ:75,hashtag:185,point1:75,mmap:166,"twitter\u7de8":124,patricia:143,blog:185,add:119,macport:89,geo_in_circl:169,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":152,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":152,tokenunigram:38,match:[189,182,151],format:[135,108,3,58,149,176],read:[132,177],tokendelimitnul:38,nginx:9,"\u95be\u5024\u3092\u3042\u3052\u308b":70, characte rist:[132,94],daemon:[97,173],like:74,specif:[185,78,9,21],maxfileperproc:139,manual:43,integ:151,server:[141,132,97,33,102,36,173],logical_t:[142,23],"boolean":[13,151],cascad:171,output:[135,108,3,4,119],snippet_html:32,normalizer_list:49,old:77,twitter:26,log_reopen:191,sampl:[182,151],"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":178,librari:[132,189],tokenbigramsplitsymbolalphadigit:38,confirm:119,avoid:166,per:139,tracker:0,exit:187,condit:[74,108,182],scorer_tf_at_most:184,mode:[46,90,97,69],core:54,who:185,run:[173,128,102,20],tokenizs:38,compress:54,view:3,usag:[90,142,4,12,6,95,97,46,47,145,100,146,9,103,10,148,105,107,108,75,85,154,191,58,115,59,156,61,167,160,64,65,22,68,49,23,158,122,162,72,150,73,126,171,117,96,76,127,175,176,179,82,183,131,138,109,133,32,136,8,139,37,140],tokenizer_list:167,tokenbigramsplitsymbol:38,"\u30d3\u30eb\u30c9\u6642\u306etip":152,tokenbigramsplitsymbolalpha:38,offset:[108,142],post:[185,9,54],subtract:151,comparison:[151,54],about: [45,99], column:[66,150,75,3,182,130,85,132,162,47,60,138,71,78],memori:[166,139],page:108,truncat:127,"x\u306e\u304a\u77e5\u3089\u305b":[1,155,147],tokentrigram:38,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":178,ppa:14,match_escalation_threshold:108,grn_ii:86,"\u4f8b":[67,169,111,70,34,181],"float":151,encod:189,dataset:187,down:[74,9],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":144,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":69,storag:132,groonga_query_log_path:9,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":45,log:[149,189,64,54],transfer:102,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":168,support:92,"\u5909\u66f4":155,submit:0,custom:54,avail:[164,9],start:141,arithmet:151,"\u306e\u66f4\u65b0":152,sharabl:132,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":152,"function":[161,151],tokenbigramignoreblanksplitsymbolalphadigit:38,"\u7279\u5b9a\u306e \u74b0\u 5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":152,"\u691c\u7d22\u4f8b4":69,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":69,"\u691c\u7d22\u4f8b2":69,"\u691c\u7d22\u4f8b1":69,translat:119,drilldown_sortbi:108,line:[131,97,4],bug:0,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":152,pull:119,dump_record:158,new_nam:59,type:[13,185,45],record:[94,108,3],limit:[66,108,130,85,94,45,176],inform:[74,99],similar:[18,151,69],grn_tabl:113,"\u611f\u8b1d":[27,1,155,147],featur:92,bigram:185,creat:[3,85,185,187,78,65],trie:143,flow:119,grn_obj:79,groonga_databas:9,"homebrew\u306e\u66f4\u65b0":152,jessi:153,right:151,file:[97,187,139,176,64,54,119],check:[126,61],"\u5bfe\u5fdc":124,tokenbigramignoreblank:38,table_remov:146,extract:[151,48],grn_search:56,other:[189,179],logical_count:23,grn_geo:110,"hat\u7cfb\u306e\u5834\u5408":152,scorer:[74,108,12],cooccurr:[18,177,48],drilldown:[108,130],debian:153,longitud:[13,132],groonga _base_pa th:9,escal:189,"\u691c\u7d22\u4f8b3":69,descript:45,pseudo:60,cpu:54,munin:189,queryexpandertsv:176,time:[13,185,151],escap:[182,179],"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":152,table_no_kei:94}}) \ No newline at end of file Modified: docs/sources/news.txt (+9 -4) =================================================================== --- docs/sources/news.txt 2015-06-11 12:39:47 +0900 (7f38aba) +++ docs/sources/news.txt 2015-06-16 18:45:25 +0900 (245a797) @@ -26,16 +26,20 @@ Improvements value. [GitHub groonga/groonga.org#16] [Suggested by Hiroyuki Sato] * [:doc:`/reference/commands/select`] Supported accessing other table's record in filter. You can use ``--filter 'OTHER_TABLE[KEY].COLUMN'`` for example. -* [:doc:`/reference/commands/select`] Supported operator as table key. +* [:doc:`/reference/commands/select`] Supported operator in table key. You can use ``--filter 'OTHER_TABLE["SOME STRING" + "ANOTHER STRING"].COLUMN'"`` for example. * [example] Used Ruby 2.0 or later API in script for converting dictionary data. * Changed to show error message about invalid type of keys about table. * [doc] Fixed link from sourceforge.jp to osdn.me or osdn.jp about mailing list preference page. SourceForge.jp is marked as obsoleted because of branding issue since May 11, 2015. -* [:doc:`/reference/commands/tokenize`] Added ``force_prefix``. [Patch by Naoya Murakami] -* Supported to search by shorter words such as 2 or less characters for TokenTrigram. +* [:doc:`/reference/commands/tokenize`] Added ``force_prefix`` value to each token information. [Patch by Naoya Murakami] +* Supported to search by shorter words such as 2 or less characters for :ref:`token-trigram`. [Patch by Naoya Murakami] * [deb] Added service file for Systemd into groonga-httpd and groonga-server-gqtp packages. +* [:doc:`/reference/commands/select`] Ignored ``--query`` when its + value consists of only space characters. Space characters include + full-width space (``U+3000 IDEOGRAPHIC SPACE`` in + Unicode). [Suggested by TomyGX] Fixes ^^^^^ @@ -43,7 +47,7 @@ Fixes * Fixed a crash bug when empty key is specified for ``drilldown[label].keys``. * Fixed a bug that the return value of ``grn_parse_query_flags`` is not properly checked. [GitHub#336] [Reported by Hiroaki Nakamura] -* Fixed a build error on some BSD systems. They doesn't have "-i" option for sed. +* Fixed a build error on some BSD systems. They doesn't have ``-i`` option for ``sed``. * Fixed a build error on Solaris. It is changed to initialize by ``sizeof(msghdr)`` in ``memset()`` because ``msg_control``, ``msg_controllen`` and ``msg_flags`` doesn't exist on Solaris by default. * [:doc:`/reference/tokenizers`] Fixed a typo. [GitHub#338] [Reported by Hiroyuki Sato] @@ -70,6 +74,7 @@ Thanks * Hiroyuki Sato * Naoya Murakami * fbnteqr +* TomyGX .. _release-5-0-3: Modified: docs/sources/reference/executables/groonga.txt (+2 -2) =================================================================== --- docs/sources/reference/executables/groonga.txt 2015-06-11 12:39:47 +0900 (3d133a7) +++ docs/sources/reference/executables/groonga.txt 2015-06-16 18:45:25 +0900 (a1a84e2) @@ -119,8 +119,8 @@ Daemon mode ^^^^^^^^^^^ In daemon mode, ``groonga`` executable file runs as a daemon. Daemon -is similar to server but it runs in the background. See -:ref:`_groonga-executable-file-server-mode` about server. +is similar to server but it runs in the background. See +:ref:`groonga-executable-file-server-mode` about server. Here is the syntax to run Groonga daemon with temporary database:: Modified: docs/sources/reference/tuning.txt (+32 -30) =================================================================== --- docs/sources/reference/tuning.txt 2015-06-11 12:39:47 +0900 (73e4063) +++ docs/sources/reference/tuning.txt 2015-06-16 18:45:25 +0900 (096e862) @@ -8,13 +8,12 @@ Tuning Summary ------- -There are some tuning parameters for improving Groonga performance or -handling a large database. +There are some tuning parameters for handling a large database. Parameters ---------- -This section describes parameters. +This section describes tuning parameters. .. _tuning-max-n-open-files: @@ -23,15 +22,15 @@ The max number of open files per process This parameter is for handling a large database. -Groonga creates one or more files per table and colum. If your -database has many tables and columns, groonga process needs to open +Groonga creates one or more files per table and column. If your +database has many tables and columns, Groonga process needs to open many files. System limits the max number of open files per process. So you need to relax the limitation. Here is an expression that compute how many files are opened by -groonga:: +Groonga:: 3 (for DB) + N tables + @@ -64,16 +63,19 @@ Memory usage This parameter is for handling a large database. Groonga maps database files onto memory and accesses to them. Groonga -doesn't maps unnecessary files onto memory until they are nneded. +doesn't maps unnecessary files onto memory. Groonga maps files when +they are needed. If you access to all data in database, all database files are mapped -onto memory. If total size of your database files is 6GiB, your -groonga process uses 6GiB memory. +onto memory. If total size of your database files is 6GiB, your +Groonga process uses 6GiB memory. -Normally, your all database files aren't mapped onto memry. But is may +Normally, your all database files aren't mapped onto memory. But it may be occurred. It is an example case that you dump your database. -You must have memory and swap that is larger than database. +Normally, you must have memory and swap that is larger than +database. Linux has tuning parameter to work with less memory and swap +than database size. .. _tuning-linux: @@ -84,8 +86,8 @@ This section describes how to configure parameters on Linux. .. _tuning-linux-nofile: -nofile -^^^^^^ +``nofile`` +^^^^^^^^^^ You can relax the :ref:`tuning-max-n-open-files` parameter by creating a configuration file ``/etc/security/limits.d/groonga.conf`` that has @@ -94,27 +96,26 @@ the following content:: ${USER} soft nofile ${MAX_VALUE} ${USER} hard nofile ${MAX_VALUE} -If you run ``groonga`` process by ``groonga`` user and your groonga +If you run Groonga process by ``groonga`` user and your Groonga process needs to open less than 10000 files, use the following configuration:: groonga soft nofile 10000 groonga hard nofile 10000 -The configuration is applied after your groonga service is restarted -or re-login as your groonga user. +The configuration is applied after your Groonga service is restarted +or re-login as your ``groonga`` user. .. _tuning-linux-overcommit-memory: -vm.overcommit_memory -^^^^^^^^^^^^^^^^^^^^ +``vm.overcommit_memory`` +^^^^^^^^^^^^^^^^^^^^^^^^ This is :ref:`tuning-memory-usage` related parameter. You can handle a database that is larger than your memory and swap by setting -``vm.overcommit_memory`` kernel parameter to 1. 1 means that Groonga -can always map database files onto memory. It is no problem until -groonga touch mapped database files that their size is larger than -memory and swap. Groonga recommends the configuration. +``vm.overcommit_memory`` kernel parameter to ``1``. ``1`` means that +Groonga can always map database files onto memory. Groonga recommends +the configuration. See `Linux kernel documentation about overcommit <https://www.kernel.org/doc/Documentation/vm/overcommit-accounting>`_ @@ -133,16 +134,17 @@ following command:: .. _tuning-linux-max-map-count: -vm.max_map_count -^^^^^^^^^^^^^^^^ +``vm.max_map_count`` +^^^^^^^^^^^^^^^^^^^^ This is :ref:`tuning-memory-usage` related parameter. You can handle a 16GiB or more larger size database by increasing ``vm.max_map_count`` kernel parameter. The parameter limits the max number of memory maps. -The default value of the kernel parameter may be 65530 or 65536. -Groonga maps 256KiB memory chunk at one time. If a database is larger -than 16GiB, groonga reaches the limitation. (``256KiB * 65536 = 16GiB``) +The default value of the kernel parameter may be ``65530`` or +``65536``. Groonga maps 256KiB memory chunk at one time. If a +database is larger than 16GiB, Groonga reaches the +limitation. (``256KiB * 65536 = 16GiB``) You needs to increase the value of the kernel parameter to handle 16GiB or more larger size database. For example, you can handle almost @@ -152,7 +154,7 @@ configuration by putting a configuration file vm.max_map_count = 131072 -Note that your real confiugration file will be the following because +Note that your real configuration file will be the following because you already have ``vm.overcommit_memory`` configuration:: vm.overcommit_memory = 1 @@ -170,7 +172,7 @@ This section describes how to configure parameters on FreeBSD. .. _tuning-freebsd-maxfilesperproc: -kern.maxfileperproc -^^^^^^^^^^^^^^^^^^^ +``kern.maxfileperproc`` +^^^^^^^^^^^^^^^^^^^^^^^ TODO Modified: docs/sources/tutorial/match_columns.txt (+6 -6) =================================================================== --- docs/sources/tutorial/match_columns.txt 2015-06-11 12:39:47 +0900 (9a59a99) +++ docs/sources/tutorial/match_columns.txt 2015-06-16 18:45:25 +0900 (b5accdf) @@ -29,7 +29,7 @@ Then create ``IndexBlog1`` table for column indexes, add ``index_title`` column .. table_create --name Blog1 --flags TABLE_HASH_KEY --key_type ShortText .. column_create --table Blog1 --name title --flags COLUMN_SCALAR --type ShortText .. column_create --table Blog1 --name message --flags COLUMN_SCALAR --type ShortText -.. table_create --name IndexBlog1 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram +.. table_create --name IndexBlog1 --flags TABLE_PAT_KEY --key_type ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto .. column_create --table IndexBlog1 --name index_title --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source title .. column_create --table IndexBlog1 --name index_message --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source message .. load --table Blog1 @@ -64,7 +64,7 @@ Even though same column index is used, Groonga supports to search against title .. table_create --name Blog2 --flags TABLE_HASH_KEY --key_type ShortText .. column_create --table Blog2 --name title --flags COLUMN_SCALAR --type ShortText .. column_create --table Blog2 --name message --flags COLUMN_SCALAR --type ShortText -.. table_create --name IndexBlog2 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram +.. table_create --name IndexBlog2 --flags TABLE_PAT_KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto .. column_create --table IndexBlog2 --name index_blog --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Blog2 --source title,message .. load --table Blog2 .. [ @@ -127,7 +127,7 @@ Here is the sample schema. .. table_create Articles TABLE_NO_KEY .. column_create Articles content COLUMN_SCALAR Text .. column_create Articles comment COLUMN_SCALAR Comments -.. table_create Lexicon TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram +.. table_create Lexicon TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto .. column_create Lexicon articles_content COLUMN_INDEX|WITH_POSITION Articles content .. column_create Lexicon comments_content COLUMN_INDEX|WITH_POSITION Comments content .. column_create Comments article COLUMN_INDEX Articles comment @@ -155,10 +155,10 @@ Query for searching the records described above:: select Articles --match_columns comment.content --query groonga --output_columns "_id, _score, *" -You need to concatenate comment column of Articles table and content column of Comments table with period(.) as --match_columns arguments. +You need to concatenate comment column of Articles table and content column of Comments table with period( ``.`` ) as ``--match_columns`` arguments. At first, this query execute fulltext search from content of Comments table, then fetch the records of Articles table which refers to already searched records of Comments table. -(Because of this, if you comment out the query which create column index 'article' of Comments table, you can't get intended search results.) +(Because of this, if you comment out the query which creates index column ``article`` of Comments table, you can't get intended search results.) .. groonga-command .. include:: ../example/tutorial/match_columns-nested-index-select.log @@ -180,7 +180,7 @@ Here is the sample schema similar to previous one. The difference is added table .. table_create Articles2 TABLE_NO_KEY .. column_create Articles2 content COLUMN_SCALAR Text .. column_create Articles2 comment COLUMN_SCALAR Comments2 -.. table_create Lexicon2 TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram +.. table_create Lexicon2 TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto .. column_create Lexicon2 articles_content COLUMN_INDEX|WITH_POSITION Articles2 content .. column_create Lexicon2 comments_content COLUMN_INDEX|WITH_POSITION Comments2 content .. column_create Lexicon2 replies_content COLUMN_INDEX|WITH_POSITION Replies2 content Modified: docs/static/jquery.js (+2 -9404) =================================================================== --- docs/static/jquery.js 2015-06-11 12:39:47 +0900 (ea1666a) +++ docs/static/jquery.js 2015-06-16 18:45:25 +0900 (83589da) @@ -1,9404 +1,2 @@ -/*! - * jQuery JavaScript Library v1.7.2 - * http://jquery.com/ - * - * Copyright 2011, John Resig - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * - * Date: Fri Aug 29 09:46:34 UTC 2014 - */ -(function( window, undefined ) { - -// Use the correct document accordingly with window argument (sandbox) -var document = window.document, - navigator = window.navigator, - location = window.location; -var jQuery = (function() { - -// Define a local copy of jQuery -var jQuery = function( selector, context ) { - // The jQuery object is actually just the init constructor 'enhanced' - return new jQuery.fn.init( selector, context, rootjQuery ); - }, - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$, - - // A central reference to the root jQuery(document) - rootjQuery, - - // A simple way to check for HTML strings or ID strings - // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) - quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/, - - // Check if a string has a non-whitespace character in it - rnotwhite = /\S/, - - // Used for trimming whitespace - trimLeft = /^\s+/, - trimRight = /\s+$/, - - // Match a standalone tag - rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, - - // JSON RegExp - rvalidchars = /^[\],:{}\s]*$/, - rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, - rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, - rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g, - - // Useragent RegExp - rwebkit = /(webkit)[ \/]([\w.]+)/, - ropera = /(opera)(?:.*version)?[ \/]([\w.]+)/, - rmsie = /(msie) ([\w.]+)/, - rmozilla = /(mozilla)(?:.*? rv:([\w.]+))?/, - - // Matches dashed string for camelizing - rdashAlpha = /-([a-z]|[0-9])/ig, - rmsPrefix = /^-ms-/, - - // Used by jQuery.camelCase as callback to replace() - fcamelCase = function( all, letter ) { - return ( letter + "" ).toUpperCase(); - }, - - // Keep a UserAgent string for use with jQuery.browser - userAgent = navigator.userAgent, - - // For matching the engine and version of the browser - browserMatch, - - // The deferred used on DOM ready - readyList, - - // The ready event handler - DOMContentLoaded, - - // Save a reference to some core methods - toString = Object.prototype.toString, - hasOwn = Object.prototype.hasOwnProperty, - push = Array.prototype.push, - slice = Array.prototype.slice, - trim = String.prototype.trim, - indexOf = Array.prototype.indexOf, - - // [[Class]] -> type pairs - class2type = {}; - -jQuery.fn = jQuery.prototype = { - constructor: jQuery, - init: function( selector, context, rootjQuery ) { - var match, elem, ret, doc; - - // Handle $(""), $(null), or $(undefined) - if ( !selector ) { - return this; - } - - // Handle $(DOMElement) - if ( selector.nodeType ) { - this.context = this[0] = selector; - this.length = 1; - return this; - } - - // The body element only exists once, optimize finding it - if ( selector === "body" && !context && document.body ) { - this.context = document; - this[0] = document.body; - this.selector = selector; - this.length = 1; - return this; - } - - // Handle HTML strings - if ( typeof selector === "string" ) { - // Are we dealing with HTML string or an ID? - if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = quickExpr.exec( selector ); - } - - // Verify a match, and that no context was specified for #id - if ( match && (match[1] || !context) ) { - - // HANDLE: $(html) -> $(array) - if ( match[1] ) { - context = context instanceof jQuery ? context[0] : context; - doc = ( context ? context.ownerDocument || context : document ); - - // If a single string is passed in and it's a single tag - // just do a createElement and skip the rest - ret = rsingleTag.exec( selector ); - - if ( ret ) { - if ( jQuery.isPlainObject( context ) ) { - selector = [ document.createElement( ret[1] ) ]; - jQuery.fn.attr.call( selector, context, true ); - - } else { - selector = [ doc.createElement( ret[1] ) ]; - } - - } else { - ret = jQuery.buildFragment( [ match[1] ], [ doc ] ); - selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes; - } - - return jQuery.merge( this, selector ); - - // HANDLE: $("#id") - } else { - elem = document.getElementById( match[2] ); - - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - if ( elem && elem.parentNode ) { - // Handle the case where IE and Opera return items - // by name instead of ID - if ( elem.id !== match[2] ) { - return rootjQuery.find( selector ); - } - - // Otherwise, we inject the element directly into the jQuery object - this.length = 1; - this[0] = elem; - } - - this.context = document; - this.selector = selector; - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || rootjQuery ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( jQuery.isFunction( selector ) ) { - return rootjQuery.ready( selector ); - } - - if ( selector.selector !== undefined ) { - this.selector = selector.selector; - this.context = selector.context; - } - - return jQuery.makeArray( selector, this ); - }, - - // Start with an empty selector - selector: "", - - // The current version of jQuery being used - jquery: "1.7.2", - - // The default length of a jQuery object is 0 - length: 0, - - // The number of elements contained in the matched element set - size: function() { - return this.length; - }, - - toArray: function() { - return slice.call( this, 0 ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - return num == null ? - - // Return a 'clean' array - this.toArray() : - - // Return just the object - ( num < 0 ? this[ this.length + num ] : this[ num ] ); - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems, name, selector ) { - // Build a new jQuery matched element set - var ret = this.constructor(); - - if ( jQuery.isArray( elems ) ) { - push.apply( ret, elems ); - - } else { - jQuery.merge( ret, elems ); - } - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - ret.context = this.context; - - if ( name === "find" ) { - ret.selector = this.selector + ( this.selector ? " " : "" ) + selector; - } else if ( name ) { - ret.selector = this.selector + "." + name + "(" + selector + ")"; - } - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - // (You can seed the arguments with an array of args, but this is - // only used internally.) - each: function( callback, args ) { - return jQuery.each( this, callback, args ); - }, - - ready: function( fn ) { - // Attach the listeners - jQuery.bindReady(); - - // Add the callback - readyList.add( fn ); - - return this; - }, - - eq: function( i ) { - i = +i; - return i === -1 ? - this.slice( i ) : - this.slice( i, i + 1 ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ), - "slice", slice.call(arguments).join(",") ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map(this, function( elem, i ) { - return callback.call( elem, i, elem ); - })); - }, - - end: function() { - return this.prevObject || this.constructor(null); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: [].sort, - splice: [].splice -}; - -// Give the init function the jQuery prototype for later instantiation -jQuery.fn.init.prototype = jQuery.fn; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[0] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - target = arguments[1] || {}; - // skip the boolean and the target - i = 2; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !jQuery.isFunction(target) ) { - target = {}; - } - - // extend jQuery itself if only one argument is passed - if ( length === i ) { - target = this; - --i; - } - - for ( ; i < length; i++ ) { - // Only deal with non-null/undefined values - if ( (options = arguments[ i ]) != null ) { - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent never-ending loop - if ( target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { - if ( copyIsArray ) { - copyIsArray = false; - clone = src && jQuery.isArray(src) ? src : []; - - } else { - clone = src && jQuery.isPlainObject(src) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend({ - noConflict: function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; - }, - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Hold (or release) the ready event - holdReady: function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } - }, - - // Handle when the DOM is ready - ready: function( wait ) { - // Either a released hold or an DOMready/load event and not yet ready - if ( (wait === true && !--jQuery.readyWait) || (wait !== true && !jQuery.isReady) ) { - // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). - if ( !document.body ) { - return setTimeout( jQuery.ready, 1 ); - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.fireWith( document, [ jQuery ] ); - - // Trigger any bound ready events - if ( jQuery.fn.trigger ) { - jQuery( document ).trigger( "ready" ).off( "ready" ); - } - } - }, - - bindReady: function() { - if ( readyList ) { - return; - } - - readyList = jQuery.Callbacks( "once memory" ); - - // Catch cases where $(document).ready() is called after the - // browser event has already occurred. - if ( document.readyState === "complete" ) { - // Handle it asynchronously to allow scripts the opportunity to delay ready - return setTimeout( jQuery.ready, 1 ); - } - - // Mozilla, Opera and webkit nightlies currently support this event - if ( document.addEventListener ) { - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", jQuery.ready, false ); - - // If IE event model is used - } else if ( document.attachEvent ) { - // ensure firing before onload, - // maybe late but safe also for iframes - document.attachEvent( "onreadystatechange", DOMContentLoaded ); - - // A fallback to window.onload, that will always work - window.attachEvent( "onload", jQuery.ready ); - - // If IE and not a frame - // continually check to see if the document is ready - var toplevel = false; - - try { - toplevel = window.frameElement == null; - } catch(e) {} - - if ( document.documentElement.doScroll && toplevel ) { - doScrollCheck(); - } - } - }, - - // See test/unit/core.js for details concerning isFunction. - // Since version 1.3, DOM methods and functions like alert - // aren't supported. They return false on IE (#2968). - isFunction: function( obj ) { - return jQuery.type(obj) === "function"; - }, - - isArray: Array.isArray || function( obj ) { - return jQuery.type(obj) === "array"; - }, - - isWindow: function( obj ) { - return obj != null && obj == obj.window; - }, - - isNumeric: function( obj ) { - return !isNaN( parseFloat(obj) ) && isFinite( obj ); - }, - - type: function( obj ) { - return obj == null ? - String( obj ) : - class2type[ toString.call(obj) ] || "object"; - }, - - isPlainObject: function( obj ) { - // Must be an Object. - // Because of IE, we also have to check the presence of the constructor property. - // Make sure that DOM nodes and window objects don't pass through, as well - if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { - return false; - } - - try { - // Not own constructor property must be Object - if ( obj.constructor && - !hasOwn.call(obj, "constructor") && - !hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { - return false; - } - } catch ( e ) { - // IE8,9 Will throw exceptions on certain host objects #9897 - return false; - } - - // Own properties are enumerated firstly, so to speed up, - // if last one is own, then all properties are own. - - var key; - for ( key in obj ) {} - - return key === undefined || hasOwn.call( obj, key ); - }, - - isEmptyObject: function( obj ) { - for ( var name in obj ) { - return false; - } - return true; - }, - - error: function( msg ) { - throw new Error( msg ); - }, - - parseJSON: function( data ) { - if ( typeof data !== "string" || !data ) { - return null; - } - - // Make sure leading/trailing whitespace is removed (IE can't handle it) - data = jQuery.trim( data ); - - // Attempt to parse using the native JSON parser first - if ( window.JSON && window.JSON.parse ) { - return window.JSON.parse( data ); - } - - // Make sure the incoming data is actual JSON - // Logic borrowed from http://json.org/json2.js - if ( rvalidchars.test( data.replace( rvalidescape, "@" ) - .replace( rvalidtokens, "]" ) - .replace( rvalidbraces, "")) ) { - - return ( new Function( "return " + data ) )(); - - } - jQuery.error( "Invalid JSON: " + data ); - }, - - // Cross-browser xml parsing - parseXML: function( data ) { - if ( typeof data !== "string" || !data ) { - return null; - } - var xml, tmp; - try { - if ( window.DOMParser ) { // Standard - tmp = new DOMParser(); - xml = tmp.parseFromString( data , "text/xml" ); - } else { // IE - xml = new ActiveXObject( "Microsoft.XMLDOM" ); - xml.async = "false"; - xml.loadXML( data ); - } - } catch( e ) { - xml = undefined; - } - if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; - }, - - noop: function() {}, - - // Evaluates a script in a global context - // Workarounds based on findings by Jim Driscoll - // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context - globalEval: function( data ) { - if ( data && rnotwhite.test( data ) ) { - // We use execScript on Internet Explorer - // We use an anonymous function so that context is window - // rather than jQuery in Firefox - ( window.execScript || function( data ) { - window[ "eval" ].call( window, data ); - } )( data ); - } - }, - - // Convert dashed to camelCase; used by the css and data modules - // Microsoft forgot to hump their vendor prefix (#9572) - camelCase: function( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); - }, - - nodeName: function( elem, name ) { - return elem.nodeName && elem.nodeName.toUpperCase() === name.toUpperCase(); - }, - - // args is for internal usage only - each: function( object, callback, args ) { - var name, i = 0, - length = object.length, - isObj = length === undefined || jQuery.isFunction( object ); - - if ( args ) { - if ( isObj ) { - for ( name in object ) { - if ( callback.apply( object[ name ], args ) === false ) { - break; - } - } - } else { - for ( ; i < length; ) { - if ( callback.apply( object[ i++ ], args ) === false ) { - break; - } - } - } - - // A special, fast, case for the most common use of each - } else { - if ( isObj ) { - for ( name in object ) { - if ( callback.call( object[ name ], name, object[ name ] ) === false ) { - break; - } - } - } else { - for ( ; i < length; ) { - if ( callback.call( object[ i ], i, object[ i++ ] ) === false ) { - break; - } - } - } - } - - return object; - }, - - // Use native String.trim function wherever possible - trim: trim ? - function( text ) { - return text == null ? - "" : - trim.call( text ); - } : - - // Otherwise use our own trimming functionality - function( text ) { - return text == null ? - "" : - text.toString().replace( trimLeft, "" ).replace( trimRight, "" ); - }, - - // results is for internal usage only - makeArray: function( array, results ) { - var ret = results || []; - - if ( array != null ) { - // The window, strings (and functions) also have 'length' - // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930 - var type = jQuery.type( array ); - - if ( array.length == null || type === "string" || type === "function" || type === "regexp" || jQuery.isWindow( array ) ) { - push.call( ret, array ); - } else { - jQuery.merge( ret, array ); - } - } - - return ret; - }, - - inArray: function( elem, array, i ) { - var len; - - if ( array ) { - if ( indexOf ) { - return indexOf.call( array, elem, i ); - } - - len = array.length; - i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; - - for ( ; i < len; i++ ) { - // Skip accessing in sparse arrays - if ( i in array && array[ i ] === elem ) { - return i; - } - } - } - - return -1; - }, - - merge: function( first, second ) { - var i = first.length, - j = 0; - - if ( typeof second.length === "number" ) { - for ( var l = second.length; j < l; j++ ) { - first[ i++ ] = second[ j ]; - } - - } else { - while ( second[j] !== undefined ) { - first[ i++ ] = second[ j++ ]; - } - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, inv ) { - var ret = [], retVal; - inv = !!inv; - - // Go through the array, only saving the items - // that pass the validator function - for ( var i = 0, length = elems.length; i < length; i++ ) { - retVal = !!callback( elems[ i ], i ); - if ( inv !== retVal ) { - ret.push( elems[ i ] ); - } - } - - return ret; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var value, key, ret = [], - i = 0, - length = elems.length, - // jquery objects are treated as arrays - isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( length > 0 && elems[ 0 ] && elems[ length -1 ] ) || length === 0 || jQuery.isArray( elems ) ) ; - - // Go through the array, translating each of the items to their - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret[ ret.length ] = value; - } - } - - // Go through every key on the object, - } else { - for ( key in elems ) { - value = callback( elems[ key ], key, arg ); - - if ( value != null ) { - ret[ ret.length ] = value; - } - } - } - - // Flatten any nested arrays - return ret.concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // Bind a function to a context, optionally partially applying any - // arguments. - proxy: function( fn, context ) { - if ( typeof context === "string" ) { - var tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !jQuery.isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - var args = slice.call( arguments, 2 ), - proxy = function() { - return fn.apply( context, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++; - - return proxy; - }, - - // Mutifunctional method to get and set values to a collection - // The value/s can optionally be executed if it's a function - access: function( elems, fn, key, value, chainable, emptyGet, pass ) { - var exec, - bulk = key == null, - i = 0, - length = elems.length; - - // Sets many values - if ( key && typeof key === "object" ) { - for ( i in key ) { - jQuery.access( elems, fn, i, key[i], 1, emptyGet, value ); - } - chainable = 1; - - // Sets one value - } else if ( value !== undefined ) { - // Optionally, function values get executed if exec is true - exec = pass === undefined && jQuery.isFunction( value ); - - if ( bulk ) { - // Bulk operations only iterate when executing function values - if ( exec ) { - exec = fn; - fn = function( elem, key, value ) { - return exec.call( jQuery( elem ), value ); - }; - - // Otherwise they run against the entire set - } else { - fn.call( elems, value ); - fn = null; - } - } - - if ( fn ) { - for (; i < length; i++ ) { - fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass ); - } - } - - chainable = 1; - } - - return chainable ? - elems : - - // Gets - bulk ? - fn.call( elems ) : - length ? fn( elems[0], key ) : emptyGet; - }, - - now: function() { - return ( new Date() ).getTime(); - }, - - // Use of jQuery.browser is frowned upon. - // More details: http://docs.jquery.com/Utilities/jQuery.browser - uaMatch: function( ua ) { - ua = ua.toLowerCase(); - - var match = rwebkit.exec( ua ) || - ropera.exec( ua ) || - rmsie.exec( ua ) || - ua.indexOf("compatible") < 0 && rmozilla.exec( ua ) || - []; - - return { browser: match[1] || "", version: match[2] || "0" }; - }, - - sub: function() { - function jQuerySub( selector, context ) { - return new jQuerySub.fn.init( selector, context ); - } - jQuery.extend( true, jQuerySub, this ); - jQuerySub.superclass = this; - jQuerySub.fn = jQuerySub.prototype = this(); - jQuerySub.fn.constructor = jQuerySub; - jQuerySub.sub = this.sub; - jQuerySub.fn.init = function init( selector, context ) { - if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) { - context = jQuerySub( context ); - } - - return jQuery.fn.init.call( this, selector, context, rootjQuerySub ); - }; - jQuerySub.fn.init.prototype = jQuerySub.fn; - var rootjQuerySub = jQuerySub(document); - return jQuerySub; - }, - - browser: {} -}); - -// Populate the class2type map -jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -}); - -browserMatch = jQuery.uaMatch( userAgent ); -if ( browserMatch.browser ) { - jQuery.browser[ browserMatch.browser ] = true; - jQuery.browser.version = browserMatch.version; -} - -// Deprecated, use jQuery.browser.webkit instead -if ( jQuery.browser.webkit ) { - jQuery.browser.safari = true; -} - -// IE doesn't match non-breaking spaces with \s -if ( rnotwhite.test( "\xA0" ) ) { - trimLeft = /^[\s\xA0]+/; - trimRight = /[\s\xA0]+$/; -} - -// All jQuery objects should point back to these -rootjQuery = jQuery(document); - -// Cleanup functions for the document ready method -if ( document.addEventListener ) { - DOMContentLoaded = function() { - document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); - jQuery.ready(); - }; - -} else if ( document.attachEvent ) { - DOMContentLoaded = function() { - // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). - if ( document.readyState === "complete" ) { - document.detachEvent( "onreadystatechange", DOMContentLoaded ); - jQuery.ready(); - } - }; -} - -// The DOM ready check for Internet Explorer -function doScrollCheck() { - if ( jQuery.isReady ) { - return; - } - - try { - // If IE is used, use the trick by Diego Perini - // http://javascript.nwbox.com/IEContentLoaded/ - document.documentElement.doScroll("left"); - } catch(e) { - setTimeout( doScrollCheck, 1 ); - return; - } - - // and execute any waiting functions - jQuery.ready(); -} - -return jQuery; - -})(); - - -// String to Object flags format cache -var flagsCache = {}; - -// Convert String-formatted flags into Object-formatted ones and store in cache -function createFlags( flags ) { - var object = flagsCache[ flags ] = {}, - i, length; - flags = flags.split( /\s+/ ); - for ( i = 0, length = flags.length; i < length; i++ ) { - object[ flags[i] ] = true; - } - return object; -} - -/* - * Create a callback list using the following parameters: - * - * flags: an optional list of space-separated flags that will change how - * the callback list behaves - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible flags: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( flags ) { - - // Convert flags from String-formatted to Object-formatted - // (we check in cache first) - flags = flags ? ( flagsCache[ flags ] || createFlags( flags ) ) : {}; - - var // Actual callback list - list = [], - // Stack of fire calls for repeatable lists - stack = [], - // Last fire value (for non-forgettable lists) - memory, - // Flag to know if list was already fired - fired, - // Flag to know if list is currently firing - firing, - // First callback to fire (used internally by add and fireWith) - firingStart, - // End of the loop when firing - firingLength, - // Index of currently firing callback (modified by remove if needed) - firingIndex, - // Add one or several callbacks to the list - add = function( args ) { - var i, - length, - elem, - type, - actual; - for ( i = 0, length = args.length; i < length; i++ ) { - elem = args[ i ]; - type = jQuery.type( elem ); - if ( type === "array" ) { - // Inspect recursively - add( elem ); - } else if ( type === "function" ) { - // Add if not in unique mode and callback is not in - if ( !flags.unique || !self.has( elem ) ) { - list.push( elem ); - } - } - } - }, - // Fire callbacks - fire = function( context, args ) { - args = args || []; - memory = !flags.memory || [ context, args ]; - fired = true; - firing = true; - firingIndex = firingStart || 0; - firingStart = 0; - firingLength = list.length; - for ( ; list && firingIndex < firingLength; firingIndex++ ) { - if ( list[ firingIndex ].apply( context, args ) === false && flags.stopOnFalse ) { - memory = true; // Mark as halted - break; - } - } - firing = false; - if ( list ) { - if ( !flags.once ) { - if ( stack && stack.length ) { - memory = stack.shift(); - self.fireWith( memory[ 0 ], memory[ 1 ] ); - } - } else if ( memory === true ) { - self.disable(); - } else { - list = []; - } - } - }, - // Actual Callbacks object - self = { - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - var length = list.length; - add( arguments ); - // Do we need to add the callbacks to the - // current firing batch? - if ( firing ) { - firingLength = list.length; - // With memory, if we're not firing then - // we should call right away, unless previous - // firing was halted (stopOnFalse) - } else if ( memory && memory !== true ) { - firingStart = length; - fire( memory[ 0 ], memory[ 1 ] ); - } - } - return this; - }, - // Remove a callback from the list - remove: function() { - if ( list ) { - var args = arguments, - argIndex = 0, - argLength = args.length; - for ( ; argIndex < argLength ; argIndex++ ) { - for ( var i = 0; i < list.length; i++ ) { - if ( args[ argIndex ] === list[ i ] ) { - // Handle firingIndex and firingLength - if ( firing ) { - if ( i <= firingLength ) { - firingLength--; - if ( i <= firingIndex ) { - firingIndex--; - } - } - } - // Remove the element - list.splice( i--, 1 ); - // If we have some unicity property then - // we only need to do this once - if ( flags.unique ) { - break; - } - } - } - } - } - return this; - }, - // Control if a given callback is in the list - has: function( fn ) { - if ( list ) { - var i = 0, - length = list.length; - for ( ; i < length; i++ ) { - if ( fn === list[ i ] ) { - return true; - } - } - } - return false; - }, - // Remove all callbacks from the list - empty: function() { - list = []; - return this; - }, - // Have the list do nothing anymore - disable: function() { - list = stack = memory = undefined; - return this; - }, - // Is it disabled? - disabled: function() { - return !list; - }, - // Lock the list in its current state - lock: function() { - stack = undefined; - if ( !memory || memory === true ) { - self.disable(); - } - return this; - }, - // Is it locked? - locked: function() { - return !stack; - }, - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( stack ) { - if ( firing ) { - if ( !flags.once ) { - stack.push( [ context, args ] ); - } - } else if ( !( flags.once && memory ) ) { - fire( context, args ); - } - } - return this; - }, - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - - - -var // Static reference to slice - sliceDeferred = [].slice; - -jQuery.extend({ - - Deferred: function( func ) { - var doneList = jQuery.Callbacks( "once memory" ), - failList = jQuery.Callbacks( "once memory" ), - progressList = jQuery.Callbacks( "memory" ), - state = "pending", - lists = { - resolve: doneList, - reject: failList, - notify: progressList - }, - promise = { - done: doneList.add, - fail: failList.add, - progress: progressList.add, - - state: function() { - return state; - }, - - // Deprecated - isResolved: doneList.fired, - isRejected: failList.fired, - - then: function( doneCallbacks, failCallbacks, progressCallbacks ) { - deferred.done( doneCallbacks ).fail( failCallbacks ).progress( progressCallbacks ); - return this; - }, - always: function() { - deferred.done.apply( deferred, arguments ).fail.apply( deferred, arguments ); - return this; - }, - pipe: function( fnDone, fnFail, fnProgress ) { - return jQuery.Deferred(function( newDefer ) { - jQuery.each( { - done: [ fnDone, "resolve" ], - fail: [ fnFail, "reject" ], - progress: [ fnProgress, "notify" ] - }, function( handler, data ) { - var fn = data[ 0 ], - action = data[ 1 ], - returned; - if ( jQuery.isFunction( fn ) ) { - deferred[ handler ](function() { - returned = fn.apply( this, arguments ); - if ( returned && jQuery.isFunction( returned.promise ) ) { - returned.promise().then( newDefer.resolve, newDefer.reject, newDefer.notify ); - } else { - newDefer[ action + "With" ]( this === deferred ? newDefer : this, [ returned ] ); - } - }); - } else { - deferred[ handler ]( newDefer[ action ] ); - } - }); - }).promise(); - }, - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - if ( obj == null ) { - obj = promise; - } else { - for ( var key in promise ) { - obj[ key ] = promise[ key ]; - } - } - return obj; - } - }, - deferred = promise.promise({}), - key; - - for ( key in lists ) { - deferred[ key ] = lists[ key ].fire; - deferred[ key + "With" ] = lists[ key ].fireWith; - } - - // Handle state - deferred.done( function() { - state = "resolved"; - }, failList.disable, progressList.lock ).fail( function() { - state = "rejected"; - }, doneList.disable, progressList.lock ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( firstParam ) { - var args = sliceDeferred.call( arguments, 0 ), - i = 0, - length = args.length, - pValues = new Array( length ), - count = length, - pCount = length, - deferred = length <= 1 && firstParam && jQuery.isFunction( firstParam.promise ) ? - firstParam : - jQuery.Deferred(), - promise = deferred.promise(); - function resolveFunc( i ) { - return function( value ) { - args[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value; - if ( !( --count ) ) { - deferred.resolveWith( deferred, args ); - } - }; - } - function progressFunc( i ) { - return function( value ) { - pValues[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value; - deferred.notifyWith( promise, pValues ); - }; - } - if ( length > 1 ) { - for ( ; i < length; i++ ) { - if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) { - args[ i ].promise().then( resolveFunc(i), deferred.reject, progressFunc(i) ); - } else { - --count; - } - } - if ( !count ) { - deferred.resolveWith( deferred, args ); - } - } else if ( deferred !== firstParam ) { - deferred.resolveWith( deferred, length ? [ firstParam ] : [] ); - } - return promise; - } -}); - - - - -jQuery.support = (function() { - - var support, - all, - a, - select, - opt, - input, - fragment, - tds, - events, - eventName, - i, - isSupported, - div = document.createElement( "div" ), - documentElement = document.documentElement; - - // Preliminary tests - div.setAttribute("className", "t"); - div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>"; - - all = div.getElementsByTagName( "*" ); - a = div.getElementsByTagName( "a" )[ 0 ]; - - // Can't get basic test support - if ( !all || !all.length || !a ) { - return {}; - } - - // First batch of supports tests - select = document.createElement( "select" ); - opt = select.appendChild( document.createElement("option") ); - input = div.getElementsByTagName( "input" )[ 0 ]; - - support = { - // IE strips leading whitespace when .innerHTML is used - leadingWhitespace: ( div.firstChild.nodeType === 3 ), - - // Make sure that tbody elements aren't automatically inserted - // IE will insert them into empty tables - tbody: !div.getElementsByTagName("tbody").length, - - // Make sure that link elements get serialized correctly by innerHTML - // This requires a wrapper element in IE - htmlSerialize: !!div.getElementsByTagName("link").length, - - // Get the style information from getAttribute - // (IE uses .cssText instead) - style: /top/.test( a.getAttribute("style") ), - - // Make sure that URLs aren't manipulated - // (IE normalizes it by default) - hrefNormalized: ( a.getAttribute("href") === "/a" ), - - // Make sure that element opacity exists - // (IE uses filter instead) - // Use a regex to work around a WebKit issue. See #5145 - opacity: /^0.55/.test( a.style.opacity ), - - // Verify style float existence - // (IE uses styleFloat instead of cssFloat) - cssFloat: !!a.style.cssFloat, - - // Make sure that if no value is specified for a checkbox - // that it defaults to "on". - // (WebKit defaults to "" instead) - checkOn: ( input.value === "on" ), - - // Make sure that a selected-by-default option has a working selected property. - // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) - optSelected: opt.selected, - - // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7) - getSetAttribute: div.className !== "t", - - // Tests for enctype support on a form(#6743) - enctype: !!document.createElement("form").enctype, - - // Makes sure cloning an html5 element does not cause problems - // Where outerHTML is undefined, this still works - html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav></:nav>", - - // Will be defined later - submitBubbles: true, - changeBubbles: true, - focusinBubbles: false, - deleteExpando: true, - noCloneEvent: true, - inlineBlockNeedsLayout: false, - shrinkWrapBlocks: false, - reliableMarginRight: true, - pixelMargin: true - }; - - // jQuery.boxModel DEPRECATED in 1.3, use jQuery.support.boxModel instead - jQuery.boxModel = support.boxModel = (document.compatMode === "CSS1Compat"); - - // Make sure checked status is properly cloned - input.checked = true; - support.noCloneChecked = input.cloneNode( true ).checked; - - // Make sure that the options inside disabled selects aren't marked as disabled - // (WebKit marks them as disabled) - select.disabled = true; - support.optDisabled = !opt.disabled; - - // Test to see if it's possible to delete an expando from an element - // Fails in Internet Explorer - try { - delete div.test; - } catch( e ) { - support.deleteExpando = false; - } - - if ( !div.addEventListener && div.attachEvent && div.fireEvent ) { - div.attachEvent( "onclick", function() { - // Cloning a node shouldn't copy over any - // bound event handlers (IE does this) - support.noCloneEvent = false; - }); - div.cloneNode( true ).fireEvent( "onclick" ); - } - - // Check if a radio maintains its value - // after being appended to the DOM - input = document.createElement("input"); - input.value = "t"; - input.setAttribute("type", "radio"); - support.radioValue = input.value === "t"; - - input.setAttribute("checked", "checked"); - - // #11217 - WebKit loses check when the name is after the checked attribute - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - fragment = document.createDocumentFragment(); - fragment.appendChild( div.lastChild ); - - // WebKit doesn't clone checked state correctly in fragments - support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Check if a disconnected checkbox will retain its checked - // value of true after appended to the DOM (IE6/7) - support.appendChecked = input.checked; - - fragment.removeChild( input ); - fragment.appendChild( div ); - - // Technique from Juriy Zaytsev - // http://perfectionkills.com/detecting-event-support-without-browser-sniffing/ - // We only care about the case where non-standard event systems - // are used, namely in IE. Short-circuiting here helps us to - // avoid an eval call (in setAttribute) which can cause CSP - // to go haywire. See: https://developer.mozilla.org/en/Security/CSP - if ( div.attachEvent ) { - for ( i in { - submit: 1, - change: 1, - focusin: 1 - }) { - eventName = "on" + i; - isSupported = ( eventName in div ); - if ( !isSupported ) { - div.setAttribute( eventName, "return;" ); - isSupported = ( typeof div[ eventName ] === "function" ); - } - support[ i + "Bubbles" ] = isSupported; - } - } - - fragment.removeChild( div ); - - // Null elements to avoid leaks in IE - fragment = select = opt = div = input = null; - - // Run tests that need a body at doc ready - jQuery(function() { - var container, outer, inner, table, td, offsetSupport, - marginDiv, conMarginTop, style, html, positionTopLeftWidthHeight, - paddingMarginBorderVisibility, paddingMarginBorder, - body = document.getElementsByTagName("body")[0]; - - if ( !body ) { - // Return for frameset docs that don't have a body - return; - } - - conMarginTop = 1; - paddingMarginBorder = "padding:0;margin:0;border:"; - positionTopLeftWidthHeight = "position:absolute;top:0;left:0;width:1px;height:1px;"; - paddingMarginBorderVisibility = paddingMarginBorder + "0;visibility:hidden;"; - style = "style='" + positionTopLeftWidthHeight + paddingMarginBorder + "5px solid #000;"; - html = "<div " + style + "display:block;'><div style='" + paddingMarginBorder + "0;display:block;overflow:hidden;'></div></div>" + - "<table " + style + "' cellpadding='0' cellspacing='0'>" + - "<tr><td></td></tr></table>"; - - container = document.createElement("div"); - container.style.cssText = paddingMarginBorderVisibility + "width:0;height:0;position:static;top:0;margin-top:" + conMarginTop + "px"; - body.insertBefore( container, body.firstChild ); - - // Construct the test element - div = document.createElement("div"); - container.appendChild( div ); - - // Check if table cells still have offsetWidth/Height when they are set - // to display:none and there are still other visible table cells in a - // table row; if so, offsetWidth/Height are not reliable for use when - // determining if an element has been hidden directly using - // display:none (it is still safe to use offsets if a parent element is - // hidden; don safety goggles and see bug #4512 for more information). - // (only IE 8 fails this test) - div.innerHTML = "<table><tr><td style='" + paddingMarginBorder + "0;display:none'></td><td>t</td></tr></table>"; - tds = div.getElementsByTagName( "td" ); - isSupported = ( tds[ 0 ].offsetHeight === 0 ); - - tds[ 0 ].style.display = ""; - tds[ 1 ].style.display = "none"; - - // Check if empty table cells still have offsetWidth/Height - // (IE <= 8 fail this test) - support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 ); - - // Check if div with explicit width and no margin-right incorrectly - // gets computed margin-right based on width of container. For more - // info see bug #3333 - // Fails in WebKit before Feb 2011 nightlies - // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right - if ( window.getComputedStyle ) { - div.innerHTML = ""; - marginDiv = document.createElement( "div" ); - marginDiv.style.width = "0"; - marginDiv.style.marginRight = "0"; - div.style.width = "2px"; - div.appendChild( marginDiv ); - support.reliableMarginRight = - ( parseInt( ( window.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).marginRight, 10 ) || 0 ) === 0; - } - - if ( typeof div.style.zoom !== "undefined" ) { - // Check if natively block-level elements act like inline-block - // elements when setting their display to 'inline' and giving - // them layout - // (IE < 8 does this) - div.innerHTML = ""; - div.style.width = div.style.padding = "1px"; - div.style.border = 0; - div.style.overflow = "hidden"; - div.style.display = "inline"; - div.style.zoom = 1; - support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 ); - - // Check if elements with layout shrink-wrap their children - // (IE 6 does this) - div.style.display = "block"; - div.style.overflow = "visible"; - div.innerHTML = "<div style='width:5px;'></div>"; - support.shrinkWrapBlocks = ( div.offsetWidth !== 3 ); - } - - div.style.cssText = positionTopLeftWidthHeight + paddingMarginBorderVisibility; - div.innerHTML = html; - - outer = div.firstChild; - inner = outer.firstChild; - td = outer.nextSibling.firstChild.firstChild; - - offsetSupport = { - doesNotAddBorder: ( inner.offsetTop !== 5 ), - doesAddBorderForTableAndCells: ( td.offsetTop === 5 ) - }; - - inner.style.position = "fixed"; - inner.style.top = "20px"; - - // safari subtracts parent border width here which is 5px - offsetSupport.fixedPosition = ( inner.offsetTop === 20 || inner.offsetTop === 15 ); - inner.style.position = inner.style.top = ""; - - outer.style.overflow = "hidden"; - outer.style.position = "relative"; - - offsetSupport.subtractsBorderForOverflowNotVisible = ( inner.offsetTop === -5 ); - offsetSupport.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== conMarginTop ); - - if ( window.getComputedStyle ) { - div.style.marginTop = "1%"; - support.pixelMargin = ( window.getComputedStyle( div, null ) || { marginTop: 0 } ).marginTop !== "1%"; - } - - if ( typeof container.style.zoom !== "undefined" ) { - container.style.zoom = 1; - } - - body.removeChild( container ); - marginDiv = div = container = null; - - jQuery.extend( support, offsetSupport ); - }); - - return support; -})(); - - - - -var rbrace = /^(?:\{.*\}|\[.*\])$/, - rmultiDash = /([A-Z])/g; - -jQuery.extend({ - cache: {}, - - // Please use with caution - uuid: 0, - - // Unique for each copy of jQuery on the page - // Non-digits removed to match rinlinejQuery - expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ), - - // The following elements throw uncatchable exceptions if you - // attempt to add expando properties to them. - noData: { - "embed": true, - // Ban all objects except for Flash (which handle expandos) - "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", - "applet": true - }, - - hasData: function( elem ) { - elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; - return !!elem && !isEmptyDataObject( elem ); - }, - - data: function( elem, name, data, pvt /* Internal Use Only */ ) { - if ( !jQuery.acceptData( elem ) ) { - return; - } - - var privateCache, thisCache, ret, - internalKey = jQuery.expando, - getByName = typeof name === "string", - - // We have to handle DOM nodes and JS objects differently because IE6-7 - // can't GC object references properly across the DOM-JS boundary - isNode = elem.nodeType, - - // Only DOM nodes need the global jQuery cache; JS object data is - // attached directly to the object so GC can occur automatically - cache = isNode ? jQuery.cache : elem, - - // Only defining an ID for JS objects if its cache already exists allows - // the code to shortcut on the same path as a DOM node with no cache - id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey, - isEvents = name === "events"; - - // Avoid doing any more work than we need to when trying to get data on an - // object that has no data at all - if ( (!id || !cache[id] || (!isEvents && !pvt && !cache[id].data)) && getByName && data === undefined ) { - return; - } - - if ( !id ) { - // Only DOM nodes need a new unique ID for each element since their data - // ends up in the global cache - if ( isNode ) { - elem[ internalKey ] = id = ++jQuery.uuid; - } else { - id = internalKey; - } - } - - if ( !cache[ id ] ) { - cache[ id ] = {}; - - // Avoids exposing jQuery metadata on plain JS objects when the object - // is serialized using JSON.stringify - if ( !isNode ) { - cache[ id ].toJSON = jQuery.noop; - } - } - - // An object can be passed to jQuery.data instead of a key/value pair; this gets - // shallow copied over onto the existing cache - if ( typeof name === "object" || typeof name === "function" ) { - if ( pvt ) { - cache[ id ] = jQuery.extend( cache[ id ], name ); - } else { - cache[ id ].data = jQuery.extend( cache[ id ].data, name ); - } - } - - privateCache = thisCache = cache[ id ]; - - // jQuery data() is stored in a separate object inside the object's internal data - // cache in order to avoid key collisions between internal data and user-defined - // data. - if ( !pvt ) { - if ( !thisCache.data ) { - thisCache.data = {}; - } - - thisCache = thisCache.data; - } - - if ( data !== undefined ) { - thisCache[ jQuery.camelCase( name ) ] = data; - } - - // Users should not attempt to inspect the internal events object using jQuery.data, - // it is undocumented and subject to change. But does anyone listen? No. - if ( isEvents && !thisCache[ name ] ) { - return privateCache.events; - } - - // Check for both converted-to-camel and non-converted data property names - // If a data property was specified - if ( getByName ) { - - // First Try to find as-is property data - ret = thisCache[ name ]; - - // Test for null|undefined property data - if ( ret == null ) { - - // Try to find the camelCased property - ret = thisCache[ jQuery.camelCase( name ) ]; - } - } else { - ret = thisCache; - } - - return ret; - }, - - removeData: function( elem, name, pvt /* Internal Use Only */ ) { - if ( !jQuery.acceptData( elem ) ) { - return; - } - - var thisCache, i, l, - - // Reference to internal data cache key - internalKey = jQuery.expando, - - isNode = elem.nodeType, - - // See jQuery.data for more information - cache = isNode ? jQuery.cache : elem, - - // See jQuery.data for more information - id = isNode ? elem[ internalKey ] : internalKey; - - // If there is already no cache entry for this object, there is no - // purpose in continuing - if ( !cache[ id ] ) { - return; - } - - if ( name ) { - - thisCache = pvt ? cache[ id ] : cache[ id ].data; - - if ( thisCache ) { - - // Support array or space separated string names for data keys - if ( !jQuery.isArray( name ) ) { - - // try the string as a key before any manipulation - if ( name in thisCache ) { - name = [ name ]; - } else { - - // split the camel cased version by spaces unless a key with the spaces exists - name = jQuery.camelCase( name ); - if ( name in thisCache ) { - name = [ name ]; - } else { - name = name.split( " " ); - } - } - } - - for ( i = 0, l = name.length; i < l; i++ ) { - delete thisCache[ name[i] ]; - } - - // If there is no data left in the cache, we want to continue - // and let the cache object itself get destroyed - if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) { - return; - } - } - } - - // See jQuery.data for more information - if ( !pvt ) { - delete cache[ id ].data; - - // Don't destroy the parent cache unless the internal data object - // had been the only thing left in it - if ( !isEmptyDataObject(cache[ id ]) ) { - return; - } - } - - // Browsers that fail expando deletion also refuse to delete expandos on - // the window, but it will allow it on all other JS objects; other browsers - // don't care - // Ensure that `cache` is not a window object #10080 - if ( jQuery.support.deleteExpando || !cache.setInterval ) { - delete cache[ id ]; - } else { - cache[ id ] = null; - } - - // We destroyed the cache and need to eliminate the expando on the node to avoid - // false lookups in the cache for entries that no longer exist - if ( isNode ) { - // IE does not allow us to delete expando properties from nodes, - // nor does it have a removeAttribute function on Document nodes; - // we must handle all of these cases - if ( jQuery.support.deleteExpando ) { - delete elem[ internalKey ]; - } else if ( elem.removeAttribute ) { - elem.removeAttribute( internalKey ); - } else { - elem[ internalKey ] = null; - } - } - }, - - // For internal use only. - _data: function( elem, name, data ) { - return jQuery.data( elem, name, data, true ); - }, - - // A method for determining if a DOM node can handle the data expando - acceptData: function( elem ) { - if ( elem.nodeName ) { - var match = jQuery.noData[ elem.nodeName.toLowerCase() ]; - - if ( match ) { - return !(match === true || elem.getAttribute("classid") !== match); - } - } - - return true; - } -}); - -jQuery.fn.extend({ - data: function( key, value ) { - var parts, part, attr, name, l, - elem = this[0], - i = 0, - data = null; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = jQuery.data( elem ); - - if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { - attr = elem.attributes; - for ( l = attr.length; i < l; i++ ) { - name = attr[i].name; - - if ( name.indexOf( "data-" ) === 0 ) { - name = jQuery.camelCase( name.substring(5) ); - - dataAttr( elem, name, data[ name ] ); - } - } - jQuery._data( elem, "parsedAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each(function() { - jQuery.data( this, key ); - }); - } - - parts = key.split( ".", 2 ); - parts[1] = parts[1] ? "." + parts[1] : ""; - part = parts[1] + "!"; - - return jQuery.access( this, function( value ) { - - if ( value === undefined ) { - data = this.triggerHandler( "getData" + part, [ parts[0] ] ); - - // Try to fetch any internally stored data first - if ( data === undefined && elem ) { - data = jQuery.data( elem, key ); - data = dataAttr( elem, key, data ); - } - - return data === undefined && parts[1] ? - this.data( parts[0] ) : - data; - } - - parts[1] = value; - this.each(function() { - var self = jQuery( this ); - - self.triggerHandler( "setData" + part, parts ); - jQuery.data( this, key, value ); - self.triggerHandler( "changeData" + part, parts ); - }); - }, null, value, arguments.length > 1, null, false ); - }, - - removeData: function( key ) { - return this.each(function() { - jQuery.removeData( this, key ); - }); - } -}); - -function dataAttr( elem, key, data ) { - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - - var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); - - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = data === "true" ? true : - data === "false" ? false : - data === "null" ? null : - jQuery.isNumeric( data ) ? +data : - rbrace.test( data ) ? jQuery.parseJSON( data ) : - data; - } catch( e ) {} - - // Make sure we set the data so it isn't changed later - jQuery.data( elem, key, data ); - - } else { - data = undefined; - } - } - - return data; -} - -// checks a cache object for emptiness -function isEmptyDataObject( obj ) { - for ( var name in obj ) { - - // if the public data object is empty, the private is still empty - if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { - continue; - } - if ( name !== "toJSON" ) { - return false; - } - } - - return true; -} - - - - -function handleQueueMarkDefer( elem, type, src ) { - var deferDataKey = type + "defer", - queueDataKey = type + "queue", - markDataKey = type + "mark", - defer = jQuery._data( elem, deferDataKey ); - if ( defer && - ( src === "queue" || !jQuery._data(elem, queueDataKey) ) && - ( src === "mark" || !jQuery._data(elem, markDataKey) ) ) { - // Give room for hard-coded callbacks to fire first - // and eventually mark/queue something else on the element - setTimeout( function() { - if ( !jQuery._data( elem, queueDataKey ) && - !jQuery._data( elem, markDataKey ) ) { - jQuery.removeData( elem, deferDataKey, true ); - defer.fire(); - } - }, 0 ); - } -} - -jQuery.extend({ - - _mark: function( elem, type ) { - if ( elem ) { - type = ( type || "fx" ) + "mark"; - jQuery._data( elem, type, (jQuery._data( elem, type ) || 0) + 1 ); - } - }, - - _unmark: function( force, elem, type ) { - if ( force !== true ) { - type = elem; - elem = force; - force = false; - } - if ( elem ) { - type = type || "fx"; - var key = type + "mark", - count = force ? 0 : ( (jQuery._data( elem, key ) || 1) - 1 ); - if ( count ) { - jQuery._data( elem, key, count ); - } else { - jQuery.removeData( elem, key, true ); - handleQueueMarkDefer( elem, type, "mark" ); - } - } - }, - - queue: function( elem, type, data ) { - var q; - if ( elem ) { - type = ( type || "fx" ) + "queue"; - q = jQuery._data( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !q || jQuery.isArray(data) ) { - q = jQuery._data( elem, type, jQuery.makeArray(data) ); - } else { - q.push( data ); - } - } - return q || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - fn = queue.shift(), - hooks = {}; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - } - - if ( fn ) { - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - jQuery._data( elem, type + ".run", hooks ); - fn.call( elem, function() { - jQuery.dequeue( elem, type ); - }, hooks ); - } - - if ( !queue.length ) { - jQuery.removeData( elem, type + "queue " + type + ".run", true ); - handleQueueMarkDefer( elem, type, "queue" ); - } - } -}); - -jQuery.fn.extend({ - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[0], type ); - } - - return data === undefined ? - this : - this.each(function() { - var queue = jQuery.queue( this, type, data ); - - if ( type === "fx" && queue[0] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - }); - }, - dequeue: function( type ) { - return this.each(function() { - jQuery.dequeue( this, type ); - }); - }, - // Based off of the plugin by Clint Helfers, with permission. - // http://blindsignals.com/index.php/2009/07/jquery-delay/ - delay: function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = setTimeout( next, time ); - hooks.stop = function() { - clearTimeout( timeout ); - }; - }); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, object ) { - if ( typeof type !== "string" ) { - object = type; - type = undefined; - } - type = type || "fx"; - var defer = jQuery.Deferred(), - elements = this, - i = elements.length, - count = 1, - deferDataKey = type + "defer", - queueDataKey = type + "queue", - markDataKey = type + "mark", - tmp; - function resolve() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - } - while( i-- ) { - if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) || - ( jQuery.data( elements[ i ], queueDataKey, undefined, true ) || - jQuery.data( elements[ i ], markDataKey, undefined, true ) ) && - jQuery.data( elements[ i ], deferDataKey, jQuery.Callbacks( "once memory" ), true ) )) { - count++; - tmp.add( resolve ); - } - } - resolve(); - return defer.promise( object ); - } -}); - - - - -var rclass = /[\n\t\r]/g, - rspace = /\s+/, - rreturn = /\r/g, - rtype = /^(?:button|input)$/i, - rfocusable = /^(?:button|input|object|select|textarea)$/i, - rclickable = /^a(?:rea)?$/i, - rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i, - getSetAttribute = jQuery.support.getSetAttribute, - nodeHook, boolHook, fixSpecified; - -jQuery.fn.extend({ - attr: function( name, value ) { - return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each(function() { - jQuery.removeAttr( this, name ); - }); - }, - - prop: function( name, value ) { - return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - name = jQuery.propFix[ name ] || name; - return this.each(function() { - // try/catch handles cases where IE balks (such as removing a property on window) - try { - this[ name ] = undefined; - delete this[ name ]; - } catch( e ) {} - }); - }, - - addClass: function( value ) { - var classNames, i, l, elem, - setClass, c, cl; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).addClass( value.call(this, j, this.className) ); - }); - } - - if ( value && typeof value === "string" ) { - classNames = value.split( rspace ); - - for ( i = 0, l = this.length; i < l; i++ ) { - elem = this[ i ]; - - if ( elem.nodeType === 1 ) { - if ( !elem.className && classNames.length === 1 ) { - elem.className = value; - - } else { - setClass = " " + elem.className + " "; - - for ( c = 0, cl = classNames.length; c < cl; c++ ) { - if ( !~setClass.indexOf( " " + classNames[ c ] + " " ) ) { - setClass += classNames[ c ] + " "; - } - } - elem.className = jQuery.trim( setClass ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classNames, i, l, elem, className, c, cl; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).removeClass( value.call(this, j, this.className) ); - }); - } - - if ( (value && typeof value === "string") || value === undefined ) { - classNames = ( value || "" ).split( rspace ); - - for ( i = 0, l = this.length; i < l; i++ ) { - elem = this[ i ]; - - if ( elem.nodeType === 1 && elem.className ) { - if ( value ) { - className = (" " + elem.className + " ").replace( rclass, " " ); - for ( c = 0, cl = classNames.length; c < cl; c++ ) { - className = className.replace(" " + classNames[ c ] + " ", " "); - } - elem.className = jQuery.trim( className ); - - } else { - elem.className = ""; - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isBool = typeof stateVal === "boolean"; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( i ) { - jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); - }); - } - - return this.each(function() { - if ( type === "string" ) { - // toggle individual class names - var className, - i = 0, - self = jQuery( this ), - state = stateVal, - classNames = value.split( rspace ); - - while ( (className = classNames[ i++ ]) ) { - // check each className given, space seperated list - state = isBool ? state : !self.hasClass( className ); - self[ state ? "addClass" : "removeClass" ]( className ); - } - - } else if ( type === "undefined" || type === "boolean" ) { - if ( this.className ) { - // store className if set - jQuery._data( this, "__className__", this.className ); - } - - // toggle whole className - this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || ""; - } - }); - }, - - hasClass: function( selector ) { - var className = " " + selector + " ", - i = 0, - l = this.length; - for ( ; i < l; i++ ) { - if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) > -1 ) { - return true; - } - } - - return false; - }, - - val: function( value ) { - var hooks, ret, isFunction, - elem = this[0]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { - return ret; - } - - ret = elem.value; - - return typeof ret === "string" ? - // handle most common string cases - ret.replace(rreturn, "") : - // handle cases where value is null/undef or number - ret == null ? "" : ret; - } - - return; - } - - isFunction = jQuery.isFunction( value ); - - return this.each(function( i ) { - var self = jQuery(this), val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( isFunction ) { - val = value.call( this, i, self.val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - } else if ( typeof val === "number" ) { - val += ""; - } else if ( jQuery.isArray( val ) ) { - val = jQuery.map(val, function ( value ) { - return value == null ? "" : value + ""; - }); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - }); - } -}); - -jQuery.extend({ - valHooks: { - option: { - get: function( elem ) { - // attributes.value is undefined in Blackberry 4.7 but - // uses .value. See #6932 - var val = elem.attributes.value; - return !val || val.specified ? elem.value : elem.text; - } - }, - select: { - get: function( elem ) { - var value, i, max, option, - index = elem.selectedIndex, - values = [], - options = elem.options, - one = elem.type === "select-one"; - - // Nothing was selected - if ( index < 0 ) { - return null; - } - - // Loop through all the selected options - i = one ? index : 0; - max = one ? index + 1 : options.length; - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Don't return options that are disabled or in a disabled optgroup - if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) && - (!option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" )) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - // Fixes Bug #2551 -- select.val() broken in IE after form.reset() - if ( one && !values.length && options.length ) { - return jQuery( options[ index ] ).val(); - } - - return values; - }, - - set: function( elem, value ) { - var values = jQuery.makeArray( value ); - - jQuery(elem).find("option").each(function() { - this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0; - }); - - if ( !values.length ) { - elem.selectedIndex = -1; - } - return values; - } - } - }, - - attrFn: { - val: true, - css: true, - html: true, - text: true, - data: true, - width: true, - height: true, - offset: true - }, - - attr: function( elem, name, value, pass ) { - var ret, hooks, notxml, - nType = elem.nodeType; - - // don't get/set attributes on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( pass && name in jQuery.attrFn ) { - return jQuery( elem )[ name ]( value ); - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); - - // All attributes are lowercase - // Grab necessary hook if one is defined - if ( notxml ) { - name = name.toLowerCase(); - hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook ); - } - - if ( value !== undefined ) { - - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - - } else if ( hooks && "set" in hooks && notxml && (ret = hooks.set( elem, value, name )) !== undefined ) { - return ret; - - } else { - elem.setAttribute( name, "" + value ); - return value; - } - - } else if ( hooks && "get" in hooks && notxml && (ret = hooks.get( elem, name )) !== null ) { - return ret; - - } else { - - ret = elem.getAttribute( name ); - - // Non-existent attributes return null, we normalize to undefined - return ret === null ? - undefined : - ret; - } - }, - - removeAttr: function( elem, value ) { - var propName, attrNames, name, l, isBool, - i = 0; - - if ( value && elem.nodeType === 1 ) { - attrNames = value.toLowerCase().split( rspace ); - l = attrNames.length; - - for ( ; i < l; i++ ) { - name = attrNames[ i ]; - - if ( name ) { - propName = jQuery.propFix[ name ] || name; - isBool = rboolean.test( name ); - - // See #9699 for explanation of this approach (setting first, then removal) - // Do not do this for boolean attributes (see #10870) - if ( !isBool ) { - jQuery.attr( elem, name, "" ); - } - elem.removeAttribute( getSetAttribute ? name : propName ); - - // Set corresponding property to false for boolean attributes - if ( isBool && propName in elem ) { - elem[ propName ] = false; - } - } - } - } - }, - - attrHooks: { - type: { - set: function( elem, value ) { - // We can't allow the type property to be changed (since it causes problems in IE) - if ( rtype.test( elem.nodeName ) && elem.parentNode ) { - jQuery.error( "type property can't be changed" ); - } else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) { - // Setting the type on a radio button after the value resets the value in IE6-9 - // Reset value to it's default in case type is set after value - // This is for element creation - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - }, - // Use the value property for back compat - // Use the nodeHook for button elements in IE6/7 (#1954) - value: { - get: function( elem, name ) { - if ( nodeHook && jQuery.nodeName( elem, "button" ) ) { - return nodeHook.get( elem, name ); - } - return name in elem ? - elem.value : - null; - }, - set: function( elem, value, name ) { - if ( nodeHook && jQuery.nodeName( elem, "button" ) ) { - return nodeHook.set( elem, value, name ); - } - // Does not return so that setAttribute is also used - elem.value = value; - } - } - }, - - propFix: { - tabindex: "tabIndex", - readonly: "readOnly", - "for": "htmlFor", - "class": "className", - maxlength: "maxLength", - cellspacing: "cellSpacing", - cellpadding: "cellPadding", - rowspan: "rowSpan", - colspan: "colSpan", - usemap: "useMap", - frameborder: "frameBorder", - contenteditable: "contentEditable" - }, - - prop: function( elem, name, value ) { - var ret, hooks, notxml, - nType = elem.nodeType; - - // don't get/set properties on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); - - if ( notxml ) { - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { - return ret; - - } else { - return ( elem[ name ] = value ); - } - - } else { - if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { - return ret; - - } else { - return elem[ name ]; - } - } - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set - // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - var attributeNode = elem.getAttributeNode("tabindex"); - - return attributeNode && attributeNode.specified ? - parseInt( attributeNode.value, 10 ) : - rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? - 0 : - undefined; - } - } - } -}); - -// Add the tabIndex propHook to attrHooks for back-compat (different case is intentional) -jQuery.attrHooks.tabindex = jQuery.propHooks.tabIndex; - -// Hook for boolean attributes -boolHook = { - get: function( elem, name ) { - // Align boolean attributes with corresponding properties - // Fall back to attribute presence where some booleans are not supported - var attrNode, - property = jQuery.prop( elem, name ); - return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ? - name.toLowerCase() : - undefined; - }, - set: function( elem, value, name ) { - var propName; - if ( value === false ) { - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - // value is true since we know at this point it's type boolean and not false - // Set boolean attributes to the same name and set the DOM property - propName = jQuery.propFix[ name ] || name; - if ( propName in elem ) { - // Only set the IDL specifically if it already exists on the element - elem[ propName ] = true; - } - - elem.setAttribute( name, name.toLowerCase() ); - } - return name; - } -}; - -// IE6/7 do not support getting/setting some attributes with get/setAttribute -if ( !getSetAttribute ) { - - fixSpecified = { - name: true, - id: true, - coords: true - }; - - // Use this for any attribute in IE6/7 - // This fixes almost every IE6/7 issue - nodeHook = jQuery.valHooks.button = { - get: function( elem, name ) { - var ret; - ret = elem.getAttributeNode( name ); - return ret && ( fixSpecified[ name ] ? ret.nodeValue !== "" : ret.specified ) ? - ret.nodeValue : - undefined; - }, - set: function( elem, value, name ) { - // Set the existing or create a new attribute node - var ret = elem.getAttributeNode( name ); - if ( !ret ) { - ret = document.createAttribute( name ); - elem.setAttributeNode( ret ); - } - return ( ret.nodeValue = value + "" ); - } - }; - - // Apply the nodeHook to tabindex - jQuery.attrHooks.tabindex.set = nodeHook.set; - - // Set width and height to auto instead of 0 on empty string( Bug #8150 ) - // This is for removals - jQuery.each([ "width", "height" ], function( i, name ) { - jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], { - set: function( elem, value ) { - if ( value === "" ) { - elem.setAttribute( name, "auto" ); - return value; - } - } - }); - }); - - // Set contenteditable to false on removals(#10429) - // Setting to empty string throws an error as an invalid value - jQuery.attrHooks.contenteditable = { - get: nodeHook.get, - set: function( elem, value, name ) { - if ( value === "" ) { - value = "false"; - } - nodeHook.set( elem, value, name ); - } - }; -} - - -// Some attributes require a special call on IE -if ( !jQuery.support.hrefNormalized ) { - jQuery.each([ "href", "src", "width", "height" ], function( i, name ) { - jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], { - get: function( elem ) { - var ret = elem.getAttribute( name, 2 ); - return ret === null ? undefined : ret; - } - }); - }); -} - -if ( !jQuery.support.style ) { - jQuery.attrHooks.style = { - get: function( elem ) { - // Return undefined in the case of empty string - // Normalize to lowercase since IE uppercases css property names - return elem.style.cssText.toLowerCase() || undefined; - }, - set: function( elem, value ) { - return ( elem.style.cssText = "" + value ); - } - }; -} - -// Safari mis-reports the default selected property of an option -// Accessing the parent's selectedIndex property fixes it -if ( !jQuery.support.optSelected ) { - jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, { - get: function( elem ) { - var parent = elem.parentNode; - - if ( parent ) { - parent.selectedIndex; - - // Make sure that it also works with optgroups, see #5701 - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - return null; - } - }); -} - -// IE6/7 call enctype encoding -if ( !jQuery.support.enctype ) { - jQuery.propFix.enctype = "encoding"; -} - -// Radios and checkboxes getter/setter -if ( !jQuery.support.checkOn ) { - jQuery.each([ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - get: function( elem ) { - // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified - return elem.getAttribute("value") === null ? "on" : elem.value; - } - }; - }); -} -jQuery.each([ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], { - set: function( elem, value ) { - if ( jQuery.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); - } - } - }); -}); - - - - -var rformElems = /^(?:textarea|input|select)$/i, - rtypenamespace = /^([^\.]*)?(?:\.(.+))?$/, - rhoverHack = /(?:^|\s)hover(\.\S+)?\b/, - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|contextmenu)|click/, - rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - rquickIs = /^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/, - quickParse = function( selector ) { - var quick = rquickIs.exec( selector ); - if ( quick ) { - // 0 1 2 3 - // [ _, tag, id, class ] - quick[1] = ( quick[1] || "" ).toLowerCase(); - quick[3] = quick[3] && new RegExp( "(?:^|\\s)" + quick[3] + "(?:\\s|$)" ); - } - return quick; - }, - quickIs = function( elem, m ) { - var attrs = elem.attributes || {}; - return ( - (!m[1] || elem.nodeName.toLowerCase() === m[1]) && - (!m[2] || (attrs.id || {}).value === m[2]) && - (!m[3] || m[3].test( (attrs[ "class" ] || {}).value )) - ); - }, - hoverHack = function( events ) { - return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" ); - }; - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - add: function( elem, types, handler, data, selector ) { - - var elemData, eventHandle, events, - t, tns, type, namespaces, handleObj, - handleObjIn, quick, handlers, special; - - // Don't attach events to noData or text/comment nodes (allow plain objects tho) - if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data( elem )) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - events = elemData.events; - if ( !events ) { - elemData.events = events = {}; - } - eventHandle = elemData.handle; - if ( !eventHandle ) { - elemData.handle = eventHandle = function( e ) { - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && (!e || jQuery.event.triggered !== e.type) ? - jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : - undefined; - }; - // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events - eventHandle.elem = elem; - } - - // Handle multiple events separated by a space - // jQuery(...).bind("mouseover mouseout", fn); - types = jQuery.trim( hoverHack(types) ).split( " " ); - for ( t = 0; t < types.length; t++ ) { - - tns = rtypenamespace.exec( types[t] ) || []; - type = tns[1]; - namespaces = ( tns[2] || "" ).split( "." ).sort(); - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend({ - type: type, - origType: tns[1], - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - quick: selector && quickParse( selector ), - namespace: namespaces.join(".") - }, handleObjIn ); - - // Init the event handler queue if we're the first - handlers = events[ type ]; - if ( !handlers ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener/attachEvent if the special events handler returns false - if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - // Bind the global event handler to the element - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle, false ); - - } else if ( elem.attachEvent ) { - elem.attachEvent( "on" + type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - // Nullify elem to prevent memory leaks in IE - elem = null; - }, - - global: {}, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var elemData = jQuery.hasData( elem ) && jQuery._data( elem ), - t, tns, type, origType, namespaces, origCount, - j, events, special, handle, eventType, handleObj; - - if ( !elemData || !(events = elemData.events) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = jQuery.trim( hoverHack( types || "" ) ).split(" "); - for ( t = 0; t < types.length; t++ ) { - tns = rtypenamespace.exec( types[t] ) || []; - type = origType = tns[1]; - namespaces = tns[2]; - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector? special.delegateType : special.bindType ) || type; - eventType = events[ type ] || []; - origCount = eventType.length; - namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.)?") + "(\\.|$)") : null; - - // Remove matching events - for ( j = 0; j < eventType.length; j++ ) { - handleObj = eventType[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !namespaces || namespaces.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { - eventType.splice( j--, 1 ); - - if ( handleObj.selector ) { - eventType.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( eventType.length === 0 && origCount !== eventType.length ) { - if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) { - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - handle = elemData.handle; - if ( handle ) { - handle.elem = null; - } - - // removeData also checks for emptiness and clears the expando if empty - // so use it instead of delete - jQuery.removeData( elem, [ "events", "handle" ], true ); - } - }, - - // Events that are safe to short-circuit if no handlers are attached. - // Native DOM events should not be added, they may have inline handlers. - customEvent: { - "getData": true, - "setData": true, - "changeData": true - }, - - trigger: function( event, data, elem, onlyHandlers ) { - // Don't do events on text and comment nodes - if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) { - return; - } - - // Event object or event type - var type = event.type || event, - namespaces = [], - cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType; - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "!" ) >= 0 ) { - // Exclusive events trigger only for the exact event (no namespaces) - type = type.slice(0, -1); - exclusive = true; - } - - if ( type.indexOf( "." ) >= 0 ) { - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split("."); - type = namespaces.shift(); - namespaces.sort(); - } - - if ( (!elem || jQuery.event.customEvent[ type ]) && !jQuery.event.global[ type ] ) { - // No jQuery handlers for this event type, and it can't have inline handlers - return; - } - - // Caller can pass in an Event, Object, or just an event type string - event = typeof event === "object" ? - // jQuery.Event object - event[ jQuery.expando ] ? event : - // Object literal - new jQuery.Event( type, event ) : - // Just the event type (string) - new jQuery.Event( type ); - - event.type = type; - event.isTrigger = true; - event.exclusive = exclusive; - event.namespace = namespaces.join( "." ); - event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.)?") + "(\\.|$)") : null; - ontype = type.indexOf( ":" ) < 0 ? "on" + type : ""; - - // Handle a global trigger - if ( !elem ) { - - // TODO: Stop taunting the data cache; remove global events and always attach to document - cache = jQuery.cache; - for ( i in cache ) { - if ( cache[ i ].events && cache[ i ].events[ type ] ) { - jQuery.event.trigger( event, data, cache[ i ].handle.elem, true ); - } - } - return; - } - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data != null ? jQuery.makeArray( data ) : []; - data.unshift( event ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - eventPath = [[ elem, special.bindType || type ]]; - if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode; - old = null; - for ( ; cur; cur = cur.parentNode ) { - eventPath.push([ cur, bubbleType ]); - old = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( old && old === elem.ownerDocument ) { - eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]); - } - } - - // Fire handlers on the event path - for ( i = 0; i < eventPath.length && !event.isPropagationStopped(); i++ ) { - - cur = eventPath[i][0]; - event.type = eventPath[i][1]; - - handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - // Note that this is a bare JS function and not a jQuery handler - handle = ontype && cur[ ontype ]; - if ( handle && jQuery.acceptData( cur ) && handle.apply( cur, data ) === false ) { - event.preventDefault(); - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) && - !(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name name as the event. - // Can't use an .isFunction() check here because IE6/7 fails that test. - // Don't do default actions on window, that's where global variables be (#6170) - // IE<9 dies on focus/blur to hidden element (#1486) - if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - old = elem[ ontype ]; - - if ( old ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - elem[ type ](); - jQuery.event.triggered = undefined; - - if ( old ) { - elem[ ontype ] = old; - } - } - } - } - - return event.result; - }, - - dispatch: function( event ) { - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( event || window.event ); - - var handlers = ( (jQuery._data( this, "events" ) || {} )[ event.type ] || []), - delegateCount = handlers.delegateCount, - args = [].slice.call( arguments, 0 ), - run_all = !event.exclusive && !event.namespace, - special = jQuery.event.special[ event.type ] || {}, - handlerQueue = [], - i, j, cur, jqcur, ret, selMatch, matched, matches, handleObj, sel, related; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[0] = event; - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers that should run if there are delegated events - // Avoid non-left-click bubbling in Firefox (#3861) - if ( delegateCount && !(event.button && event.type === "click") ) { - - // Pregenerate a single jQuery object for reuse with .is() - jqcur = jQuery(this); - jqcur.context = this.ownerDocument || this; - - for ( cur = event.target; cur != this; cur = cur.parentNode || this ) { - - // Don't process events on disabled elements (#6911, #8165) - if ( cur.disabled !== true ) { - selMatch = {}; - matches = []; - jqcur[0] = cur; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - sel = handleObj.selector; - - if ( selMatch[ sel ] === undefined ) { - selMatch[ sel ] = ( - handleObj.quick ? quickIs( cur, handleObj.quick ) : jqcur.is( sel ) - ); - } - if ( selMatch[ sel ] ) { - matches.push( handleObj ); - } - } - if ( matches.length ) { - handlerQueue.push({ elem: cur, matches: matches }); - } - } - } - } - - // Add the remaining (directly-bound) handlers - if ( handlers.length > delegateCount ) { - handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) }); - } - - // Run delegates first; they may want to stop propagation beneath us - for ( i = 0; i < handlerQueue.length && !event.isPropagationStopped(); i++ ) { - matched = handlerQueue[ i ]; - event.currentTarget = matched.elem; - - for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) { - handleObj = matched.matches[ j ]; - - // Triggered event must either 1) be non-exclusive and have no namespace, or - // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). - if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) { - - event.data = handleObj.data; - event.handleObj = handleObj; - - ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) - .apply( matched.elem, args ); - - if ( ret !== undefined ) { - event.result = ret; - if ( ret === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - // Includes some event props shared by KeyEvent and MouseEvent - // *** attrChange attrName relatedNode srcElement are not normalized, non-W3C, deprecated, will be removed in 1.8 *** - props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), - - fixHooks: {}, - - keyHooks: { - props: "char charCode key keyCode".split(" "), - filter: function( event, original ) { - - // Add which for key events - if ( event.which == null ) { - event.which = original.charCode != null ? original.charCode : original.keyCode; - } - - return event; - } - }, - - mouseHooks: { - props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), - filter: function( event, original ) { - var eventDoc, doc, body, - button = original.button, - fromElement = original.fromElement; - - // Calculate pageX/Y if missing and clientX/Y available - if ( event.pageX == null && original.clientX != null ) { - eventDoc = event.target.ownerDocument || document; - doc = eventDoc.documentElement; - body = eventDoc.body; - - event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); - event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); - } - - // Add relatedTarget, if necessary - if ( !event.relatedTarget && fromElement ) { - event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - // Note: button is not normalized, so don't use it - if ( !event.which && button !== undefined ) { - event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); - } - - return event; - } - }, - - fix: function( event ) { - if ( event[ jQuery.expando ] ) { - return event; - } - - // Create a writable copy of the event object and normalize some properties - var i, prop, - originalEvent = event, - fixHook = jQuery.event.fixHooks[ event.type ] || {}, - copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; - - event = jQuery.Event( originalEvent ); - - for ( i = copy.length; i; ) { - prop = copy[ --i ]; - event[ prop ] = originalEvent[ prop ]; - } - - // Fix target property, if necessary (#1925, IE 6/7/8 & Safari2) - if ( !event.target ) { - event.target = originalEvent.srcElement || document; - } - - // Target should not be a text node (#504, Safari) - if ( event.target.nodeType === 3 ) { - event.target = event.target.parentNode; - } - - // For mouse/key events; add metaKey if it's not there (#3368, IE6/7/8) - if ( event.metaKey === undefined ) { - event.metaKey = event.ctrlKey; - } - - return fixHook.filter? fixHook.filter( event, originalEvent ) : event; - }, - - special: { - ready: { - // Make sure the ready event is setup - setup: jQuery.bindReady - }, - - load: { - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - - focus: { - delegateType: "focusin" - }, - blur: { - delegateType: "focusout" - }, - - beforeunload: { - setup: function( data, namespaces, eventHandle ) { - // We only want to do this special case on windows - if ( jQuery.isWindow( this ) ) { - this.onbeforeunload = eventHandle; - } - }, - - teardown: function( namespaces, eventHandle ) { - if ( this.onbeforeunload === eventHandle ) { - this.onbeforeunload = null; - } - } - } - }, - - simulate: function( type, elem, event, bubble ) { - // Piggyback on a donor event to simulate a different one. - // Fake originalEvent to avoid donor's stopPropagation, but if the - // simulated event prevents default then we do the same on the donor. - var e = jQuery.extend( - new jQuery.Event(), - event, - { type: type, - isSimulated: true, - originalEvent: {} - } - ); - if ( bubble ) { - jQuery.event.trigger( e, null, elem ); - } else { - jQuery.event.dispatch.call( elem, e ); - } - if ( e.isDefaultPrevented() ) { - event.preventDefault(); - } - } -}; - -// Some plugins are using, but it's undocumented/deprecated and will be removed. -// The 1.7 special event interface should provide all the hooks needed now. -jQuery.event.handle = jQuery.event.dispatch; - -jQuery.removeEvent = document.removeEventListener ? - function( elem, type, handle ) { - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle, false ); - } - } : - function( elem, type, handle ) { - if ( elem.detachEvent ) { - elem.detachEvent( "on" + type, handle ); - } - }; - -jQuery.Event = function( src, props ) { - // Allow instantiation without the 'new' keyword - if ( !(this instanceof jQuery.Event) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || - src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || jQuery.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -function returnFalse() { - return false; -} -function returnTrue() { - return true; -} - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - preventDefault: function() { - this.isDefaultPrevented = returnTrue; - - var e = this.originalEvent; - if ( !e ) { - return; - } - - // if preventDefault exists run it on the original event - if ( e.preventDefault ) { - e.preventDefault(); - - // otherwise set the returnValue property of the original event to false (IE) - } else { - e.returnValue = false; - } - }, - stopPropagation: function() { - this.isPropagationStopped = returnTrue; - - var e = this.originalEvent; - if ( !e ) { - return; - } - // if stopPropagation exists run it on the original event - if ( e.stopPropagation ) { - e.stopPropagation(); - } - // otherwise set the cancelBubble property of the original event to true (IE) - e.cancelBubble = true; - }, - stopImmediatePropagation: function() { - this.isImmediatePropagationStopped = returnTrue; - this.stopPropagation(); - }, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse -}; - -// Create mouseenter/leave events using mouseover/out and event-time checks -jQuery.each({ - mouseenter: "mouseover", - mouseleave: "mouseout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var target = this, - related = event.relatedTarget, - handleObj = event.handleObj, - selector = handleObj.selector, - ret; - - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || (related !== target && !jQuery.contains( target, related )) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -}); - -// IE submit delegation -if ( !jQuery.support.submitBubbles ) { - - jQuery.event.special.submit = { - setup: function() { - // Only need this for delegated form submit events - if ( jQuery.nodeName( this, "form" ) ) { - return false; - } - - // Lazy-add a submit handler when a descendant form may potentially be submitted - jQuery.event.add( this, "click._submit keypress._submit", function( e ) { - // Node name check avoids a VML-related crash in IE (#9807) - var elem = e.target, - form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; - if ( form && !form._submit_attached ) { - jQuery.event.add( form, "submit._submit", function( event ) { - event._submit_bubble = true; - }); - form._submit_attached = true; - } - }); - // return undefined since we don't need an event listener - }, - - postDispatch: function( event ) { - // If form was submitted by the user, bubble the event up the tree - if ( event._submit_bubble ) { - delete event._submit_bubble; - if ( this.parentNode && !event.isTrigger ) { - jQuery.event.simulate( "submit", this.parentNode, event, true ); - } - } - }, - - teardown: function() { - // Only need this for delegated form submit events - if ( jQuery.nodeName( this, "form" ) ) { - return false; - } - - // Remove delegated handlers; cleanData eventually reaps submit handlers attached above - jQuery.event.remove( this, "._submit" ); - } - }; -} - -// IE change delegation and checkbox/radio fix -if ( !jQuery.support.changeBubbles ) { - - jQuery.event.special.change = { - - setup: function() { - - if ( rformElems.test( this.nodeName ) ) { - // IE doesn't fire change on a check/radio until blur; trigger it on click - // after a propertychange. Eat the blur-change in special.change.handle. - // This still fires onchange a second time for check/radio after blur. - if ( this.type === "checkbox" || this.type === "radio" ) { - jQuery.event.add( this, "propertychange._change", function( event ) { - if ( event.originalEvent.propertyName === "checked" ) { - this._just_changed = true; - } - }); - jQuery.event.add( this, "click._change", function( event ) { - if ( this._just_changed && !event.isTrigger ) { - this._just_changed = false; - jQuery.event.simulate( "change", this, event, true ); - } - }); - } - return false; - } - // Delegated event; lazy-add a change handler on descendant inputs - jQuery.event.add( this, "beforeactivate._change", function( e ) { - var elem = e.target; - - if ( rformElems.test( elem.nodeName ) && !elem._change_attached ) { - jQuery.event.add( elem, "change._change", function( event ) { - if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { - jQuery.event.simulate( "change", this.parentNode, event, true ); - } - }); - elem._change_attached = true; - } - }); - }, - - handle: function( event ) { - var elem = event.target; - - // Swallow native change events from checkbox/radio, we already triggered them above - if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { - return event.handleObj.handler.apply( this, arguments ); - } - }, - - teardown: function() { - jQuery.event.remove( this, "._change" ); - - return rformElems.test( this.nodeName ); - } - }; -} - -// Create "bubbling" focus and blur events -if ( !jQuery.support.focusinBubbles ) { - jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler while someone wants focusin/focusout - var attaches = 0, - handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - if ( attaches++ === 0 ) { - document.addEventListener( orig, handler, true ); - } - }, - teardown: function() { - if ( --attaches === 0 ) { - document.removeEventListener( orig, handler, true ); - } - } - }; - }); -} - -jQuery.fn.extend({ - - on: function( types, selector, data, fn, /*INTERNAL*/ one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { // && selector != null - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - this.on( type, selector, data, types[ type ], one ); - } - return this; - } - - if ( data == null && fn == null ) { - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return this; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return this.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - }); - }, - one: function( types, selector, data, fn ) { - return this.on( types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - if ( types && types.preventDefault && types.handleObj ) { - // ( event ) dispatched jQuery.Event - var handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - // ( types-object [, selector] ) - for ( var type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each(function() { - jQuery.event.remove( this, types, fn, selector ); - }); - }, - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - live: function( types, data, fn ) { - jQuery( this.context ).on( types, this.selector, data, fn ); - return this; - }, - die: function( types, fn ) { - jQuery( this.context ).off( types, this.selector || "**", fn ); - return this; - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length == 1? this.off( selector, "**" ) : this.off( types, selector, fn ); - }, - - trigger: function( type, data ) { - return this.each(function() { - jQuery.event.trigger( type, data, this ); - }); - }, - triggerHandler: function( type, data ) { - if ( this[0] ) { - return jQuery.event.trigger( type, data, this[0], true ); - } - }, - - toggle: function( fn ) { - // Save reference to arguments for access in closure - var args = arguments, - guid = fn.guid || jQuery.guid++, - i = 0, - toggler = function( event ) { - // Figure out which function to execute - var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i; - jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 ); - - // Make sure that clicks stop - event.preventDefault(); - - // and execute the function - return args[ lastToggle ].apply( this, arguments ) || false; - }; - - // link all the functions, so any of them can unbind this click handler - toggler.guid = guid; - while ( i < args.length ) { - args[ i++ ].guid = guid; - } - - return this.click( toggler ); - }, - - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - } -}); - -jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - if ( fn == null ) { - fn = data; - data = null; - } - - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; - - if ( jQuery.attrFn ) { - jQuery.attrFn[ name ] = true; - } - - if ( rkeyEvent.test( name ) ) { - jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks; - } - - if ( rmouseEvent.test( name ) ) { - jQuery.event.fixHooks[ name ] = jQuery.event.mouseHooks; - } -}); - - - -/*! - * Sizzle CSS Selector Engine - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * More information: http://sizzlejs.com/ - */ -(function(){ - -var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, - expando = "sizcache" + (Math.random() + '').replace('.', ''), - done = 0, - toString = Object.prototype.toString, - hasDuplicate = false, - baseHasDuplicate = true, - rBackslash = /\\/g, - rReturn = /\r\n/g, - rNonWord = /\W/; - -// Here we check if the JavaScript engine is using some sort of -// optimization where it does not always call our comparision -// function. If that is the case, discard the hasDuplicate value. -// Thus far that includes Google Chrome. -[0, 0].sort(function() { - baseHasDuplicate = false; - return 0; -}); - -var Sizzle = function( selector, context, results, seed ) { - results = results || []; - context = context || document; - - var origContext = context; - - if ( context.nodeType !== 1 && context.nodeType !== 9 ) { - return []; - } - - if ( !selector || typeof selector !== "string" ) { - return results; - } - - var m, set, checkSet, extra, ret, cur, pop, i, - prune = true, - contextXML = Sizzle.isXML( context ), - parts = [], - soFar = selector; - - // Reset the position of the chunker regexp (start from head) - do { - chunker.exec( "" ); - m = chunker.exec( soFar ); - - if ( m ) { - soFar = m[3]; - - parts.push( m[1] ); - - if ( m[2] ) { - extra = m[3]; - break; - } - } - } while ( m ); - - if ( parts.length > 1 && origPOS.exec( selector ) ) { - - if ( parts.length === 2 && Expr.relative[ parts[0] ] ) { - set = posProcess( parts[0] + parts[1], context, seed ); - - } else { - set = Expr.relative[ parts[0] ] ? - [ context ] : - Sizzle( parts.shift(), context ); - - while ( parts.length ) { - selector = parts.shift(); - - if ( Expr.relative[ selector ] ) { - selector += parts.shift(); - } - - set = posProcess( selector, set, seed ); - } - } - - } else { - // Take a shortcut and set the context if the root selector is an ID - // (but not if it'll be faster if the inner selector is an ID) - if ( !seed && parts.length > 1 && context.nodeType === 9 && !contextXML && - Expr.match.ID.test(parts[0]) && !Expr.match.ID.test(parts[parts.length - 1]) ) { - - ret = Sizzle.find( parts.shift(), context, contextXML ); - context = ret.expr ? - Sizzle.filter( ret.expr, ret.set )[0] : - ret.set[0]; - } - - if ( context ) { - ret = seed ? - { expr: parts.pop(), set: makeArray(seed) } : - Sizzle.find( parts.pop(), parts.length === 1 && (parts[0] === "~" || parts[0] === "+") && context.parentNode ? context.parentNode : context, contextXML ); - - set = ret.expr ? - Sizzle.filter( ret.expr, ret.set ) : - ret.set; - - if ( parts.length > 0 ) { - checkSet = makeArray( set ); - - } else { - prune = false; - } - - while ( parts.length ) { - cur = parts.pop(); - pop = cur; - - if ( !Expr.relative[ cur ] ) { - cur = ""; - } else { - pop = parts.pop(); - } - - if ( pop == null ) { - pop = context; - } - - Expr.relative[ cur ]( checkSet, pop, contextXML ); - } - - } else { - checkSet = parts = []; - } - } - - if ( !checkSet ) { - checkSet = set; - } - - if ( !checkSet ) { - Sizzle.error( cur || selector ); - } - - if ( toString.call(checkSet) === "[object Array]" ) { - if ( !prune ) { - results.push.apply( results, checkSet ); - - } else if ( context && context.nodeType === 1 ) { - for ( i = 0; checkSet[i] != null; i++ ) { - if ( checkSet[i] && (checkSet[i] === true || checkSet[i].nodeType === 1 && Sizzle.contains(context, checkSet[i])) ) { - results.push( set[i] ); - } - } - - } else { - for ( i = 0; checkSet[i] != null; i++ ) { - if ( checkSet[i] && checkSet[i].nodeType === 1 ) { - results.push( set[i] ); - } - } - } - - } else { - makeArray( checkSet, results ); - } - - if ( extra ) { - Sizzle( extra, origContext, results, seed ); - Sizzle.uniqueSort( results ); - } - - return results; -}; - -Sizzle.uniqueSort = function( results ) { - if ( sortOrder ) { - hasDuplicate = baseHasDuplicate; - results.sort( sortOrder ); - - if ( hasDuplicate ) { - for ( var i = 1; i < results.length; i++ ) { - if ( results[i] === results[ i - 1 ] ) { - results.splice( i--, 1 ); - } - } - } - } - - return results; -}; - -Sizzle.matches = function( expr, set ) { - return Sizzle( expr, null, null, set ); -}; - -Sizzle.matchesSelector = function( node, expr ) { - return Sizzle( expr, null, null, [node] ).length > 0; -}; - -Sizzle.find = function( expr, context, isXML ) { - var set, i, len, match, type, left; - - if ( !expr ) { - return []; - } - - for ( i = 0, len = Expr.order.length; i < len; i++ ) { - type = Expr.order[i]; - - if ( (match = Expr.leftMatch[ type ].exec( expr )) ) { - left = match[1]; - match.splice( 1, 1 ); - - if ( left.substr( left.length - 1 ) !== "\\" ) { - match[1] = (match[1] || "").replace( rBackslash, "" ); - set = Expr.find[ type ]( match, context, isXML ); - - if ( set != null ) { - expr = expr.replace( Expr.match[ type ], "" ); - break; - } - } - } - } - - if ( !set ) { - set = typeof context.getElementsByTagName !== "undefined" ? - context.getElementsByTagName( "*" ) : - []; - } - - return { set: set, expr: expr }; -}; - -Sizzle.filter = function( expr, set, inplace, not ) { - var match, anyFound, - type, found, item, filter, left, - i, pass, - old = expr, - result = [], - curLoop = set, - isXMLFilter = set && set[0] && Sizzle.isXML( set[0] ); - - while ( expr && set.length ) { - for ( type in Expr.filter ) { - if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) { - filter = Expr.filter[ type ]; - left = match[1]; - - anyFound = false; - - match.splice(1,1); - - if ( left.substr( left.length - 1 ) === "\\" ) { - continue; - } - - if ( curLoop === result ) { - result = []; - } - - if ( Expr.preFilter[ type ] ) { - match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter ); - - if ( !match ) { - anyFound = found = true; - - } else if ( match === true ) { - continue; - } - } - - if ( match ) { - for ( i = 0; (item = curLoop[i]) != null; i++ ) { - if ( item ) { - found = filter( item, match, i, curLoop ); - pass = not ^ found; - - if ( inplace && found != null ) { - if ( pass ) { - anyFound = true; - - } else { - curLoop[i] = false; - } - - } else if ( pass ) { - result.push( item ); - anyFound = true; - } - } - } - } - - if ( found !== undefined ) { - if ( !inplace ) { - curLoop = result; - } - - expr = expr.replace( Expr.match[ type ], "" ); - - if ( !anyFound ) { - return []; - } - - break; - } - } - } - - // Improper expression - if ( expr === old ) { - if ( anyFound == null ) { - Sizzle.error( expr ); - - } else { - break; - } - } - - old = expr; - } - - return curLoop; -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Utility function for retreiving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -var getText = Sizzle.getText = function( elem ) { - var i, node, - nodeType = elem.nodeType, - ret = ""; - - if ( nodeType ) { - if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent || innerText for elements - if ( typeof elem.textContent === 'string' ) { - return elem.textContent; - } else if ( typeof elem.innerText === 'string' ) { - // Replace IE's carriage returns - return elem.innerText.replace( rReturn, '' ); - } else { - // Traverse it's children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - } else { - - // If no nodeType, this is expected to be an array - for ( i = 0; (node = elem[i]); i++ ) { - // Do not traverse comment nodes - if ( node.nodeType !== 8 ) { - ret += getText( node ); - } - } - } - return ret; -}; - -var Expr = Sizzle.selectors = { - order: [ "ID", "NAME", "TAG" ], - - match: { - ID: /#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, - CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, - NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/, - ATTR: /\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/, - TAG: /^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/, - CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/, - POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/, - PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/ - }, - - leftMatch: {}, - - attrMap: { - "class": "className", - "for": "htmlFor" - }, - - attrHandle: { - href: function( elem ) { - return elem.getAttribute( "href" ); - }, - type: function( elem ) { - return elem.getAttribute( "type" ); - } - }, - - relative: { - "+": function(checkSet, part){ - var isPartStr = typeof part === "string", - isTag = isPartStr && !rNonWord.test( part ), - isPartStrNotTag = isPartStr && !isTag; - - if ( isTag ) { - part = part.toLowerCase(); - } - - for ( var i = 0, l = checkSet.length, elem; i < l; i++ ) { - if ( (elem = checkSet[i]) ) { - while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {} - - checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ? - elem || false : - elem === part; - } - } - - if ( isPartStrNotTag ) { - Sizzle.filter( part, checkSet, true ); - } - }, - - ">": function( checkSet, part ) { - var elem, - isPartStr = typeof part === "string", - i = 0, - l = checkSet.length; - - if ( isPartStr && !rNonWord.test( part ) ) { - part = part.toLowerCase(); - - for ( ; i < l; i++ ) { - elem = checkSet[i]; - - if ( elem ) { - var parent = elem.parentNode; - checkSet[i] = parent.nodeName.toLowerCase() === part ? parent : false; - } - } - - } else { - for ( ; i < l; i++ ) { - elem = checkSet[i]; - - if ( elem ) { - checkSet[i] = isPartStr ? - elem.parentNode : - elem.parentNode === part; - } - } - - if ( isPartStr ) { - Sizzle.filter( part, checkSet, true ); - } - } - }, - - "": function(checkSet, part, isXML){ - var nodeCheck, - doneName = done++, - checkFn = dirCheck; - - if ( typeof part === "string" && !rNonWord.test( part ) ) { - part = part.toLowerCase(); - nodeCheck = part; - checkFn = dirNodeCheck; - } - - checkFn( "parentNode", part, doneName, checkSet, nodeCheck, isXML ); - }, - - "~": function( checkSet, part, isXML ) { - var nodeCheck, - doneName = done++, - checkFn = dirCheck; - - if ( typeof part === "string" && !rNonWord.test( part ) ) { - part = part.toLowerCase(); - nodeCheck = part; - checkFn = dirNodeCheck; - } - - checkFn( "previousSibling", part, doneName, checkSet, nodeCheck, isXML ); - } - }, - - find: { - ID: function( match, context, isXML ) { - if ( typeof context.getElementById !== "undefined" && !isXML ) { - var m = context.getElementById(match[1]); - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - return m && m.parentNode ? [m] : []; - } - }, - - NAME: function( match, context ) { - if ( typeof context.getElementsByName !== "undefined" ) { - var ret = [], - results = context.getElementsByName( match[1] ); - - for ( var i = 0, l = results.length; i < l; i++ ) { - if ( results[i].getAttribute("name") === match[1] ) { - ret.push( results[i] ); - } - } - - return ret.length === 0 ? null : ret; - } - }, - - TAG: function( match, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( match[1] ); - } - } - }, - preFilter: { - CLASS: function( match, curLoop, inplace, result, not, isXML ) { - match = " " + match[1].replace( rBackslash, "" ) + " "; - - if ( isXML ) { - return match; - } - - for ( var i = 0, elem; (elem = curLoop[i]) != null; i++ ) { - if ( elem ) { - if ( not ^ (elem.className && (" " + elem.className + " ").replace(/[\t\n\r]/g, " ").indexOf(match) >= 0) ) { - if ( !inplace ) { - result.push( elem ); - } - - } else if ( inplace ) { - curLoop[i] = false; - } - } - } - - return false; - }, - - ID: function( match ) { - return match[1].replace( rBackslash, "" ); - }, - - TAG: function( match, curLoop ) { - return match[1].replace( rBackslash, "" ).toLowerCase(); - }, - - CHILD: function( match ) { - if ( match[1] === "nth" ) { - if ( !match[2] ) { - Sizzle.error( match[0] ); - } - - match[2] = match[2].replace(/^\+|\s*/g, ''); - - // parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6' - var test = /(-?)(\d*)(?:n([+\-]?\d*))?/.exec( - match[2] === "even" && "2n" || match[2] === "odd" && "2n+1" || - !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]); - - // calculate the numbers (first)n+(last) including if they are negative - match[2] = (test[1] + (test[2] || 1)) - 0; - match[3] = test[3] - 0; - } - else if ( match[2] ) { - Sizzle.error( match[0] ); - } - - // TODO: Move to normal caching system - match[0] = done++; - - return match; - }, - - ATTR: function( match, curLoop, inplace, result, not, isXML ) { - var name = match[1] = match[1].replace( rBackslash, "" ); - - if ( !isXML && Expr.attrMap[name] ) { - match[1] = Expr.attrMap[name]; - } - - // Handle if an un-quoted value was used - match[4] = ( match[4] || match[5] || "" ).replace( rBackslash, "" ); - - if ( match[2] === "~=" ) { - match[4] = " " + match[4] + " "; - } - - return match; - }, - - PSEUDO: function( match, curLoop, inplace, result, not ) { - if ( match[1] === "not" ) { - // If we're dealing with a complex expression, or a simple one - if ( ( chunker.exec(match[3]) || "" ).length > 1 || /^\w/.test(match[3]) ) { - match[3] = Sizzle(match[3], null, null, curLoop); - - } else { - var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not); - - if ( !inplace ) { - result.push.apply( result, ret ); - } - - return false; - } - - } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { - return true; - } - - return match; - }, - - POS: function( match ) { - match.unshift( true ); - - return match; - } - }, - - filters: { - enabled: function( elem ) { - return elem.disabled === false && elem.type !== "hidden"; - }, - - disabled: function( elem ) { - return elem.disabled === true; - }, - - checked: function( elem ) { - return elem.checked === true; - }, - - selected: function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - parent: function( elem ) { - return !!elem.firstChild; - }, - - empty: function( elem ) { - return !elem.firstChild; - }, - - has: function( elem, i, match ) { - return !!Sizzle( match[3], elem ).length; - }, - - header: function( elem ) { - return (/h\d/i).test( elem.nodeName ); - }, - - text: function( elem ) { - var attr = elem.getAttribute( "type" ), type = elem.type; - // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc) - // use getAttribute instead to test this case - return elem.nodeName.toLowerCase() === "input" && "text" === type && ( attr === type || attr === null ); - }, - - radio: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "radio" === elem.type; - }, - - checkbox: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "checkbox" === elem.type; - }, - - file: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "file" === elem.type; - }, - - password: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "password" === elem.type; - }, - - submit: function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && "submit" === elem.type; - }, - - image: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "image" === elem.type; - }, - - reset: function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && "reset" === elem.type; - }, - - button: function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && "button" === elem.type || name === "button"; - }, - - input: function( elem ) { - return (/input|select|textarea|button/i).test( elem.nodeName ); - }, - - focus: function( elem ) { - return elem === elem.ownerDocument.activeElement; - } - }, - setFilters: { - first: function( elem, i ) { - return i === 0; - }, - - last: function( elem, i, match, array ) { - return i === array.length - 1; - }, - - even: function( elem, i ) { - return i % 2 === 0; - }, - - odd: function( elem, i ) { - return i % 2 === 1; - }, - - lt: function( elem, i, match ) { - return i < match[3] - 0; - }, - - gt: function( elem, i, match ) { - return i > match[3] - 0; - }, - - nth: function( elem, i, match ) { - return match[3] - 0 === i; - }, - - eq: function( elem, i, match ) { - return match[3] - 0 === i; - } - }, - filter: { - PSEUDO: function( elem, match, i, array ) { - var name = match[1], - filter = Expr.filters[ name ]; - - if ( filter ) { - return filter( elem, i, match, array ); - - } else if ( name === "contains" ) { - return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0; - - } else if ( name === "not" ) { - var not = match[3]; - - for ( var j = 0, l = not.length; j < l; j++ ) { - if ( not[j] === elem ) { - return false; - } - } - - return true; - - } else { - Sizzle.error( name ); - } - }, - - CHILD: function( elem, match ) { - var first, last, - doneName, parent, cache, - count, diff, - type = match[1], - node = elem; - - switch ( type ) { - case "only": - case "first": - while ( (node = node.previousSibling) ) { - if ( node.nodeType === 1 ) { - return false; - } - } - - if ( type === "first" ) { - return true; - } - - node = elem; - - /* falls through */ - case "last": - while ( (node = node.nextSibling) ) { - if ( node.nodeType === 1 ) { - return false; - } - } - - return true; - - case "nth": - first = match[2]; - last = match[3]; - - if ( first === 1 && last === 0 ) { - return true; - } - - doneName = match[0]; - parent = elem.parentNode; - - if ( parent && (parent[ expando ] !== doneName || !elem.nodeIndex) ) { - count = 0; - - for ( node = parent.firstChild; node; node = node.nextSibling ) { - if ( node.nodeType === 1 ) { - node.nodeIndex = ++count; - } - } - - parent[ expando ] = doneName; - } - - diff = elem.nodeIndex - last; - - if ( first === 0 ) { - return diff === 0; - - } else { - return ( diff % first === 0 && diff / first >= 0 ); - } - } - }, - - ID: function( elem, match ) { - return elem.nodeType === 1 && elem.getAttribute("id") === match; - }, - - TAG: function( elem, match ) { - return (match === "*" && elem.nodeType === 1) || !!elem.nodeName && elem.nodeName.toLowerCase() === match; - }, - - CLASS: function( elem, match ) { - return (" " + (elem.className || elem.getAttribute("class")) + " ") - .indexOf( match ) > -1; - }, - - ATTR: function( elem, match ) { - var name = match[1], - result = Sizzle.attr ? - Sizzle.attr( elem, name ) : - Expr.attrHandle[ name ] ? - Expr.attrHandle[ name ]( elem ) : - elem[ name ] != null ? - elem[ name ] : - elem.getAttribute( name ), - value = result + "", - type = match[2], - check = match[4]; - - return result == null ? - type === "!=" : - !type && Sizzle.attr ? - result != null : - type === "=" ? - value === check : - type === "*=" ? - value.indexOf(check) >= 0 : - type === "~=" ? - (" " + value + " ").indexOf(check) >= 0 : - !check ? - value && result !== false : - type === "!=" ? - value !== check : - type === "^=" ? - value.indexOf(check) === 0 : - type === "$=" ? - value.substr(value.length - check.length) === check : - type === "|=" ? - value === check || value.substr(0, check.length + 1) === check + "-" : - false; - }, - - POS: function( elem, match, i, array ) { - var name = match[2], - filter = Expr.setFilters[ name ]; - - if ( filter ) { - return filter( elem, i, match, array ); - } - } - } -}; - -var origPOS = Expr.match.POS, - fescape = function(all, num){ - return "\\" + (num - 0 + 1); - }; - -for ( var type in Expr.match ) { - Expr.match[ type ] = new RegExp( Expr.match[ type ].source + (/(?![^\[]*\])(?![^\(]*\))/.source) ); - Expr.leftMatch[ type ] = new RegExp( /(^(?:.|\r|\n)*?)/.source + Expr.match[ type ].source.replace(/\\(\d+)/g, fescape) ); -} -// Expose origPOS -// "global" as in regardless of relation to brackets/parens -Expr.match.globalPOS = origPOS; - -var makeArray = function( array, results ) { - array = Array.prototype.slice.call( array, 0 ); - - if ( results ) { - results.push.apply( results, array ); - return results; - } - - return array; -}; - -// Perform a simple check to determine if the browser is capable of -// converting a NodeList to an array using builtin methods. -// Also verifies that the returned array holds DOM nodes -// (which is not the case in the Blackberry browser) -try { - Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; - -// Provide a fallback method if it does not work -} catch( e ) { - makeArray = function( array, results ) { - var i = 0, - ret = results || []; - - if ( toString.call(array) === "[object Array]" ) { - Array.prototype.push.apply( ret, array ); - - } else { - if ( typeof array.length === "number" ) { - for ( var l = array.length; i < l; i++ ) { - ret.push( array[i] ); - } - - } else { - for ( ; array[i]; i++ ) { - ret.push( array[i] ); - } - } - } - - return ret; - }; -} - -var sortOrder, siblingCheck; - -if ( document.documentElement.compareDocumentPosition ) { - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - if ( !a.compareDocumentPosition || !b.compareDocumentPosition ) { - return a.compareDocumentPosition ? -1 : 1; - } - - return a.compareDocumentPosition(b) & 4 ? -1 : 1; - }; - -} else { - sortOrder = function( a, b ) { - // The nodes are identical, we can exit early - if ( a === b ) { - hasDuplicate = true; - return 0; - - // Fallback to using sourceIndex (in IE) if it's available on both nodes - } else if ( a.sourceIndex && b.sourceIndex ) { - return a.sourceIndex - b.sourceIndex; - } - - var al, bl, - ap = [], - bp = [], - aup = a.parentNode, - bup = b.parentNode, - cur = aup; - - // If the nodes are siblings (or identical) we can do a quick check - if ( aup === bup ) { - return siblingCheck( a, b ); - - // If no parents were found then the nodes are disconnected - } else if ( !aup ) { - return -1; - - } else if ( !bup ) { - return 1; - } - - // Otherwise they're somewhere else in the tree so we need - // to build up a full list of the parentNodes for comparison - while ( cur ) { - ap.unshift( cur ); - cur = cur.parentNode; - } - - cur = bup; - - while ( cur ) { - bp.unshift( cur ); - cur = cur.parentNode; - } - - al = ap.length; - bl = bp.length; - - // Start walking down the tree looking for a discrepancy - for ( var i = 0; i < al && i < bl; i++ ) { - if ( ap[i] !== bp[i] ) { - return siblingCheck( ap[i], bp[i] ); - } - } - - // We ended someplace up the tree so do a sibling check - return i === al ? - siblingCheck( a, bp[i], -1 ) : - siblingCheck( ap[i], b, 1 ); - }; - - siblingCheck = function( a, b, ret ) { - if ( a === b ) { - return ret; - } - - var cur = a.nextSibling; - - while ( cur ) { - if ( cur === b ) { - return -1; - } - - cur = cur.nextSibling; - } - - return 1; - }; -} - -// Check to see if the browser returns elements by name when -// querying by getElementById (and provide a workaround) -(function(){ - // We're going to inject a fake input element with a specified name - var form = document.createElement("div"), - id = "script" + (new Date()).getTime(), - root = document.documentElement; - - form.innerHTML = "<a name='" + id + "'/>"; - - // Inject it into the root element, check its status, and remove it quickly - root.insertBefore( form, root.firstChild ); - - // The workaround has to do additional checks after a getElementById - // Which slows things down for other browsers (hence the branching) - if ( document.getElementById( id ) ) { - Expr.find.ID = function( match, context, isXML ) { - if ( typeof context.getElementById !== "undefined" && !isXML ) { - var m = context.getElementById(match[1]); - - return m ? - m.id === match[1] || typeof m.getAttributeNode !== "undefined" && m.getAttributeNode("id").nodeValue === match[1] ? - [m] : - undefined : - []; - } - }; - - Expr.filter.ID = function( elem, match ) { - var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); - - return elem.nodeType === 1 && node && node.nodeValue === match; - }; - } - - root.removeChild( form ); - - // release memory in IE - root = form = null; -})(); - -(function(){ - // Check to see if the browser returns only elements - // when doing getElementsByTagName("*") - - // Create a fake element - var div = document.createElement("div"); - div.appendChild( document.createComment("") ); - - // Make sure no comments are found - if ( div.getElementsByTagName("*").length > 0 ) { - Expr.find.TAG = function( match, context ) { - var results = context.getElementsByTagName( match[1] ); - - // Filter out possible comments - if ( match[1] === "*" ) { - var tmp = []; - - for ( var i = 0; results[i]; i++ ) { - if ( results[i].nodeType === 1 ) { - tmp.push( results[i] ); - } - } - - results = tmp; - } - - return results; - }; - } - - // Check to see if an attribute returns normalized href attributes - div.innerHTML = "<a href='#'></a>"; - - if ( div.firstChild && typeof div.firstChild.getAttribute !== "undefined" && - div.firstChild.getAttribute("href") !== "#" ) { - - Expr.attrHandle.href = function( elem ) { - return elem.getAttribute( "href", 2 ); - }; - } - - // release memory in IE - div = null; -})(); - -if ( document.querySelectorAll ) { - (function(){ - var oldSizzle = Sizzle, - div = document.createElement("div"), - id = "__sizzle__"; - - div.innerHTML = "<p class='TEST'></p>"; - - // Safari can't handle uppercase or unicode characters when - // in quirks mode. - if ( div.querySelectorAll && div.querySelectorAll(".TEST").length === 0 ) { - return; - } - - Sizzle = function( query, context, extra, seed ) { - context = context || document; - - // Only use querySelectorAll on non-XML documents - // (ID selectors don't work in non-HTML documents) - if ( !seed && !Sizzle.isXML(context) ) { - // See if we find a selector to speed up - var match = /^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec( query ); - - if ( match && (context.nodeType === 1 || context.nodeType === 9) ) { - // Speed-up: Sizzle("TAG") - if ( match[1] ) { - return makeArray( context.getElementsByTagName( query ), extra ); - - // Speed-up: Sizzle(".CLASS") - } else if ( match[2] && Expr.find.CLASS && context.getElementsByClassName ) { - return makeArray( context.getElementsByClassName( match[2] ), extra ); - } - } - - if ( context.nodeType === 9 ) { - // Speed-up: Sizzle("body") - // The body element only exists once, optimize finding it - if ( query === "body" && context.body ) { - return makeArray( [ context.body ], extra ); - - // Speed-up: Sizzle("#ID") - } else if ( match && match[3] ) { - var elem = context.getElementById( match[3] ); - - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - if ( elem && elem.parentNode ) { - // Handle the case where IE and Opera return items - // by name instead of ID - if ( elem.id === match[3] ) { - return makeArray( [ elem ], extra ); - } - - } else { - return makeArray( [], extra ); - } - } - - try { - return makeArray( context.querySelectorAll(query), extra ); - } catch(qsaError) {} - - // qSA works strangely on Element-rooted queries - // We can work around this by specifying an extra ID on the root - // and working up from there (Thanks to Andrew Dupont for the technique) - // IE 8 doesn't work on object elements - } else if ( context.nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { - var oldContext = context, - old = context.getAttribute( "id" ), - nid = old || id, - hasParent = context.parentNode, - relativeHierarchySelector = /^\s*[+~]/.test( query ); - - if ( !old ) { - context.setAttribute( "id", nid ); - } else { - nid = nid.replace( /'/g, "\\$&" ); - } - if ( relativeHierarchySelector && hasParent ) { - context = context.parentNode; - } - - try { - if ( !relativeHierarchySelector || hasParent ) { - return makeArray( context.querySelectorAll( "[id='" + nid + "'] " + query ), extra ); - } - - } catch(pseudoError) { - } finally { - if ( !old ) { - oldContext.removeAttribute( "id" ); - } - } - } - } - - return oldSizzle(query, context, extra, seed); - }; - - for ( var prop in oldSizzle ) { - Sizzle[ prop ] = oldSizzle[ prop ]; - } - - // release memory in IE - div = null; - })(); -} - -(function(){ - var html = document.documentElement, - matches = html.matchesSelector || html.mozMatchesSelector || html.webkitMatchesSelector || html.msMatchesSelector; - - if ( matches ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9 fails this) - var disconnectedMatch = !matches.call( document.createElement( "div" ), "div" ), - pseudoWorks = false; - - try { - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( document.documentElement, "[test!='']:sizzle" ); - - } catch( pseudoError ) { - pseudoWorks = true; - } - - Sizzle.matchesSelector = function( node, expr ) { - // Make sure that attribute selectors are quoted - expr = expr.replace(/\=\s*([^'"\]]*)\s*\]/g, "='$1']"); - - if ( !Sizzle.isXML( node ) ) { - try { - if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) { - var ret = matches.call( node, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || !disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9, so check for that - node.document && node.document.nodeType !== 11 ) { - return ret; - } - } - } catch(e) {} - } - - return Sizzle(expr, null, null, [node]).length > 0; - }; - } -})(); - -(function(){ - var div = document.createElement("div"); - - div.innerHTML = "<div class='test e'></div><div class='test'></div>"; - - // Opera can't find a second classname (in 9.6) - // Also, make sure that getElementsByClassName actually exists - if ( !div.getElementsByClassName || div.getElementsByClassName("e").length === 0 ) { - return; - } - - // Safari caches class attributes, doesn't catch changes (in 3.2) - div.lastChild.className = "e"; - - if ( div.getElementsByClassName("e").length === 1 ) { - return; - } - - Expr.order.splice(1, 0, "CLASS"); - Expr.find.CLASS = function( match, context, isXML ) { - if ( typeof context.getElementsByClassName !== "undefined" && !isXML ) { - return context.getElementsByClassName(match[1]); - } - }; - - // release memory in IE - div = null; -})(); - -function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { - for ( var i = 0, l = checkSet.length; i < l; i++ ) { - var elem = checkSet[i]; - - if ( elem ) { - var match = false; - - elem = elem[dir]; - - while ( elem ) { - if ( elem[ expando ] === doneName ) { - match = checkSet[elem.sizset]; - break; - } - - if ( elem.nodeType === 1 && !isXML ){ - elem[ expando ] = doneName; - elem.sizset = i; - } - - if ( elem.nodeName.toLowerCase() === cur ) { - match = elem; - break; - } - - elem = elem[dir]; - } - - checkSet[i] = match; - } - } -} - -function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { - for ( var i = 0, l = checkSet.length; i < l; i++ ) { - var elem = checkSet[i]; - - if ( elem ) { - var match = false; - - elem = elem[dir]; - - while ( elem ) { - if ( elem[ expando ] === doneName ) { - match = checkSet[elem.sizset]; - break; - } - - if ( elem.nodeType === 1 ) { - if ( !isXML ) { - elem[ expando ] = doneName; - elem.sizset = i; - } - - if ( typeof cur !== "string" ) { - if ( elem === cur ) { - match = true; - break; - } - - } else if ( Sizzle.filter( cur, [elem] ).length > 0 ) { - match = elem; - break; - } - } - - elem = elem[dir]; - } - - checkSet[i] = match; - } - } -} - -if ( document.documentElement.contains ) { - Sizzle.contains = function( a, b ) { - return a !== b && (a.contains ? a.contains(b) : true); - }; - -} else if ( document.documentElement.compareDocumentPosition ) { - Sizzle.contains = function( a, b ) { - return !!(a.compareDocumentPosition(b) & 16); - }; - -} else { - Sizzle.contains = function() { - return false; - }; -} - -Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = (elem ? elem.ownerDocument || elem : 0).documentElement; - - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -var posProcess = function( selector, context, seed ) { - var match, - tmpSet = [], - later = "", - root = context.nodeType ? [context] : context; - - // Position selectors must be done after the filter - // And so must :not(positional) so we move all PSEUDOs to the end - while ( (match = Expr.match.PSEUDO.exec( selector )) ) { - later += match[0]; - selector = selector.replace( Expr.match.PSEUDO, "" ); - } - - selector = Expr.relative[selector] ? selector + "*" : selector; - - for ( var i = 0, l = root.length; i < l; i++ ) { - Sizzle( selector, root[i], tmpSet, seed ); - } - - return Sizzle.filter( later, tmpSet ); -}; - -// EXPOSE -// Override sizzle attribute retrieval -Sizzle.attr = jQuery.attr; -Sizzle.selectors.attrMap = {}; -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; -jQuery.expr[":"] = jQuery.expr.filters; -jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; - - -})(); - - -var runtil = /Until$/, - rparentsprev = /^(?:parents|prevUntil|prevAll)/, - // Note: This RegExp should be improved, or likely pulled from Sizzle - rmultiselector = /,/, - isSimple = /^.[^:#\[\.,]*$/, - slice = Array.prototype.slice, - POS = jQuery.expr.match.globalPOS, - // methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend({ - find: function( selector ) { - var self = this, - i, l; - - if ( typeof selector !== "string" ) { - return jQuery( selector ).filter(function() { - for ( i = 0, l = self.length; i < l; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - }); - } - - var ret = this.pushStack( "", "find", selector ), - length, n, r; - - for ( i = 0, l = this.length; i < l; i++ ) { - length = ret.length; - jQuery.find( selector, this[i], ret ); - - if ( i > 0 ) { - // Make sure that the results are unique - for ( n = length; n < ret.length; n++ ) { - for ( r = 0; r < length; r++ ) { - if ( ret[r] === ret[n] ) { - ret.splice(n--, 1); - break; - } - } - } - } - } - - return ret; - }, - - has: function( target ) { - var targets = jQuery( target ); - return this.filter(function() { - for ( var i = 0, l = targets.length; i < l; i++ ) { - if ( jQuery.contains( this, targets[i] ) ) { - return true; - } - } - }); - }, - - not: function( selector ) { - return this.pushStack( winnow(this, selector, false), "not", selector); - }, - - filter: function( selector ) { - return this.pushStack( winnow(this, selector, true), "filter", selector ); - }, - - is: function( selector ) { - return !!selector && ( - typeof selector === "string" ? - // If this is a positional selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - POS.test( selector ) ? - jQuery( selector, this.context ).index( this[0] ) >= 0 : - jQuery.filter( selector, this ).length > 0 : - this.filter( selector ).length > 0 ); - }, - - closest: function( selectors, context ) { - var ret = [], i, l, cur = this[0]; - - // Array (deprecated as of jQuery 1.7) - if ( jQuery.isArray( selectors ) ) { - var level = 1; - - while ( cur && cur.ownerDocument && cur !== context ) { - for ( i = 0; i < selectors.length; i++ ) { - - if ( jQuery( cur ).is( selectors[ i ] ) ) { - ret.push({ selector: selectors[ i ], elem: cur, level: level }); - } - } - - cur = cur.parentNode; - level++; - } - - return ret; - } - - // String - var pos = POS.test( selectors ) || typeof selectors !== "string" ? - jQuery( selectors, context || this.context ) : - 0; - - for ( i = 0, l = this.length; i < l; i++ ) { - cur = this[i]; - - while ( cur ) { - if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) { - ret.push( cur ); - break; - - } else { - cur = cur.parentNode; - if ( !cur || !cur.ownerDocument || cur === context || cur.nodeType === 11 ) { - break; - } - } - } - } - - ret = ret.length > 1 ? jQuery.unique( ret ) : ret; - - return this.pushStack( ret, "closest", selectors ); - }, - - // Determine the position of an element within - // the matched set of elements - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[0] && this[0].parentNode ) ? this.prevAll().length : -1; - } - - // index in selector - if ( typeof elem === "string" ) { - return jQuery.inArray( this[0], jQuery( elem ) ); - } - - // Locate the position of the desired element - return jQuery.inArray( - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[0] : elem, this ); - }, - - add: function( selector, context ) { - var set = typeof selector === "string" ? - jQuery( selector, context ) : - jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ), - all = jQuery.merge( this.get(), set ); - - return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ? - all : - jQuery.unique( all ) ); - }, - - andSelf: function() { - return this.add( this.prevObject ); - } -}); - -// A painfully simple check to see if an element is disconnected -// from a document (should be improved, where feasible). -function isDisconnected( node ) { - return !node || !node.parentNode || node.parentNode.nodeType === 11; -} - -jQuery.each({ - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return jQuery.dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return jQuery.dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return jQuery.nth( elem, 2, "nextSibling" ); - }, - prev: function( elem ) { - return jQuery.nth( elem, 2, "previousSibling" ); - }, - nextAll: function( elem ) { - return jQuery.dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return jQuery.dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return jQuery.dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return jQuery.dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return jQuery.sibling( elem.firstChild ); - }, - contents: function( elem ) { - return jQuery.nodeName( elem, "iframe" ) ? - elem.contentDocument || elem.contentWindow.document : - jQuery.makeArray( elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var ret = jQuery.map( this, fn, until ); - - if ( !runtil.test( name ) ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - ret = jQuery.filter( selector, ret ); - } - - ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret; - - if ( (this.length > 1 || rmultiselector.test( selector )) && rparentsprev.test( name ) ) { - ret = ret.reverse(); - } - - return this.pushStack( ret, name, slice.call( arguments ).join(",") ); - }; -}); - -jQuery.extend({ - filter: function( expr, elems, not ) { - if ( not ) { - expr = ":not(" + expr + ")"; - } - - return elems.length === 1 ? - jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] : - jQuery.find.matches(expr, elems); - }, - - dir: function( elem, dir, until ) { - var matched = [], - cur = elem[ dir ]; - - while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { - if ( cur.nodeType === 1 ) { - matched.push( cur ); - } - cur = cur[dir]; - } - return matched; - }, - - nth: function( cur, result, dir, elem ) { - result = result || 1; - var num = 0; - - for ( ; cur; cur = cur[dir] ) { - if ( cur.nodeType === 1 && ++num === result ) { - break; - } - } - - return cur; - }, - - sibling: function( n, elem ) { - var r = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - r.push( n ); - } - } - - return r; - } -}); - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, keep ) { - - // Can't pass null or undefined to indexOf in Firefox 4 - // Set to 0 to skip string check - qualifier = qualifier || 0; - - if ( jQuery.isFunction( qualifier ) ) { - return jQuery.grep(elements, function( elem, i ) { - var retVal = !!qualifier.call( elem, i, elem ); - return retVal === keep; - }); - - } else if ( qualifier.nodeType ) { - return jQuery.grep(elements, function( elem, i ) { - return ( elem === qualifier ) === keep; - }); - - } else if ( typeof qualifier === "string" ) { - var filtered = jQuery.grep(elements, function( elem ) { - return elem.nodeType === 1; - }); - - if ( isSimple.test( qualifier ) ) { - return jQuery.filter(qualifier, filtered, !keep); - } else { - qualifier = jQuery.filter( qualifier, filtered ); - } - } - - return jQuery.grep(elements, function( elem, i ) { - return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep; - }); -} - - - - -function createSafeFragment( document ) { - var list = nodeNames.split( "|" ), - safeFrag = document.createDocumentFragment(); - - if ( safeFrag.createElement ) { - while ( list.length ) { - safeFrag.createElement( - list.pop() - ); - } - } - return safeFrag; -} - -var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + - "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", - rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g, - rleadingWhitespace = /^\s+/, - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig, - rtagName = /<([\w:]+)/, - rtbody = /<tbody/i, - rhtml = /<|&#?\w+;/, - rnoInnerhtml = /<(?:script|style)/i, - rnocache = /<(?:script|object|embed|option|style)/i, - rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - rscriptType = /\/(java|ecma)script/i, - rcleanScript = /^\s*<!(?:\[CDATA\[|\-\-)/, - wrapMap = { - option: [ 1, "<select multiple='multiple'>", "</select>" ], - legend: [ 1, "<fieldset>", "</fieldset>" ], - thead: [ 1, "<table>", "</table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ], - area: [ 1, "<map>", "</map>" ], - _default: [ 0, "", "" ] - }, - safeFragment = createSafeFragment( document ); - -wrapMap.optgroup = wrapMap.option; -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// IE can't serialize <link> and <script> tags normally -if ( !jQuery.support.htmlSerialize ) { - wrapMap._default = [ 1, "div<div>", "</div>" ]; -} - -jQuery.fn.extend({ - text: function( value ) { - return jQuery.access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) ); - }, null, value, arguments.length ); - }, - - wrapAll: function( html ) { - if ( jQuery.isFunction( html ) ) { - return this.each(function(i) { - jQuery(this).wrapAll( html.call(this, i) ); - }); - } - - if ( this[0] ) { - // The elements to wrap the target around - var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true); - - if ( this[0].parentNode ) { - wrap.insertBefore( this[0] ); - } - - wrap.map(function() { - var elem = this; - - while ( elem.firstChild && elem.firstChild.nodeType === 1 ) { - elem = elem.firstChild; - } - - return elem; - }).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( jQuery.isFunction( html ) ) { - return this.each(function(i) { - jQuery(this).wrapInner( html.call(this, i) ); - }); - } - - return this.each(function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - }); - }, - - wrap: function( html ) { - var isFunction = jQuery.isFunction( html ); - - return this.each(function(i) { - jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html ); - }); - }, - - unwrap: function() { - return this.parent().each(function() { - if ( !jQuery.nodeName( this, "body" ) ) { - jQuery( this ).replaceWith( this.childNodes ); - } - }).end(); - }, - - append: function() { - return this.domManip(arguments, true, function( elem ) { - if ( this.nodeType === 1 ) { - this.appendChild( elem ); - } - }); - }, - - prepend: function() { - return this.domManip(arguments, true, function( elem ) { - if ( this.nodeType === 1 ) { - this.insertBefore( elem, this.firstChild ); - } - }); - }, - - before: function() { - if ( this[0] && this[0].parentNode ) { - return this.domManip(arguments, false, function( elem ) { - this.parentNode.insertBefore( elem, this ); - }); - } else if ( arguments.length ) { - var set = jQuery.clean( arguments ); - set.push.apply( set, this.toArray() ); - return this.pushStack( set, "before", arguments ); - } - }, - - after: function() { - if ( this[0] && this[0].parentNode ) { - return this.domManip(arguments, false, function( elem ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - }); - } else if ( arguments.length ) { - var set = this.pushStack( this, "after", arguments ); - set.push.apply( set, jQuery.clean(arguments) ); - return set; - } - }, - - // keepData is for internal use only--do not document - remove: function( selector, keepData ) { - for ( var i = 0, elem; (elem = this[i]) != null; i++ ) { - if ( !selector || jQuery.filter( selector, [ elem ] ).length ) { - if ( !keepData && elem.nodeType === 1 ) { - jQuery.cleanData( elem.getElementsByTagName("*") ); - jQuery.cleanData( [ elem ] ); - } - - if ( elem.parentNode ) { - elem.parentNode.removeChild( elem ); - } - } - } - - return this; - }, - - empty: function() { - for ( var i = 0, elem; (elem = this[i]) != null; i++ ) { - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( elem.getElementsByTagName("*") ); - } - - // Remove any remaining nodes - while ( elem.firstChild ) { - elem.removeChild( elem.firstChild ); - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function () { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - }); - }, - - html: function( value ) { - return jQuery.access( this, function( value ) { - var elem = this[0] || {}, - i = 0, - l = this.length; - - if ( value === undefined ) { - return elem.nodeType === 1 ? - elem.innerHTML.replace( rinlinejQuery, "" ) : - null; - } - - - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && - !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) { - - value = value.replace( rxhtmlTag, "<$1></$2>" ); - - try { - for (; i < l; i++ ) { - // Remove element nodes and prevent memory leaks - elem = this[i] || {}; - if ( elem.nodeType === 1 ) { - jQuery.cleanData( elem.getElementsByTagName( "*" ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch(e) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function( value ) { - if ( this[0] && this[0].parentNode ) { - // Make sure that the elements are removed from the DOM before they are inserted - // this can help fix replacing a parent with child elements - if ( jQuery.isFunction( value ) ) { - return this.each(function(i) { - var self = jQuery(this), old = self.html(); - self.replaceWith( value.call( this, i, old ) ); - }); - } - - if ( typeof value !== "string" ) { - value = jQuery( value ).detach(); - } - - return this.each(function() { - var next = this.nextSibling, - parent = this.parentNode; - - jQuery( this ).remove(); - - if ( next ) { - jQuery(next).before( value ); - } else { - jQuery(parent).append( value ); - } - }); - } else { - return this.length ? - this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) : - this; - } - }, - - detach: function( selector ) { - return this.remove( selector, true ); - }, - - domManip: function( args, table, callback ) { - var results, first, fragment, parent, - value = args[0], - scripts = []; - - // We can't cloneNode fragments that contain checked, in WebKit - if ( !jQuery.support.checkClone && arguments.length === 3 && typeof value === "string" && rchecked.test( value ) ) { - return this.each(function() { - jQuery(this).domManip( args, table, callback, true ); - }); - } - - if ( jQuery.isFunction(value) ) { - return this.each(function(i) { - var self = jQuery(this); - args[0] = value.call(this, i, table ? self.html() : undefined); - self.domManip( args, table, callback ); - }); - } - - if ( this[0] ) { - parent = value && value.parentNode; - - // If we're in a fragment, just use that instead of building a new one - if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length === this.length ) { - results = { fragment: parent }; - - } else { - results = jQuery.buildFragment( args, this, scripts ); - } - - fragment = results.fragment; - - if ( fragment.childNodes.length === 1 ) { - first = fragment = fragment.firstChild; - } else { - first = fragment.firstChild; - } - - if ( first ) { - table = table && jQuery.nodeName( first, "tr" ); - - for ( var i = 0, l = this.length, lastIndex = l - 1; i < l; i++ ) { - callback.call( - table ? - root(this[i], first) : - this[i], - // Make sure that we do not leak memory by inadvertently discarding - // the original fragment (which might have attached data) instead of - // using it; in addition, use the original fragment object for the last - // item instead of first because it can end up being emptied incorrectly - // in certain situations (Bug #8070). - // Fragments from the fragment cache must always be cloned and never used - // in place. - results.cacheable || ( l > 1 && i < lastIndex ) ? - jQuery.clone( fragment, true, true ) : - fragment - ); - } - } - - if ( scripts.length ) { - jQuery.each( scripts, function( i, elem ) { - if ( elem.src ) { - jQuery.ajax({ - type: "GET", - global: false, - url: elem.src, - async: false, - dataType: "script" - }); - } else { - jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "/*$0*/" ) ); - } - - if ( elem.parentNode ) { - elem.parentNode.removeChild( elem ); - } - }); - } - } - - return this; - } -}); - -function root( elem, cur ) { - return jQuery.nodeName(elem, "table") ? - (elem.getElementsByTagName("tbody")[0] || - elem.appendChild(elem.ownerDocument.createElement("tbody"))) : - elem; -} - -function cloneCopyEvent( src, dest ) { - - if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { - return; - } - - var type, i, l, - oldData = jQuery._data( src ), - curData = jQuery._data( dest, oldData ), - events = oldData.events; - - if ( events ) { - delete curData.handle; - curData.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - - // make the cloned public data object a copy from the original - if ( curData.data ) { - curData.data = jQuery.extend( {}, curData.data ); - } -} - -function cloneFixAttributes( src, dest ) { - var nodeName; - - // We do not need to do anything for non-Elements - if ( dest.nodeType !== 1 ) { - return; - } - - // clearAttributes removes the attributes, which we don't want, - // but also removes the attachEvent events, which we *do* want - if ( dest.clearAttributes ) { - dest.clearAttributes(); - } - - // mergeAttributes, in contrast, only merges back on the - // original attributes, not the events - if ( dest.mergeAttributes ) { - dest.mergeAttributes( src ); - } - - nodeName = dest.nodeName.toLowerCase(); - - // IE6-8 fail to clone children inside object elements that use - // the proprietary classid attribute value (rather than the type - // attribute) to identify the type of content to display - if ( nodeName === "object" ) { - dest.outerHTML = src.outerHTML; - - } else if ( nodeName === "input" && (src.type === "checkbox" || src.type === "radio") ) { - // IE6-8 fails to persist the checked state of a cloned checkbox - // or radio button. Worse, IE6-7 fail to give the cloned element - // a checked appearance if the defaultChecked value isn't also set - if ( src.checked ) { - dest.defaultChecked = dest.checked = src.checked; - } - - // IE6-7 get confused and end up setting the value of a cloned - // checkbox/radio button to an empty string instead of "on" - if ( dest.value !== src.value ) { - dest.value = src.value; - } - - // IE6-8 fails to return the selected option to the default selected - // state when cloning options - } else if ( nodeName === "option" ) { - dest.selected = src.defaultSelected; - - // IE6-8 fails to set the defaultValue to the correct value when - // cloning other types of input fields - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - - // IE blanks contents when cloning scripts - } else if ( nodeName === "script" && dest.text !== src.text ) { - dest.text = src.text; - } - - // Event data gets referenced instead of copied if the expando - // gets copied too - dest.removeAttribute( jQuery.expando ); - - // Clear flags for bubbling special change/submit events, they must - // be reattached when the newly cloned events are first activated - dest.removeAttribute( "_submit_attached" ); - dest.removeAttribute( "_change_attached" ); -} - -jQuery.buildFragment = function( args, nodes, scripts ) { - var fragment, cacheable, cacheresults, doc, - first = args[ 0 ]; - - // nodes may contain either an explicit document object, - // a jQuery collection or context object. - // If nodes[0] contains a valid object to assign to doc - if ( nodes && nodes[0] ) { - doc = nodes[0].ownerDocument || nodes[0]; - } - - // Ensure that an attr object doesn't incorrectly stand in as a document object - // Chrome and Firefox seem to allow this to occur and will throw exception - // Fixes #8950 - if ( !doc.createDocumentFragment ) { - doc = document; - } - - // Only cache "small" (1/2 KB) HTML strings that are associated with the main document - // Cloning options loses the selected state, so don't cache them - // IE 6 doesn't like it when you put <object> or <embed> elements in a fragment - // Also, WebKit does not clone 'checked' attributes on cloneNode, so don't cache - // Lastly, IE6,7,8 will not correctly reuse cached fragments that were created from unknown elems #10501 - if ( args.length === 1 && typeof first === "string" && first.length < 512 && doc === document && - first.charAt(0) === "<" && !rnocache.test( first ) && - (jQuery.support.checkClone || !rchecked.test( first )) && - (jQuery.support.html5Clone || !rnoshimcache.test( first )) ) { - - cacheable = true; - - cacheresults = jQuery.fragments[ first ]; - if ( cacheresults && cacheresults !== 1 ) { - fragment = cacheresults; - } - } - - if ( !fragment ) { - fragment = doc.createDocumentFragment(); - jQuery.clean( args, doc, fragment, scripts ); - } - - if ( cacheable ) { - jQuery.fragments[ first ] = cacheresults ? fragment : 1; - } - - return { fragment: fragment, cacheable: cacheable }; -}; - -jQuery.fragments = {}; - -jQuery.each({ - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var ret = [], - insert = jQuery( selector ), - parent = this.length === 1 && this[0].parentNode; - - if ( parent && parent.nodeType === 11 && parent.childNodes.length === 1 && insert.length === 1 ) { - insert[ original ]( this[0] ); - return this; - - } else { - for ( var i = 0, l = insert.length; i < l; i++ ) { - var elems = ( i > 0 ? this.clone(true) : this ).get(); - jQuery( insert[i] )[ original ]( elems ); - ret = ret.concat( elems ); - } - - return this.pushStack( ret, name, insert.selector ); - } - }; -}); - -function getAll( elem ) { - if ( typeof elem.getElementsByTagName !== "undefined" ) { - return elem.getElementsByTagName( "*" ); - - } else if ( typeof elem.querySelectorAll !== "undefined" ) { - return elem.querySelectorAll( "*" ); - - } else { - return []; - } -} - -// Used in clean, fixes the defaultChecked property -function fixDefaultChecked( elem ) { - if ( elem.type === "checkbox" || elem.type === "radio" ) { - elem.defaultChecked = elem.checked; - } -} -// Finds all inputs and passes them to fixDefaultChecked -function findInputs( elem ) { - var nodeName = ( elem.nodeName || "" ).toLowerCase(); - if ( nodeName === "input" ) { - fixDefaultChecked( elem ); - // Skip scripts, get other children - } else if ( nodeName !== "script" && typeof elem.getElementsByTagName !== "undefined" ) { - jQuery.grep( elem.getElementsByTagName("input"), fixDefaultChecked ); - } -} - -// Derived From: http://www.iecss.com/shimprove/javascript/shimprove.1-0-1.js -function shimCloneNode( elem ) { - var div = document.createElement( "div" ); - safeFragment.appendChild( div ); - - div.innerHTML = elem.outerHTML; - return div.firstChild; -} - -jQuery.extend({ - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var srcElements, - destElements, - i, - // IE<=8 does not properly clone detached, unknown element nodes - clone = jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ? - elem.cloneNode( true ) : - shimCloneNode( elem ); - - if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) && - (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) { - // IE copies events bound via attachEvent when using cloneNode. - // Calling detachEvent on the clone will also remove the events - // from the original. In order to get around this, we use some - // proprietary methods to clear the events. Thanks to MooTools - // guys for this hotness. - - cloneFixAttributes( elem, clone ); - - // Using Sizzle here is crazy slow, so we use getElementsByTagName instead - srcElements = getAll( elem ); - destElements = getAll( clone ); - - // Weird iteration because IE will replace the length property - // with an element if you are cloning the body and one of the - // elements on the page has a name or id of "length" - for ( i = 0; srcElements[i]; ++i ) { - // Ensure that the destination node is not null; Fixes #9587 - if ( destElements[i] ) { - cloneFixAttributes( srcElements[i], destElements[i] ); - } - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - cloneCopyEvent( elem, clone ); - - if ( deepDataAndEvents ) { - srcElements = getAll( elem ); - destElements = getAll( clone ); - - for ( i = 0; srcElements[i]; ++i ) { - cloneCopyEvent( srcElements[i], destElements[i] ); - } - } - } - - srcElements = destElements = null; - - // Return the cloned set - return clone; - }, - - clean: function( elems, context, fragment, scripts ) { - var checkScriptType, script, j, - ret = []; - - context = context || document; - - // !context.createElement fails in IE with an error but returns typeof 'object' - if ( typeof context.createElement === "undefined" ) { - context = context.ownerDocument || context[0] && context[0].ownerDocument || document; - } - - for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) { - if ( typeof elem === "number" ) { - elem += ""; - } - - if ( !elem ) { - continue; - } - - // Convert html string into DOM nodes - if ( typeof elem === "string" ) { - if ( !rhtml.test( elem ) ) { - elem = context.createTextNode( elem ); - } else { - // Fix "XHTML"-style tags in all browsers - elem = elem.replace(rxhtmlTag, "<$1></$2>"); - - // Trim whitespace, otherwise indexOf won't work as expected - var tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase(), - wrap = wrapMap[ tag ] || wrapMap._default, - depth = wrap[0], - div = context.createElement("div"), - safeChildNodes = safeFragment.childNodes, - remove; - - // Append wrapper element to unknown element safe doc fragment - if ( context === document ) { - // Use the fragment we've already created for this document - safeFragment.appendChild( div ); - } else { - // Use a fragment created with the owner document - createSafeFragment( context ).appendChild( div ); - } - - // Go to html and back, then peel off extra wrappers - div.innerHTML = wrap[1] + elem + wrap[2]; - - // Move to the right depth - while ( depth-- ) { - div = div.lastChild; - } - - // Remove IE's autoinserted <tbody> from table fragments - if ( !jQuery.support.tbody ) { - - // String was a <table>, *may* have spurious <tbody> - var hasBody = rtbody.test(elem), - tbody = tag === "table" && !hasBody ? - div.firstChild && div.firstChild.childNodes : - - // String was a bare <thead> or <tfoot> - wrap[1] === "<table>" && !hasBody ? - div.childNodes : - []; - - for ( j = tbody.length - 1; j >= 0 ; --j ) { - if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) { - tbody[ j ].parentNode.removeChild( tbody[ j ] ); - } - } - } - - // IE completely kills leading whitespace when innerHTML is used - if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { - div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild ); - } - - elem = div.childNodes; - - // Clear elements from DocumentFragment (safeFragment or otherwise) - // to avoid hoarding elements. Fixes #11356 - if ( div ) { - div.parentNode.removeChild( div ); - - // Guard against -1 index exceptions in FF3.6 - if ( safeChildNodes.length > 0 ) { - remove = safeChildNodes[ safeChildNodes.length - 1 ]; - - if ( remove && remove.parentNode ) { - remove.parentNode.removeChild( remove ); - } - } - } - } - } - - // Resets defaultChecked for any radios and checkboxes - // about to be appended to the DOM in IE 6/7 (#8060) - var len; - if ( !jQuery.support.appendChecked ) { - if ( elem[0] && typeof (len = elem.length) === "number" ) { - for ( j = 0; j < len; j++ ) { - findInputs( elem[j] ); - } - } else { - findInputs( elem ); - } - } - - if ( elem.nodeType ) { - ret.push( elem ); - } else { - ret = jQuery.merge( ret, elem ); - } - } - - if ( fragment ) { - checkScriptType = function( elem ) { - return !elem.type || rscriptType.test( elem.type ); - }; - for ( i = 0; ret[i]; i++ ) { - script = ret[i]; - if ( scripts && jQuery.nodeName( script, "script" ) && (!script.type || rscriptType.test( script.type )) ) { - scripts.push( script.parentNode ? script.parentNode.removeChild( script ) : script ); - - } else { - if ( script.nodeType === 1 ) { - var jsTags = jQuery.grep( script.getElementsByTagName( "script" ), checkScriptType ); - - ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) ); - } - fragment.appendChild( script ); - } - } - } - - return ret; - }, - - cleanData: function( elems ) { - var data, id, - cache = jQuery.cache, - special = jQuery.event.special, - deleteExpando = jQuery.support.deleteExpando; - - for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) { - if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) { - continue; - } - - id = elem[ jQuery.expando ]; - - if ( id ) { - data = cache[ id ]; - - if ( data && data.events ) { - for ( var type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - - // Null the DOM reference to avoid IE6/7/8 leak (#7054) - if ( data.handle ) { - data.handle.elem = null; - } - } - - if ( deleteExpando ) { - delete elem[ jQuery.expando ]; - - } else if ( elem.removeAttribute ) { - elem.removeAttribute( jQuery.expando ); - } - - delete cache[ id ]; - } - } - } -}); - - - - -var ralpha = /alpha\([^)]*\)/i, - ropacity = /opacity=([^)]*)/, - // fixed for IE9, see #8346 - rupper = /([A-Z]|^ms)/g, - rnum = /^[\-+]?(?:\d*\.)?\d+$/i, - rnumnonpx = /^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i, - rrelNum = /^([\-+])=([\-+.\de]+)/, - rmargin = /^margin/, - - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - - // order is important! - cssExpand = [ "Top", "Right", "Bottom", "Left" ], - - curCSS, - - getComputedStyle, - currentStyle; - -jQuery.fn.css = function( name, value ) { - return jQuery.access( this, function( elem, name, value ) { - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); -}; - -jQuery.extend({ - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - - } else { - return elem.style.opacity; - } - } - } - }, - - // Exclude the following css properties to add px - cssNumber: { - "fillOpacity": true, - "fontWeight": true, - "lineHeight": true, - "opacity": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: { - // normalize float css property - "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat" - }, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, origName = jQuery.camelCase( name ), - style = elem.style, hooks = jQuery.cssHooks[ origName ]; - - name = jQuery.cssProps[ origName ] || origName; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // convert relative number strings (+= or -=) to relative numbers. #7345 - if ( type === "string" && (ret = rrelNum.exec( value )) ) { - value = ( +( ret[1] + 1) * +ret[2] ) + parseFloat( jQuery.css( elem, name ) ); - // Fixes bug #9237 - type = "number"; - } - - // Make sure that NaN and null values aren't set. See: #7116 - if ( value == null || type === "number" && isNaN( value ) ) { - return; - } - - // If a number was passed in, add 'px' to the (except for certain CSS properties) - if ( type === "number" && !jQuery.cssNumber[ origName ] ) { - value += "px"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value )) !== undefined ) { - // Wrapped to prevent IE from throwing errors when 'invalid' values are provided - // Fixes bug #5509 - try { - style[ name ] = value; - } catch(e) {} - } - - } else { - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) { - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra ) { - var ret, hooks; - - // Make sure that we're working with the right name - name = jQuery.camelCase( name ); - hooks = jQuery.cssHooks[ name ]; - name = jQuery.cssProps[ name ] || name; - - // cssFloat needs a special treatment - if ( name === "cssFloat" ) { - name = "float"; - } - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks && (ret = hooks.get( elem, true, extra )) !== undefined ) { - return ret; - - // Otherwise, if a way to get the computed value exists, use that - } else if ( curCSS ) { - return curCSS( elem, name ); - } - }, - - // A method for quickly swapping in/out CSS properties to get correct calculations - swap: function( elem, options, callback ) { - var old = {}, - ret, name; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; - } -}); - -// DEPRECATED in 1.3, Use jQuery.css() instead -jQuery.curCSS = jQuery.css; - -if ( document.defaultView && document.defaultView.getComputedStyle ) { - getComputedStyle = function( elem, name ) { - var ret, defaultView, computedStyle, width, - style = elem.style; - - name = name.replace( rupper, "-$1" ).toLowerCase(); - - if ( (defaultView = elem.ownerDocument.defaultView) && - (computedStyle = defaultView.getComputedStyle( elem, null )) ) { - - ret = computedStyle.getPropertyValue( name ); - if ( ret === "" && !jQuery.contains( elem.ownerDocument.documentElement, elem ) ) { - ret = jQuery.style( elem, name ); - } - } - - // A tribute to the "awesome hack by Dean Edwards" - // WebKit uses "computed value (percentage if specified)" instead of "used value" for margins - // which is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values - if ( !jQuery.support.pixelMargin && computedStyle && rmargin.test( name ) && rnumnonpx.test( ret ) ) { - width = style.width; - style.width = ret; - ret = computedStyle.width; - style.width = width; - } - - return ret; - }; -} - -if ( document.documentElement.currentStyle ) { - currentStyle = function( elem, name ) { - var left, rsLeft, uncomputed, - ret = elem.currentStyle && elem.currentStyle[ name ], - style = elem.style; - - // Avoid setting ret to empty string here - // so we don't default to auto - if ( ret == null && style && (uncomputed = style[ name ]) ) { - ret = uncomputed; - } - - // From the awesome hack by Dean Edwards - // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291 - - // If we're not dealing with a regular pixel number - // but a number that has a weird ending, we need to convert it to pixels - if ( rnumnonpx.test( ret ) ) { - - // Remember the original values - left = style.left; - rsLeft = elem.runtimeStyle && elem.runtimeStyle.left; - - // Put in the new values to get a computed value out - if ( rsLeft ) { - elem.runtimeStyle.left = elem.currentStyle.left; - } - style.left = name === "fontSize" ? "1em" : ret; - ret = style.pixelLeft + "px"; - - // Revert the changed values - style.left = left; - if ( rsLeft ) { - elem.runtimeStyle.left = rsLeft; - } - } - - return ret === "" ? "auto" : ret; - }; -} - -curCSS = getComputedStyle || currentStyle; - -function getWidthOrHeight( elem, name, extra ) { - - // Start with offset property - var val = name === "width" ? elem.offsetWidth : elem.offsetHeight, - i = name === "width" ? 1 : 0, - len = 4; - - if ( val > 0 ) { - if ( extra !== "border" ) { - for ( ; i < len; i += 2 ) { - if ( !extra ) { - val -= parseFloat( jQuery.css( elem, "padding" + cssExpand[ i ] ) ) || 0; - } - if ( extra === "margin" ) { - val += parseFloat( jQuery.css( elem, extra + cssExpand[ i ] ) ) || 0; - } else { - val -= parseFloat( jQuery.css( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0; - } - } - } - - return val + "px"; - } - - // Fall back to computed then uncomputed css if necessary - val = curCSS( elem, name ); - if ( val < 0 || val == null ) { - val = elem.style[ name ]; - } - - // Computed unit is not pixels. Stop here and return. - if ( rnumnonpx.test(val) ) { - return val; - } - - // Normalize "", auto, and prepare for extra - val = parseFloat( val ) || 0; - - // Add padding, border, margin - if ( extra ) { - for ( ; i < len; i += 2 ) { - val += parseFloat( jQuery.css( elem, "padding" + cssExpand[ i ] ) ) || 0; - if ( extra !== "padding" ) { - val += parseFloat( jQuery.css( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0; - } - if ( extra === "margin" ) { - val += parseFloat( jQuery.css( elem, extra + cssExpand[ i ]) ) || 0; - } - } - } - - return val + "px"; -} - -jQuery.each([ "height", "width" ], function( i, name ) { - jQuery.cssHooks[ name ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - if ( elem.offsetWidth !== 0 ) { - return getWidthOrHeight( elem, name, extra ); - } else { - return jQuery.swap( elem, cssShow, function() { - return getWidthOrHeight( elem, name, extra ); - }); - } - } - }, - - set: function( elem, value ) { - return rnum.test( value ) ? - value + "px" : - value; - } - }; -}); - -if ( !jQuery.support.opacity ) { - jQuery.cssHooks.opacity = { - get: function( elem, computed ) { - // IE uses filters for opacity - return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ? - ( parseFloat( RegExp.$1 ) / 100 ) + "" : - computed ? "1" : ""; - }, - - set: function( elem, value ) { - var style = elem.style, - currentStyle = elem.currentStyle, - opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "", - filter = currentStyle && currentStyle.filter || style.filter || ""; - - // IE has trouble with opacity if it does not have layout - // Force it by setting the zoom level - style.zoom = 1; - - // if setting opacity to 1, and no other filters exist - attempt to remove filter attribute #6652 - if ( value >= 1 && jQuery.trim( filter.replace( ralpha, "" ) ) === "" ) { - - // Setting style.filter to null, "" & " " still leave "filter:" in the cssText - // if "filter:" is present at all, clearType is disabled, we want to avoid this - // style.removeAttribute is IE Only, but so apparently is this code path... - style.removeAttribute( "filter" ); - - // if there there is no filter style applied in a css rule, we are done - if ( currentStyle && !currentStyle.filter ) { - return; - } - } - - // otherwise, set new filter values - style.filter = ralpha.test( filter ) ? - filter.replace( ralpha, opacity ) : - filter + " " + opacity; - } - }; -} - -jQuery(function() { - // This hook cannot be added until DOM ready because the support test - // for it is not run until after DOM ready - if ( !jQuery.support.reliableMarginRight ) { - jQuery.cssHooks.marginRight = { - get: function( elem, computed ) { - // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right - // Work around by temporarily setting element display to inline-block - return jQuery.swap( elem, { "display": "inline-block" }, function() { - if ( computed ) { - return curCSS( elem, "margin-right" ); - } else { - return elem.style.marginRight; - } - }); - } - }; - } -}); - -if ( jQuery.expr && jQuery.expr.filters ) { - jQuery.expr.filters.hidden = function( elem ) { - var width = elem.offsetWidth, - height = elem.offsetHeight; - - return ( width === 0 && height === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || jQuery.css( elem, "display" )) === "none"); - }; - - jQuery.expr.filters.visible = function( elem ) { - return !jQuery.expr.filters.hidden( elem ); - }; -} - -// These hooks are used by animate to expand properties -jQuery.each({ - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i, - - // assumes a single number if not a string - parts = typeof value === "string" ? value.split(" ") : [ value ], - expanded = {}; - - for ( i = 0; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; -}); - - - - -var r20 = /%20/g, - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rhash = /#.*$/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL - rinput = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i, - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - rquery = /\?/, - rscript = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi, - rselectTextarea = /^(?:select|textarea)/i, - rspacesAjax = /\s+/, - rts = /([?&])_=[^&]*/, - rurl = /^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/, - - // Keep a copy of the old load method - _load = jQuery.fn.load, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Document location - ajaxLocation, - - // Document location segments - ajaxLocParts, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = ["*/"] + ["*"]; - -// #8138, IE may throw an exception when accessing -// a field from window.location if document.domain has been set -try { - ajaxLocation = location.href; -} catch( e ) { - // Use the href attribute of an A element - // since IE will modify it given document.location - ajaxLocation = document.createElement( "a" ); - ajaxLocation.href = ""; - ajaxLocation = ajaxLocation.href; -} - -// Segment location into parts -ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || []; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - if ( jQuery.isFunction( func ) ) { - var dataTypes = dataTypeExpression.toLowerCase().split( rspacesAjax ), - i = 0, - length = dataTypes.length, - dataType, - list, - placeBefore; - - // For each dataType in the dataTypeExpression - for ( ; i < length; i++ ) { - dataType = dataTypes[ i ]; - // We control if we're asked to add before - // any existing element - placeBefore = /^\+/.test( dataType ); - if ( placeBefore ) { - dataType = dataType.substr( 1 ) || "*"; - } - list = structure[ dataType ] = structure[ dataType ] || []; - // then we add to the structure accordingly - list[ placeBefore ? "unshift" : "push" ]( func ); - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR, - dataType /* internal */, inspected /* internal */ ) { - - dataType = dataType || options.dataTypes[ 0 ]; - inspected = inspected || {}; - - inspected[ dataType ] = true; - - var list = structure[ dataType ], - i = 0, - length = list ? list.length : 0, - executeOnly = ( structure === prefilters ), - selection; - - for ( ; i < length && ( executeOnly || !selection ); i++ ) { - selection = list[ i ]( options, originalOptions, jqXHR ); - // If we got redirected to another dataType - // we try there if executing only and not done already - if ( typeof selection === "string" ) { - if ( !executeOnly || inspected[ selection ] ) { - selection = undefined; - } else { - options.dataTypes.unshift( selection ); - selection = inspectPrefiltersOrTransports( - structure, options, originalOptions, jqXHR, selection, inspected ); - } - } - } - // If we're only executing or nothing was selected - // we try the catchall dataType if not done already - if ( ( executeOnly || !selection ) && !inspected[ "*" ] ) { - selection = inspectPrefiltersOrTransports( - structure, options, originalOptions, jqXHR, "*", inspected ); - } - // unnecessary when only executing (prefilters) - // but it'll be ignored by the caller in that case - return selection; -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } -} - -jQuery.fn.extend({ - load: function( url, params, callback ) { - if ( typeof url !== "string" && _load ) { - return _load.apply( this, arguments ); - - // Don't do a request if no elements are being requested - } else if ( !this.length ) { - return this; - } - - var off = url.indexOf( " " ); - if ( off >= 0 ) { - var selector = url.slice( off, url.length ); - url = url.slice( 0, off ); - } - - // Default to a GET request - var type = "GET"; - - // If the second parameter was provided - if ( params ) { - // If it's a function - if ( jQuery.isFunction( params ) ) { - // We assume that it's the callback - callback = params; - params = undefined; - - // Otherwise, build a param string - } else if ( typeof params === "object" ) { - params = jQuery.param( params, jQuery.ajaxSettings.traditional ); - type = "POST"; - } - } - - var self = this; - - // Request the remote document - jQuery.ajax({ - url: url, - type: type, - dataType: "html", - data: params, - // Complete callback (responseText is used internally) - complete: function( jqXHR, status, responseText ) { - // Store the response as specified by the jqXHR object - responseText = jqXHR.responseText; - // If successful, inject the HTML into all the matched elements - if ( jqXHR.isResolved() ) { - // #4825: Get the actual response in case - // a dataFilter is present in ajaxSettings - jqXHR.done(function( r ) { - responseText = r; - }); - // See if a selector was specified - self.html( selector ? - // Create a dummy div to hold the results - jQuery("<div>") - // inject the contents of the document in, removing the scripts - // to avoid any 'Permission Denied' errors in IE - .append(responseText.replace(rscript, "")) - - // Locate the specified elements - .find(selector) : - - // If not, just inject the full result - responseText ); - } - - if ( callback ) { - self.each( callback, [ responseText, status, jqXHR ] ); - } - } - }); - - return this; - }, - - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - - serializeArray: function() { - return this.map(function(){ - return this.elements ? jQuery.makeArray( this.elements ) : this; - }) - .filter(function(){ - return this.name && !this.disabled && - ( this.checked || rselectTextarea.test( this.nodeName ) || - rinput.test( this.type ) ); - }) - .map(function( i, elem ){ - var val = jQuery( this ).val(); - - return val == null ? - null : - jQuery.isArray( val ) ? - jQuery.map( val, function( val, i ){ - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - }) : - { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - }).get(); - } -}); - -// Attach a bunch of functions for handling common AJAX events -jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split( " " ), function( i, o ){ - jQuery.fn[ o ] = function( f ){ - return this.on( o, f ); - }; -}); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - // shift arguments if data argument was omitted - if ( jQuery.isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - return jQuery.ajax({ - type: method, - url: url, - data: data, - success: callback, - dataType: type - }); - }; -}); - -jQuery.extend({ - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - if ( settings ) { - // Building a settings object - ajaxExtend( target, jQuery.ajaxSettings ); - } else { - // Extending ajaxSettings - settings = target; - target = jQuery.ajaxSettings; - } - ajaxExtend( target, settings ); - return target; - }, - - ajaxSettings: { - url: ajaxLocation, - isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ), - global: true, - type: "GET", - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - processData: true, - async: true, - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - traditional: false, - headers: {}, - */ - - accepts: { - xml: "application/xml, text/xml", - html: "text/html", - text: "text/plain", - json: "application/json, text/javascript", - "*": allTypes - }, - - contents: { - xml: /xml/, - html: /html/, - json: /json/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText" - }, - - // List of data converters - // 1) key format is "source_type destination_type" (a single space in-between) - // 2) the catchall symbol "*" can be used for source_type - converters: { - - // Convert anything to text - "* text": window.String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": jQuery.parseJSON, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - context: true, - url: true - } - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - // Callbacks context - callbackContext = s.context || s, - // Context for global events - // It's the callbackContext if one was provided in the options - // and if it's a DOM node or a jQuery collection - globalEventContext = callbackContext !== s && - ( callbackContext.nodeType || callbackContext instanceof jQuery ) ? - jQuery( callbackContext ) : jQuery.event, - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - // Status-dependent callbacks - statusCode = s.statusCode || {}, - // ifModified key - ifModifiedKey, - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - // Response headers - responseHeadersString, - responseHeaders, - // transport - transport, - // timeout handle - timeoutTimer, - // Cross-domain detection vars - parts, - // The jqXHR state - state = 0, - // To know if global events are to be dispatched - fireGlobals, - // Loop variable - i, - // Fake xhr - jqXHR = { - - readyState: 0, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( !state ) { - var lname = name.toLowerCase(); - name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Raw string - getAllResponseHeaders: function() { - return state === 2 ? responseHeadersString : null; - }, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( state === 2 ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[1].toLowerCase() ] = match[ 2 ]; - } - } - match = responseHeaders[ key.toLowerCase() ]; - } - return match === undefined ? null : match; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( !state ) { - s.mimeType = type; - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - statusText = statusText || "abort"; - if ( transport ) { - transport.abort( statusText ); - } - done( 0, statusText ); - return this; - } - }; - - // Callback for when everything is done - // It is defined here because jslint complains if it is declared - // at the end of the function (which would be more logical and readable) - function done( status, nativeStatusText, responses, headers ) { - - // Called once - if ( state === 2 ) { - return; - } - - // State is "done" now - state = 2; - - // Clear timeout if it exists - if ( timeoutTimer ) { - clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - var isSuccess, - success, - error, - statusText = nativeStatusText, - response = responses ? ajaxHandleResponses( s, jqXHR, responses ) : undefined, - lastModified, - etag; - - // If successful, handle type chaining - if ( status >= 200 && status < 300 || status === 304 ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - - if ( ( lastModified = jqXHR.getResponseHeader( "Last-Modified" ) ) ) { - jQuery.lastModified[ ifModifiedKey ] = lastModified; - } - if ( ( etag = jqXHR.getResponseHeader( "Etag" ) ) ) { - jQuery.etag[ ifModifiedKey ] = etag; - } - } - - // If not modified - if ( status === 304 ) { - - statusText = "notmodified"; - isSuccess = true; - - // If we have data - } else { - - try { - success = ajaxConvert( s, response ); - statusText = "success"; - isSuccess = true; - } catch(e) { - // We have a parsererror - statusText = "parsererror"; - error = e; - } - } - } else { - // We extract error from statusText - // then normalize statusText and status for non-aborts - error = statusText; - if ( !statusText || status ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = "" + ( nativeStatusText || statusText ); - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ), - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - // Attach deferreds - deferred.promise( jqXHR ); - jqXHR.success = jqXHR.done; - jqXHR.error = jqXHR.fail; - jqXHR.complete = completeDeferred.add; - - // Status-dependent callbacks - jqXHR.statusCode = function( map ) { - if ( map ) { - var tmp; - if ( state < 2 ) { - for ( tmp in map ) { - statusCode[ tmp ] = [ statusCode[tmp], map[tmp] ]; - } - } else { - tmp = map[ jqXHR.status ]; - jqXHR.then( tmp, tmp ); - } - } - return this; - }; - - // Remove hash character (#7531: and string promotion) - // Add protocol if not provided (#5866: IE7 issue with protocol-less urls) - // We also use the url parameter if available - s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//" ); - - // Extract dataTypes list - s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( rspacesAjax ); - - // Determine if a cross-domain request is in order - if ( s.crossDomain == null ) { - parts = rurl.exec( s.url.toLowerCase() ); - s.crossDomain = !!( parts && - ( parts[ 1 ] != ajaxLocParts[ 1 ] || parts[ 2 ] != ajaxLocParts[ 2 ] || - ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? 80 : 443 ) ) != - ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) ) - ); - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( state === 2 ) { - return false; - } - - // We can fire global events as of now if asked to - fireGlobals = s.global; - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // If data is available, append data to url - if ( s.data ) { - s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data; - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Get ifModifiedKey before adding the anti-cache parameter - ifModifiedKey = s.url; - - // Add anti-cache in url if needed - if ( s.cache === false ) { - - var ts = jQuery.now(), - // try replacing _= if it is there - ret = s.url.replace( rts, "$1_=" + ts ); - - // if nothing was replaced, add timestamp to the end - s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - ifModifiedKey = ifModifiedKey || s.url; - if ( jQuery.lastModified[ ifModifiedKey ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ ifModifiedKey ] ); - } - if ( jQuery.etag[ ifModifiedKey ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ ifModifiedKey ] ); - } - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ? - s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { - // Abort if not done already - jqXHR.abort(); - return false; - - } - - // Install callbacks on deferreds - for ( i in { success: 1, error: 1, complete: 1 } ) { - jqXHR[ i ]( s[ i ] ); - } - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = setTimeout( function(){ - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - state = 1; - transport.send( requestHeaders, done ); - } catch (e) { - // Propagate exception as error if not done - if ( state < 2 ) { - done( -1, e ); - // Simply rethrow otherwise - } else { - throw e; - } - } - } - - return jqXHR; - }, - - // Serialize an array of form elements or a set of - // key/values into a query string - param: function( a, traditional ) { - var s = [], - add = function( key, value ) { - // If value is a function, invoke it and return its value - value = jQuery.isFunction( value ) ? value() : value; - s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value ); - }; - - // Set traditional to true for jQuery <= 1.3.2 behavior. - if ( traditional === undefined ) { - traditional = jQuery.ajaxSettings.traditional; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - }); - - } else { - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( var prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ).replace( r20, "+" ); - } -}); - -function buildParams( prefix, obj, traditional, add ) { - if ( jQuery.isArray( obj ) ) { - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - // If array item is non-scalar (array or object), encode its - // numeric index to resolve deserialization ambiguity issues. - // Note that rack (as of 1.0.0) can't currently deserialize - // nested arrays properly, and attempting to do so may cause - // a server error. Possible fixes are to modify rack's - // deserialization algorithm or to provide an option or flag - // to force array serialization to be shallow. - buildParams( prefix + "[" + ( typeof v === "object" ? i : "" ) + "]", v, traditional, add ); - } - }); - - } else if ( !traditional && jQuery.type( obj ) === "object" ) { - // Serialize object item. - for ( var name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - // Serialize scalar item. - add( prefix, obj ); - } -} - -// This is still on the jQuery object... for now -// Want to move this to jQuery.ajax some day -jQuery.extend({ - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {} - -}); - -/* Handles responses to an ajax request: - * - sets all responseXXX fields accordingly - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var contents = s.contents, - dataTypes = s.dataTypes, - responseFields = s.responseFields, - ct, - type, - finalDataType, - firstDataType; - - // Fill responseXXX fields - for ( type in responseFields ) { - if ( type in responses ) { - jqXHR[ responseFields[type] ] = responses[ type ]; - } - } - - // Remove auto dataType and get content-type in the process - while( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "content-type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -// Chain conversions given the request and the original response -function ajaxConvert( s, response ) { - - // Apply the dataFilter if provided - if ( s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - var dataTypes = s.dataTypes, - converters = {}, - i, - key, - length = dataTypes.length, - tmp, - // Current and previous dataTypes - current = dataTypes[ 0 ], - prev, - // Conversion expression - conversion, - // Conversion function - conv, - // Conversion functions (transitive conversion) - conv1, - conv2; - - // For each dataType in the chain - for ( i = 1; i < length; i++ ) { - - // Create converters map - // with lowercased keys - if ( i === 1 ) { - for ( key in s.converters ) { - if ( typeof key === "string" ) { - converters[ key.toLowerCase() ] = s.converters[ key ]; - } - } - } - - // Get the dataTypes - prev = current; - current = dataTypes[ i ]; - - // If current is auto dataType, update it to prev - if ( current === "*" ) { - current = prev; - // If no auto and dataTypes are actually different - } else if ( prev !== "*" && prev !== current ) { - - // Get the converter - conversion = prev + " " + current; - conv = converters[ conversion ] || converters[ "* " + current ]; - - // If there is no direct converter, search transitively - if ( !conv ) { - conv2 = undefined; - for ( conv1 in converters ) { - tmp = conv1.split( " " ); - if ( tmp[ 0 ] === prev || tmp[ 0 ] === "*" ) { - conv2 = converters[ tmp[1] + " " + current ]; - if ( conv2 ) { - conv1 = converters[ conv1 ]; - if ( conv1 === true ) { - conv = conv2; - } else if ( conv2 === true ) { - conv = conv1; - } - break; - } - } - } - } - // If we found no converter, dispatch an error - if ( !( conv || conv2 ) ) { - jQuery.error( "No conversion from " + conversion.replace(" "," to ") ); - } - // If found converter is not an equivalence - if ( conv !== true ) { - // Convert with 1 or 2 converters accordingly - response = conv ? conv( response ) : conv2( conv1(response) ); - } - } - } - return response; -} - - - - -var jsc = jQuery.now(), - jsre = /(\=)\?(&|$)|\?\?/i; - -// Default jsonp settings -jQuery.ajaxSetup({ - jsonp: "callback", - jsonpCallback: function() { - return jQuery.expando + "_" + ( jsc++ ); - } -}); - -// Detect, normalize options and install callbacks for jsonp requests -jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { - - var inspectData = ( typeof s.data === "string" ) && /^application\/x\-www\-form\-urlencoded/.test( s.contentType ); - - if ( s.dataTypes[ 0 ] === "jsonp" || - s.jsonp !== false && ( jsre.test( s.url ) || - inspectData && jsre.test( s.data ) ) ) { - - var responseContainer, - jsonpCallback = s.jsonpCallback = - jQuery.isFunction( s.jsonpCallback ) ? s.jsonpCallback() : s.jsonpCallback, - previous = window[ jsonpCallback ], - url = s.url, - data = s.data, - replace = "$1" + jsonpCallback + "$2"; - - if ( s.jsonp !== false ) { - url = url.replace( jsre, replace ); - if ( s.url === url ) { - if ( inspectData ) { - data = data.replace( jsre, replace ); - } - if ( s.data === data ) { - // Add callback manually - url += (/\?/.test( url ) ? "&" : "?") + s.jsonp + "=" + jsonpCallback; - } - } - } - - s.url = url; - s.data = data; - - // Install callback - window[ jsonpCallback ] = function( response ) { - responseContainer = [ response ]; - }; - - // Clean-up function - jqXHR.always(function() { - // Set callback back to previous value - window[ jsonpCallback ] = previous; - // Call if it was a function and we have a response - if ( responseContainer && jQuery.isFunction( previous ) ) { - window[ jsonpCallback ]( responseContainer[ 0 ] ); - } - }); - - // Use data converter to retrieve json after script execution - s.converters["script json"] = function() { - if ( !responseContainer ) { - jQuery.error( jsonpCallback + " was not called" ); - } - return responseContainer[ 0 ]; - }; - - // force json dataType - s.dataTypes[ 0 ] = "json"; - - // Delegate to script - return "script"; - } -}); - - - - -// Install script dataType -jQuery.ajaxSetup({ - accepts: { - script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /javascript|ecmascript/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -}); - -// Handle cache's special case and global -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - s.global = false; - } -}); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function(s) { - - // This transport only deals with cross domain requests - if ( s.crossDomain ) { - - var script, - head = document.head || document.getElementsByTagName( "head" )[0] || document.documentElement; - - return { - - send: function( _, callback ) { - - script = document.createElement( "script" ); - - script.async = "async"; - - if ( s.scriptCharset ) { - script.charset = s.scriptCharset; - } - - script.src = s.url; - - // Attach handlers for all browsers - script.onload = script.onreadystatechange = function( _, isAbort ) { - - if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) { - - // Handle memory leak in IE - script.onload = script.onreadystatechange = null; - - // Remove the script - if ( head && script.parentNode ) { - head.removeChild( script ); - } - - // Dereference the script - script = undefined; - - // Callback if not abort - if ( !isAbort ) { - callback( 200, "success" ); - } - } - }; - // Use insertBefore instead of appendChild to circumvent an IE6 bug. - // This arises when a base node is used (#2709 and #4378). - head.insertBefore( script, head.firstChild ); - }, - - abort: function() { - if ( script ) { - script.onload( 0, 1 ); - } - } - }; - } -}); - - - - -var // #5280: Internet Explorer will keep connections alive if we don't abort on unload - xhrOnUnloadAbort = window.ActiveXObject ? function() { - // Abort all pending requests - for ( var key in xhrCallbacks ) { - xhrCallbacks[ key ]( 0, 1 ); - } - } : false, - xhrId = 0, - xhrCallbacks; - -// Functions to create xhrs -function createStandardXHR() { - try { - return new window.XMLHttpRequest(); - } catch( e ) {} -} - -function createActiveXHR() { - try { - return new window.ActiveXObject( "Microsoft.XMLHTTP" ); - } catch( e ) {} -} - -// Create the request object -// (This is still attached to ajaxSettings for backward compatibility) -jQuery.ajaxSettings.xhr = window.ActiveXObject ? - /* Microsoft failed to properly - * implement the XMLHttpRequest in IE7 (can't request local files), - * so we use the ActiveXObject when it is available - * Additionally XMLHttpRequest can be disabled in IE7/IE8 so - * we need a fallback. - */ - function() { - return !this.isLocal && createStandardXHR() || createActiveXHR(); - } : - // For all other browsers, use the standard XMLHttpRequest object - createStandardXHR; - -// Determine support properties -(function( xhr ) { - jQuery.extend( jQuery.support, { - ajax: !!xhr, - cors: !!xhr && ( "withCredentials" in xhr ) - }); -})( jQuery.ajaxSettings.xhr() ); - -// Create transport if the browser can provide an xhr -if ( jQuery.support.ajax ) { - - jQuery.ajaxTransport(function( s ) { - // Cross domain only allowed if supported through XMLHttpRequest - if ( !s.crossDomain || jQuery.support.cors ) { - - var callback; - - return { - send: function( headers, complete ) { - - // Get a new xhr - var xhr = s.xhr(), - handle, - i; - - // Open the socket - // Passing null username, generates a login popup on Opera (#2865) - if ( s.username ) { - xhr.open( s.type, s.url, s.async, s.username, s.password ); - } else { - xhr.open( s.type, s.url, s.async ); - } - - // Apply custom fields if provided - if ( s.xhrFields ) { - for ( i in s.xhrFields ) { - xhr[ i ] = s.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( s.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( s.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !s.crossDomain && !headers["X-Requested-With"] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Need an extra try/catch for cross domain requests in Firefox 3 - try { - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - } catch( _ ) {} - - // Do send the request - // This may raise an exception which is actually - // handled in jQuery.ajax (so no try/catch here) - xhr.send( ( s.hasContent && s.data ) || null ); - - // Listener - callback = function( _, isAbort ) { - - var status, - statusText, - responseHeaders, - responses, - xml; - - // Firefox throws exceptions when accessing properties - // of an xhr when a network error occured - // http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE) - try { - - // Was never called and is aborted or complete - if ( callback && ( isAbort || xhr.readyState === 4 ) ) { - - // Only called once - callback = undefined; - - // Do not keep as active anymore - if ( handle ) { - xhr.onreadystatechange = jQuery.noop; - if ( xhrOnUnloadAbort ) { - delete xhrCallbacks[ handle ]; - } - } - - // If it's an abort - if ( isAbort ) { - // Abort it manually if needed - if ( xhr.readyState !== 4 ) { - xhr.abort(); - } - } else { - status = xhr.status; ... truncated to 1.0MB