Yasuhiro Horimoto 2019-01-08 11:05:00 +0900 (Tue, 08 Jan 2019) Revision: f75d98a2359f624c61935951feb277e2aaa00232 https://github.com/groonga/groonga.org/commit/f75d98a2359f624c61935951feb277e2aaa00232 Message: Update reference manual Added files: docs/reference/normalizers/normalizer_nfkc100.html ja/docs/reference/normalizers/normalizer_nfkc100.html Copied files: docs/reference/token_filter/summary.html (from docs/reference/tokenizers/token_delimit_null.html) docs/reference/tokenizer/summary.html (from docs/reference/tokenizers.html) ja/docs/reference/token_filter/summary.html (from ja/docs/reference/tokenizers/token_delimit_null.html) ja/docs/reference/tokenizer/summary.html (from ja/docs/reference/tokenizers.html) Modified files: docs/index.html docs/reference.html docs/reference/normalizers.html docs/reference/token_filters.html docs/reference/token_filters/token_filter_nfkc100.html docs/reference/token_filters/token_filter_stem.html docs/reference/token_filters/token_filter_stop_word.html docs/reference/tokenizers.html docs/reference/tokenizers/token_bigram.html docs/reference/tokenizers/token_bigram_ignore_blank.html docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html docs/reference/tokenizers/token_bigram_split_symbol.html docs/reference/tokenizers/token_bigram_split_symbol_alpha.html docs/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html docs/reference/tokenizers/token_delimit.html docs/reference/tokenizers/token_delimit_null.html docs/reference/tokenizers/token_mecab.html docs/reference/tokenizers/token_regexp.html docs/reference/tokenizers/token_trigram.html docs/reference/tokenizers/token_unigram.html docs/searchindex.js ja/docs/index.html ja/docs/reference.html ja/docs/reference/normalizers.html ja/docs/reference/token_filters.html ja/docs/reference/token_filters/token_filter_nfkc100.html ja/docs/reference/token_filters/token_filter_stem.html ja/docs/reference/token_filters/token_filter_stop_word.html ja/docs/reference/tokenizers.html ja/docs/reference/tokenizers/token_bigram.html ja/docs/reference/tokenizers/token_bigram_ignore_blank.html ja/docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html ja/docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html ja/docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html ja/docs/reference/tokenizers/token_bigram_split_symbol.html ja/docs/reference/tokenizers/token_bigram_split_symbol_alpha.html ja/docs/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html ja/docs/reference/tokenizers/token_delimit.html ja/docs/reference/tokenizers/token_delimit_null.html ja/docs/reference/tokenizers/token_mecab.html ja/docs/reference/tokenizers/token_regexp.html ja/docs/reference/tokenizers/token_trigram.html ja/docs/reference/tokenizers/token_unigram.html ja/docs/searchindex.js Modified: docs/index.html (+20 -7) =================================================================== --- docs/index.html 2019-01-04 17:39:35 +0900 (cc036df32) +++ docs/index.html 2019-01-08 11:05:00 +0900 (83514d5ad) @@ -364,15 +364,28 @@ </ul> </li> <li class="toctree-l2"><a class="reference internal" href="reference/tokenizers.html">7.8. Tokenizers</a><ul> -<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers.html#summary">7.8.1. Summary</a></li> -<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers.html#what-is-tokenize">7.8.2. What is “tokenize”?</a></li> -<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers.html#built-in-tokenizsers">7.8.3. Built-in tokenizsers</a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizer/summary.html">7.8.1. Summary</a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram.html">7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank.html">7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank_split_symbol.html">7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html">7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html">7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_split_symbol.html">7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_split_symbol_alpha.html">7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_bigram_split_symbol_alpha_digit.html">7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_delimit.html">7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_delimit_null.html">7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_mecab.html">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_regexp.html">7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_trigram.html">7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/tokenizers/token_unigram.html">7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="reference/token_filters.html">7.9. Token filters</a><ul> -<li class="toctree-l3"><a class="reference internal" href="reference/token_filters.html#summary">7.9.1. Summary</a></li> -<li class="toctree-l3"><a class="reference internal" href="reference/token_filters.html#available-token-filters">7.9.2. Available token filters</a></li> -<li class="toctree-l3"><a class="reference internal" href="reference/token_filters.html#see-also">7.9.3. See also</a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/token_filter/summary.html">7.9.1. Summary</a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/token_filters/token_filter_nfkc100.html">7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/token_filters/token_filter_stem.html">7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li> +<li class="toctree-l3"><a class="reference internal" href="reference/token_filters/token_filter_stop_word.html">7.9.4. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="reference/query_expanders.html">7.10. Query expanders</a><ul> @@ -641,7 +654,7 @@ </ul> </div> <div class="footer" role="contentinfo"> - © Copyright 2009-2018, Brazil, Inc. + © Copyright 2009-2019, Brazil, Inc. </div> <script src="http://connect.facebook.net/en_US/all.js"></script> Modified: docs/reference.html (+20 -7) =================================================================== --- docs/reference.html 2019-01-04 17:39:35 +0900 (ca911d3e4) +++ docs/reference.html 2019-01-08 11:05:00 +0900 (a6bb34da0) @@ -193,15 +193,28 @@ </ul> </li> <li class="toctree-l1"><a class="reference internal" href="reference/tokenizers.html">7.8. Tokenizers</a><ul> -<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers.html#summary">7.8.1. Summary</a></li> -<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers.html#what-is-tokenize">7.8.2. What is “tokenize”?</a></li> -<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers.html#built-in-tokenizsers">7.8.3. Built-in tokenizsers</a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizer/summary.html">7.8.1. Summary</a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram.html">7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank.html">7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank_split_symbol.html">7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html">7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html">7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_split_symbol.html">7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_split_symbol_alpha.html">7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_bigram_split_symbol_alpha_digit.html">7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_delimit.html">7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_delimit_null.html">7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_mecab.html">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_regexp.html">7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_trigram.html">7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers/token_unigram.html">7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="reference/token_filters.html">7.9. Token filters</a><ul> -<li class="toctree-l2"><a class="reference internal" href="reference/token_filters.html#summary">7.9.1. Summary</a></li> -<li class="toctree-l2"><a class="reference internal" href="reference/token_filters.html#available-token-filters">7.9.2. Available token filters</a></li> -<li class="toctree-l2"><a class="reference internal" href="reference/token_filters.html#see-also">7.9.3. See also</a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/token_filter/summary.html">7.9.1. Summary</a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/token_filters/token_filter_nfkc100.html">7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/token_filters/token_filter_stem.html">7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li> +<li class="toctree-l2"><a class="reference internal" href="reference/token_filters/token_filter_stop_word.html">7.9.4. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="reference/query_expanders.html">7.10. Query expanders</a><ul> @@ -397,7 +410,7 @@ </ul> </div> <div class="footer" role="contentinfo"> - © Copyright 2009-2018, Brazil, Inc. + © Copyright 2009-2019, Brazil, Inc. </div> <script src="http://connect.facebook.net/en_US/all.js"></script> Modified: docs/reference/normalizers.html (+15 -10) =================================================================== --- docs/reference/normalizers.html 2019-01-04 17:39:35 +0900 (2e583e75f) +++ docs/reference/normalizers.html 2019-01-08 11:05:00 +0900 (86c46ef14) @@ -15,7 +15,7 @@ <link rel="shortcut icon" href="../static/favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> - <link rel="next" title="7.8. Tokenizers" href="tokenizers.html" /> + <link rel="next" title="7.7.2.1. NormalizerNFKC100" href="normalizers/normalizer_nfkc100.html" /> <link rel="prev" title="7.6.4. Index column" href="columns/index.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> @@ -58,7 +58,7 @@ <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="tokenizers.html" title="7.8. Tokenizers" + <a href="normalizers/normalizer_nfkc100.html" title="7.7.2.1. NormalizerNFKC100" accesskey="N">next</a> |</li> <li class="right" > <a href="columns/index.html" title="7.6.4. Index column" @@ -171,8 +171,13 @@ normalized as described above.</p> <li><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></li> </ul> </div></blockquote> +<div class="toctree-wrapper compound"> +<ul> +<li class="toctree-l1"><a class="reference internal" href="normalizers/normalizer_nfkc100.html">7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></li> +</ul> +</div> <div class="section" id="normalizerauto"> -<span id="normalizer-auto"></span><h3>7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code><a class="headerlink" href="#normalizerauto" title="Permalink to this headline">¶</a></h3> +<span id="normalizer-auto"></span><h3>7.7.2.2. <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code><a class="headerlink" href="#normalizerauto" title="Permalink to this headline">¶</a></h3> <p>Normally you should use <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code> normalizer. <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code> was the normalizer for Groonga 2.0.9 or earlier. <code class="docutils literal notranslate"><span class="pre">KEY_NORMALIZE</span></code> flag in <code class="docutils literal notranslate"><span class="pre">table_create</span></code> on Groonga 2.0.9 @@ -196,7 +201,7 @@ characters but the latter is one character.</p> </div> </div> <div class="section" id="normalizernfkc51"> -<span id="normalizer-nfkc51"></span><h3>7.7.2.2. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code><a class="headerlink" href="#normalizernfkc51" title="Permalink to this headline">¶</a></h3> +<span id="normalizer-nfkc51"></span><h3>7.7.2.3. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code><a class="headerlink" href="#normalizernfkc51" title="Permalink to this headline">¶</a></h3> <p><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code> normalizes texts by Unicode NFKC (Normalization Form Compatibility Composition) for Unicode version 5.1. It supports only UTF-8 encoding.</p> @@ -238,8 +243,8 @@ use <code class="docutils literal notranslate"><span class="pre">NormalizerAuto< <li><a class="reference internal" href="#">7.7. Normalizers</a><ul> <li><a class="reference internal" href="#summary">7.7.1. Summary</a></li> <li><a class="reference internal" href="#built-in-normalizers">7.7.2. Built-in normalizers</a><ul> -<li><a class="reference internal" href="#normalizerauto">7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code></a></li> -<li><a class="reference internal" href="#normalizernfkc51">7.7.2.2. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></a></li> +<li><a class="reference internal" href="#normalizerauto">7.7.2.2. <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code></a></li> +<li><a class="reference internal" href="#normalizernfkc51">7.7.2.3. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></a></li> </ul> </li> <li><a class="reference internal" href="#additional-normalizers">7.7.3. Additional normalizers</a></li> @@ -252,8 +257,8 @@ use <code class="docutils literal notranslate"><span class="pre">NormalizerAuto< <p class="topless"><a href="columns/index.html" title="previous chapter">7.6.4. Index column</a></p> <h4>Next topic</h4> - <p class="topless"><a href="tokenizers.html" - title="next chapter">7.8. Tokenizers</a></p> + <p class="topless"><a href="normalizers/normalizer_nfkc100.html" + title="next chapter">7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -277,7 +282,7 @@ use <code class="docutils literal notranslate"><span class="pre">NormalizerAuto< <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="tokenizers.html" title="7.8. Tokenizers" + <a href="normalizers/normalizer_nfkc100.html" title="7.7.2.1. NormalizerNFKC100" >next</a> |</li> <li class="right" > <a href="columns/index.html" title="7.6.4. Index column" @@ -287,7 +292,7 @@ use <code class="docutils literal notranslate"><span class="pre">NormalizerAuto< </ul> </div> <div class="footer" role="contentinfo"> - © Copyright 2009-2018, Brazil, Inc. + © Copyright 2009-2019, Brazil, Inc. </div> <script src="http://connect.facebook.net/en_US/all.js"></script> Added: docs/reference/normalizers/normalizer_nfkc100.html (+923 -0) 100644 =================================================================== --- /dev/null +++ docs/reference/normalizers/normalizer_nfkc100.html 2019-01-08 11:05:00 +0900 (aeecf66bf) @@ -0,0 +1,923 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>7.7.2.1. NormalizerNFKC100 — Groonga v8.1.0 documentation</title> + <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> + <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> + <script type="text/javascript" src="../../static/documentation_options.js"></script> + <script type="text/javascript" src="../../static/jquery.js"></script> + <script type="text/javascript" src="../../static/underscore.js"></script> + <script type="text/javascript" src="../../static/doctools.js"></script> + <link rel="shortcut icon" href="../../static/favicon.ico"/> + <link rel="index" title="Index" href="../../genindex.html" /> + <link rel="search" title="Search" href="../../search.html" /> + <link rel="next" title="7.8. Tokenizers" href="../tokenizers.html" /> + <link rel="prev" title="7.7. Normalizers" href="../normalizers.html" /> + <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> + <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> + <meta property="og:type" content="product" /> + <meta property="og:image" content="http://groonga.org/images/logos/groonga-icon-full-size.png" /> + <meta property="og:site_name" content="groonga" /> + + <link rel="stylesheet" href="/css/sphinx.css" type="text/css" /> + </head> + <body> + <div id="fb-root"></div> + +<div class="header"> + <h1 class="title"> + <a id="top-link" href="../../../"> + <span class="project">groonga</span> + <span class="separator">-</span> + <span class="description">An open-source fulltext search engine and column store.</span> + </a> + </h1> + + <div class="facebook-buttons"> + <fb:like href="http://www.facebook.com/pages/groonga/201193596592346" + layout="standard" + width="290"></fb:like> + </div> + <div class="other-language-links"> + + <ul> + <li><a href="../../../ja/docs/reference/normalizers/normalizer_nfkc100.html">日本語</a></li> + </ul> + </div> +</div> + + + <div class="related" role="navigation" aria-label="related navigation"> + <h3>Navigation</h3> + <ul> + <li class="right" style="margin-right: 10px"> + <a href="../../genindex.html" title="General Index" + accesskey="I">index</a></li> + <li class="right" > + <a href="../tokenizers.html" title="7.8. Tokenizers" + accesskey="N">next</a> |</li> + <li class="right" > + <a href="../normalizers.html" title="7.7. Normalizers" + accesskey="P">previous</a> |</li> + <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> + <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> + <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U">7.7. Normalizers</a> »</li> + </ul> + </div> + + <div class="document"> + <div class="documentwrapper"> + <div class="bodywrapper"> + <div class="body" role="main"> + + <div class="section" id="normalizernfkc100"> +<span id="normalizer-nfkc100"></span><h1>7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code><a class="headerlink" href="#normalizernfkc100" title="Permalink to this headline">¶</a></h1> +<div class="section" id="summary"> +<h2>7.7.2.1.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.2.</span></p> +</div> +<p><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> normalizes text by Unicode NFKC (Normalization Form Compatibility Composition) +for Unicode version 10.0.</p> +<p>This normalizer can change behavior by specifying options.</p> +</div> +<div class="section" id="syntax"> +<h2>7.7.2.1.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<p><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> has optional parameter:</p> +<p>No options:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>NormalizerNFKC100 +</pre></div> +</div> +<p><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> normalizes text by Unicode NFKC (Normalization Form Compatibility Composition) +for Unicode version 10.0.</p> +<p>Specify option:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>NormalizerNFKC100("unify_kana", true) + +NormalizerNFKC100("unify_kana_case", true) + +NormalizerNFKC100("unify_kana_voiced_sound_mark", true) + +NormalizerNFKC100("unify_hyphen", true) + +NormalizerNFKC100("unify_prolonged_sound_mark", true) + +NormalizerNFKC100("unify_hyphen_and_prolonged_sound_mark", true) + +NormalizerNFKC100("unify_middle_dot", true) + +NormalizerNFKC100("unify_katakana_v_sounds", true) + +NormalizerNFKC100("unify_katakana_bu_sound", true) + +NormalizerNFKC100("unify_to_romaji", true) +</pre></div> +</div> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.3: </span><a class="reference internal" href="#normalizer-nfkc100-unify-middle-dot"><span class="std std-ref">unify_middle_dot</span></a> is added.</p> +<p><a class="reference internal" href="#normalizer-nfkc100-unify-katakana-v-sounds"><span class="std std-ref">unify_katakana_v_sounds</span></a> is added.</p> +<p><a class="reference internal" href="#normalizer-nfkc100-unify-katakana-bu-sounds"><span class="std std-ref">unify_katakana_bu_sound</span></a> is added.</p> +</div> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.9: </span><a class="reference internal" href="#normalizer-nfkc100-unify-to-romaji"><span class="std std-ref">unify_to_romaji</span></a> is added.</p> +</div> +<p>Specify multiple options:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>NormalizerNFKC100("unify_to_romaji", true, "unify_kana_case", true, "unify_hyphen_and_prolonged_sound_mark", true) +</pre></div> +</div> +<p><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> also specify multiple options as above. +You can also specify mingle multiple options except above example.</p> +</div> +<div class="section" id="usage"> +<h2>7.7.2.1.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +</div> +<div class="section" id="simple-usage"> +<h2>7.7.2.1.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> +<p>Here is an example of <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code>. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> normalizes text by Unicode NFKC (Normalization Form Compatibility Composition) for Unicode version 10.0.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize NormalizerNFKC100 "©" WITH_TYPES +# [ +# [ +# 0, +# 1546840077.247264, +# 0.0001680850982666016 +# ], +# { +# "normalized": "©", +# "types": [ +# "emoji" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-kana"><span class="std std-ref">unify_kana</span></a> option.</p> +<p>This option enables that same pronounced characters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_kana", true)' "あイウェおヽヾ" WITH_TYPES +# [ +# [ +# 0, +# 1546840210.809296, +# 0.0002298355102539062 +# ], +# { +# "normalized": "あいうぇおゝゞ", +# "types": [ +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-kana-case"><span class="std std-ref">unify_kana_case</span></a> option.</p> +<p>This option enables that large and small versions of same letters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_kana_case", true)' "ぁあぃいぅうぇえぉおゃやゅゆょよゎわゕかゖけ" WITH_TYPES +# [ +# [ +# 0, +# 1546840389.78734, +# 0.0001950263977050781 +# ], +# { +# "normalized": "ああいいううええおおややゆゆよよわわかかけけ", +# "types": [ +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_kana_case", true)' "ァアィイゥウェエォオャヤュユョヨヮワヵカヶケ" WITH_TYPES +# [ +# [ +# 0, +# 1546840469.179984, +# 0.0002634525299072266 +# ], +# { +# "normalized": "アアイイウウエエオオヤヤユユヨヨワワカカケケ", +# "types": [ +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-kana-voiced-sound-mark"><span class="std std-ref">unify_kana_voiced_sound_mark</span></a> option.</p> +<p>This option enables that letters with/without voiced sound mark and semi voiced sound mark in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_kana_voiced_sound_mark", true)' "かがきぎくぐけげこごさざしじすずせぜそぞただちぢつづてでとどはばぱひびぴふぶぷへべぺほぼぽ" WITH_TYPES +# [ +# [ +# 0, +# 1546840544.908633, +# 0.0002522468566894531 +# ], +# { +# "normalized": "かかききくくけけここささししすすせせそそたたちちつつててととはははひひひふふふへへへほほほ", +# "types": [ +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana", +# "hiragana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_kana_voiced_sound_mark", true)' "カガキギクグケゲコゴサザシジスズセゼソゾタダチヂツヅテデトドハバパヒビピフブプヘベペホボポ" WITH_TYPES +# [ +# [ +# 0, +# 1546840704.477687, +# 0.0002183914184570312 +# ], +# { +# "normalized": "カカキキククケケココササシシススセセソソタタチチツツテテトトハハハヒヒヒフフフヘヘヘホホホ", +# "types": [ +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-hyphen"><span class="std std-ref">unify_hyphen</span></a> option. +This option enables normalize hyphen to “-” (U+002D HYPHEN-MINUS) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_hyphen", true)' "-˗֊‐‑‒–⁃⁻₋−" WITH_TYPES +# [ +# [ +# 0, +# 1546840778.422051, +# 0.0001845359802246094 +# ], +# { +# "normalized": "-----------", +# "types": [ +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-prolonged-sound-mark"><span class="std std-ref">unify_prolonged_sound_mark</span></a> option. +This option enables normalize prolonged sound to “-” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_prolonged_sound_mark", true)' "ー—―─━ー" WITH_TYPES +# [ +# [ +# 0, +# 1546840846.654316, +# 0.0001988410949707031 +# ], +# { +# "normalized": "ーーーーーー", +# "types": [ +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-hyphen-and-prolonged-sound-mark"><span class="std std-ref">unify_hyphen_and_prolonged_sound_mark</span></a> option. +This option enables normalize hyphen and prolonged sound to “-” (U+002D HYPHEN-MINUS) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_hyphen_and_prolonged_sound_mark", true)' "-˗֊‐‑‒–⁃⁻₋− ﹣- ー—―─━ー" WITH_TYPES +# [ +# [ +# 0, +# 1546840930.462605, +# 0.0001947879791259766 +# ], +# { +# "normalized": "----------- -- ------", +# "types": [ +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "others", +# "symbol", +# "symbol", +# "others", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-middle-dot"><span class="std std-ref">unify_middle_dot</span></a> option. +This option enables normalize middle dot to “·” (U+00B7 MIDDLE DOT) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_middle_dot", true)' "·ᐧ•∙⋅⸱・・" WITH_TYPES +# [ +# [ +# 0, +# 1546840999.582769, +# 0.0001835823059082031 +# ], +# { +# "normalized": "········", +# "types": [ +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol", +# "symbol" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-katakana-v-sounds"><span class="std std-ref">unify_katakana_v_sounds</span></a> option. +This option enables normalize “ヴァヴィヴヴェヴォ” to “バビブベボ” as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_katakana_v_sounds", true)' "ヴァヴィヴヴェヴォヴ" WITH_TYPES +# [ +# [ +# 0, +# 1546841068.702912, +# 0.0002088546752929688 +# ], +# { +# "normalized": "バビブベボブ", +# "types": [ +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-katakana-bu-sounds"><span class="std std-ref">unify_katakana_bu_sound</span></a> option. +This option enables normalize “ヴァヴィヴゥヴェヴォ” to “ブ” as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_katakana_bu_sound", true)' "ヴァヴィヴヴェヴォヴ" WITH_TYPES +# [ +# [ +# 0, +# 1546841138.543078, +# 0.0001876354217529297 +# ], +# { +# "normalized": "ブブブブブブ", +# "types": [ +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana", +# "katakana" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#normalizer-nfkc100-unify-to-romaji"><span class="std std-ref">unify_to_romaji</span></a> option. +This option enables normalize hiragana and katakana to romaji as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize 'NormalizerNFKC100("unify_to_romaji", true)' "アァイィウゥエェオォ" WITH_TYPES +# [ +# [ +# 0, +# 1546841200.15132, +# 0.0001931190490722656 +# ], +# { +# "normalized": "axaixiuxuexeoxo", +# "types": [ +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +</div> +<div class="section" id="advanced-usage"> +<h2>7.7.2.1.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> +<p>You can output romaji of specific a part of speech with using to combine +<code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> and <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> as below.</p> +<p>First of all, you extract reading of a noun with excluding non-independent word and suffix of person name with <code class="docutils literal notranslate"><span class="pre">target_class</span></code> option and <code class="docutils literal notranslate"><span class="pre">include_reading</span></code> option.</p> +<p>Next, you normalize reading of the noun that extracted with <code class="docutils literal notranslate"><span class="pre">unify_to_romaji</span></code> option of <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code>.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize 'TokenMecab("target_class", "-名詞/非自立", "target_class", "-名詞/接尾/人名", "target_class", "名詞", "include_reading", true)' '彼の名前は山田さんのはずです。' +# [ +# [ +# 0, +# 1546841272.495518, +# 0.0003752708435058594 +# ], +# [ +# { +# "value": "彼", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false, +# "metadata": { +# "reading": "カレ" +# } +# }, +# { +# "value": "名前", +# "position": 1, +# "force_prefix": false, +# "force_prefix_search": false, +# "metadata": { +# "reading": "ナマエ" +# } +# }, +# { +# "value": "山田", +# "position": 2, +# "force_prefix": false, +# "force_prefix_search": false, +# "metadata": { +# "reading": "ヤマダ" +# } +# } +# ] +# ] +normalize 'NormalizerNFKC100("unify_to_romaji", true)' "カレ" WITH_TYPES +# [ +# [ +# 0, +# 1546841303.223331, +# 0.000186920166015625 +# ], +# { +# "normalized": "kare", +# "types": [ +# "alpha", +# "alpha", +# "alpha", +# "alpha" +# ], +# "checks": [ +# ] +# } +# ] +normalize 'NormalizerNFKC100("unify_to_romaji", true)' "ナマエ" WITH_TYPES +# [ +# [ +# 0, +# 1546841329.839442, +# 0.0001835823059082031 +# ], +# { +# "normalized": "namae", +# "types": [ +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha" +# ], +# "checks": [ +# ] +# } +# ] +normalize 'NormalizerNFKC100("unify_to_romaji", true)' "ヤマダ" WITH_TYPES +# [ +# [ +# 0, +# 1546841358.479471, +# 0.0001850128173828125 +# ], +# { +# "normalized": "yamada", +# "types": [ +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha", +# "alpha" +# ], +# "checks": [ +# ] +# } +# ] +</pre></div> +</div> +</div> +<div class="section" id="parameters"> +<h2>7.7.2.1.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> +<div class="section" id="optional-parameter"> +<h3>7.7.2.1.6.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> +<p>There are optional parameters as below.</p> +<div class="section" id="unify-kana"> +<span id="normalizer-nfkc100-unify-kana"></span><h4>7.7.2.1.6.1.1. <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code><a class="headerlink" href="#unify-kana" title="Permalink to this headline">¶</a></h4> +<p>This option enables that same pronounced characters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character.</p> +</div> +<div class="section" id="unify-kana-case"> +<span id="normalizer-nfkc100-unify-kana-case"></span><h4>7.7.2.1.6.1.2. <code class="docutils literal notranslate"><span class="pre">unify_kana_case</span></code><a class="headerlink" href="#unify-kana-case" title="Permalink to this headline">¶</a></h4> +<p>This option enables that large and small versions of same letters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character.</p> +</div> +<div class="section" id="unify-kana-voiced-sound-mark"> +<span id="normalizer-nfkc100-unify-kana-voiced-sound-mark"></span><h4>7.7.2.1.6.1.3. <code class="docutils literal notranslate"><span class="pre">unify_kana_voiced_sound_mark</span></code><a class="headerlink" href="#unify-kana-voiced-sound-mark" title="Permalink to this headline">¶</a></h4> +<p>This option enables that letters with/without voiced sound mark and semi voiced sound mark in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character.</p> +</div> +<div class="section" id="unify-hyphen"> +<span id="normalizer-nfkc100-unify-hyphen"></span><h4>7.7.2.1.6.1.4. <code class="docutils literal notranslate"><span class="pre">unify_hyphen</span></code><a class="headerlink" href="#unify-hyphen" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize hyphen to “-” (U+002D HYPHEN-MINUS).</p> +<p>Hyphen of the target of normalizing is as below.</p> +<ul class="simple"> +<li>“-” (U+002D HYPHEN-MINUS)</li> +<li>“֊” (U+058A ARMENIAN HYPHEN)</li> +<li>“˗” (U+02D7 MODIFIER LETTER MINUS SIGN)</li> +<li>“‐” (U+2010 HYPHEN)</li> +<li>“—” (U+2014 EM DASH)</li> +<li>“⁃” (U+2043 HYPHEN BULLET)</li> +<li>“⁻” (U+207B SUPERSCRIPT MINUS)</li> +<li>“₋” (U+208B SUBSCRIPT MINUS)</li> +<li>“−” (U+2212 MINUS SIGN)</li> +</ul> +</div> +<div class="section" id="unify-prolonged-sound-mark"> +<span id="normalizer-nfkc100-unify-prolonged-sound-mark"></span><h4>7.7.2.1.6.1.5. <code class="docutils literal notranslate"><span class="pre">unify_prolonged_sound_mark</span></code><a class="headerlink" href="#unify-prolonged-sound-mark" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize prolonged sound to “-” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK).</p> +<p>Prolonged sound of the target of normalizing is as below.</p> +<ul class="simple"> +<li>“—” (U+2014 EM DASH)</li> +<li>“―” (U+2015 HORIZONTAL BAR)</li> +<li>“─” (U+2500 BOX DRAWINGS LIGHT HORIZONTAL)</li> +<li>“━” (U+2501 BOX DRAWINGS HEAVY HORIZONTAL)</li> +<li>“ー” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +<li>“ー” (U+FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +</ul> +</div> +<div class="section" id="unify-hyphen-and-prolonged-sound-mark"> +<span id="normalizer-nfkc100-unify-hyphen-and-prolonged-sound-mark"></span><h4>7.7.2.1.6.1.6. <code class="docutils literal notranslate"><span class="pre">unify_hyphen_and_prolonged_sound_mark</span></code><a class="headerlink" href="#unify-hyphen-and-prolonged-sound-mark" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize hyphen and prolonged sound to “-” (U+002D HYPHEN-MINUS).</p> +<p>Hyphen and prolonged sound of the target normalizing is below.</p> +<ul class="simple"> +<li>“-” (U+002D HYPHEN-MINUS)</li> +<li>“֊” (U+058A ARMENIAN HYPHEN)</li> +<li>“˗” (U+02D7 MODIFIER LETTER MINUS SIGN)</li> +<li>“‐” (U+2010 HYPHEN)</li> +<li>“—” (U+2014 EM DASH)</li> +<li>“⁃” (U+2043 HYPHEN BULLET)</li> +<li>“⁻” (U+207B SUPERSCRIPT MINUS)</li> +<li>“₋” (U+208B SUBSCRIPT MINUS)</li> +<li>“−” (U+2212 MINUS SIGN)</li> +<li>“—” (U+2014 EM DASH)</li> +<li>“―” (U+2015 HORIZONTAL BAR)</li> +<li>“─” (U+2500 BOX DRAWINGS LIGHT HORIZONTAL)</li> +<li>“━” (U+2501 BOX DRAWINGS HEAVY HORIZONTAL)</li> +<li>“ー” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +<li>“ー” (U+FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +</ul> +</div> +<div class="section" id="unify-middle-dot"> +<span id="normalizer-nfkc100-unify-middle-dot"></span><h4>7.7.2.1.6.1.7. <code class="docutils literal notranslate"><span class="pre">unify_middle_dot</span></code><a class="headerlink" href="#unify-middle-dot" title="Permalink to this headline">¶</a></h4> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.3.</span></p> +</div> +<p>This option enables normalize middle dot to “·” (U+00B7 MIDDLE DOT).</p> +<p>Middle dot of the target of normalizing is as below.</p> +<ul class="simple"> +<li>“·” (U+00B7 MIDDLE DOT)</li> +<li>“ᐧ” (U+1427 CANADIAN SYLLABICS FINAL MIDDLE DOT)</li> +<li>“•” (U+2022 BULLET)</li> +<li>“∙” (U+2219 BULLET OPERATOR)</li> +<li>“⋅” (U+22C5 DOT OPERATOR)</li> +<li>“⸱” (U+2E31 WORD SEPARATOR MIDDLE DOT)</li> +<li>“・” (U+30FB KATAKANA MIDDLE DOT)</li> +<li>“・” (U+FF65 HALFWIDTH KATAKANA MIDDLE DOT)</li> +</ul> +</div> +<div class="section" id="unify-katakana-v-sounds"> +<span id="normalizer-nfkc100-unify-katakana-v-sounds"></span><h4>7.7.2.1.6.1.8. <code class="docutils literal notranslate"><span class="pre">unify_katakana_v_sounds</span></code><a class="headerlink" href="#unify-katakana-v-sounds" title="Permalink to this headline">¶</a></h4> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.3.</span></p> +</div> +<p>This option enables normalize “ヴァヴィヴヴェヴォ” to “バビブベボ”.</p> +</div> +<div class="section" id="unify-katakana-bu-sound"> +<span id="normalizer-nfkc100-unify-katakana-bu-sounds"></span><h4>7.7.2.1.6.1.9. <code class="docutils literal notranslate"><span class="pre">unify_katakana_bu_sound</span></code><a class="headerlink" href="#unify-katakana-bu-sound" title="Permalink to this headline">¶</a></h4> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.3.</span></p> +</div> +<p>This option enables normalize “ヴァヴィヴゥヴェヴォ” to “ブ”.</p> +</div> +<div class="section" id="unify-to-romaji"> +<span id="normalizer-nfkc100-unify-to-romaji"></span><h4>7.7.2.1.6.1.10. <code class="docutils literal notranslate"><span class="pre">unify_to_romaji</span></code><a class="headerlink" href="#unify-to-romaji" title="Permalink to this headline">¶</a></h4> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.9.</span></p> +</div> +<p>This option enables normalize hiragana and katakana to romaji.</p> +</div> +</div> +</div> +<div class="section" id="see-also"> +<h2>7.7.2.1.7. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> +<ul class="simple"> +<li><a class="reference internal" href="../commands/normalize.html"><span class="doc">normalize</span></a></li> +</ul> +</div> +</div> + + + </div> + </div> + </div> + <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> + <div class="sphinxsidebarwrapper"> + <h3><a href="../../index.html">Table Of Contents</a></h3> + <ul> +<li><a class="reference internal" href="#">7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.7.2.1.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.7.2.1.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.7.2.1.3. Usage</a></li> +<li><a class="reference internal" href="#simple-usage">7.7.2.1.4. Simple usage</a></li> +<li><a class="reference internal" href="#advanced-usage">7.7.2.1.5. Advanced usage</a></li> +<li><a class="reference internal" href="#parameters">7.7.2.1.6. Parameters</a><ul> +<li><a class="reference internal" href="#optional-parameter">7.7.2.1.6.1. Optional parameter</a><ul> +<li><a class="reference internal" href="#unify-kana">7.7.2.1.6.1.1. <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code></a></li> +<li><a class="reference internal" href="#unify-kana-case">7.7.2.1.6.1.2. <code class="docutils literal notranslate"><span class="pre">unify_kana_case</span></code></a></li> +<li><a class="reference internal" href="#unify-kana-voiced-sound-mark">7.7.2.1.6.1.3. <code class="docutils literal notranslate"><span class="pre">unify_kana_voiced_sound_mark</span></code></a></li> +<li><a class="reference internal" href="#unify-hyphen">7.7.2.1.6.1.4. <code class="docutils literal notranslate"><span class="pre">unify_hyphen</span></code></a></li> +<li><a class="reference internal" href="#unify-prolonged-sound-mark">7.7.2.1.6.1.5. <code class="docutils literal notranslate"><span class="pre">unify_prolonged_sound_mark</span></code></a></li> +<li><a class="reference internal" href="#unify-hyphen-and-prolonged-sound-mark">7.7.2.1.6.1.6. <code class="docutils literal notranslate"><span class="pre">unify_hyphen_and_prolonged_sound_mark</span></code></a></li> +<li><a class="reference internal" href="#unify-middle-dot">7.7.2.1.6.1.7. <code class="docutils literal notranslate"><span class="pre">unify_middle_dot</span></code></a></li> +<li><a class="reference internal" href="#unify-katakana-v-sounds">7.7.2.1.6.1.8. <code class="docutils literal notranslate"><span class="pre">unify_katakana_v_sounds</span></code></a></li> +<li><a class="reference internal" href="#unify-katakana-bu-sound">7.7.2.1.6.1.9. <code class="docutils literal notranslate"><span class="pre">unify_katakana_bu_sound</span></code></a></li> +<li><a class="reference internal" href="#unify-to-romaji">7.7.2.1.6.1.10. <code class="docutils literal notranslate"><span class="pre">unify_to_romaji</span></code></a></li> +</ul> +</li> +</ul> +</li> +<li><a class="reference internal" href="#see-also">7.7.2.1.7. See also</a></li> +</ul> +</li> +</ul> + + <h4>Previous topic</h4> + <p class="topless"><a href="../normalizers.html" + title="previous chapter">7.7. Normalizers</a></p> + <h4>Next topic</h4> + <p class="topless"><a href="../tokenizers.html" + title="next chapter">7.8. Tokenizers</a></p> +<div id="searchbox" style="display: none" role="search"> + <h3>Quick search</h3> + <div class="searchformwrapper"> + <form class="search" action="../../search.html" method="get"> + <input type="text" name="q" /> + <input type="submit" value="Go" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> + </div> +</div> +<script type="text/javascript">$('#searchbox').show(0);</script> + </div> + </div> + <div class="clearer"></div> + </div> + <div class="related" role="navigation" aria-label="related navigation"> + <h3>Navigation</h3> + <ul> + <li class="right" style="margin-right: 10px"> + <a href="../../genindex.html" title="General Index" + >index</a></li> + <li class="right" > + <a href="../tokenizers.html" title="7.8. Tokenizers" + >next</a> |</li> + <li class="right" > + <a href="../normalizers.html" title="7.7. Normalizers" + >previous</a> |</li> + <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> + <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> + <li class="nav-item nav-item-2"><a href="../normalizers.html" >7.7. Normalizers</a> »</li> + </ul> + </div> + <div class="footer" role="contentinfo"> + © Copyright 2009-2019, Brazil, Inc. + </div> + <script src="http://connect.facebook.net/en_US/all.js"></script> + + <script> + FB.init({ + appId : null, + status : true, // check login status + cookie : true, // enable cookies to allow the server to access the session + xfbml : true // parse XFBML + }); + </script> + </body> + +</html> \ No newline at end of file Copied: docs/reference/token_filter/summary.html (+38 -53) 55% =================================================================== --- docs/reference/tokenizers/token_delimit_null.html 2019-01-04 17:39:35 +0900 (2b95a526a) +++ docs/reference/token_filter/summary.html 2019-01-08 11:05:00 +0900 (4fb35f94f) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.10. TokenDelimitNull — Groonga v8.1.0 documentation</title> + <title>7.9.1. Summary — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.11. TokenMecab" href="token_mecab.html" /> - <link rel="prev" title="7.8.3.9. TokenDelimit" href="token_delimit.html" /> + <link rel="next" title="7.9.2. TokenFilterNFKC100" href="../token_filters/token_filter_nfkc100.html" /> + <link rel="prev" title="7.9. Token filters" href="../token_filters.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -45,7 +45,7 @@ <div class="other-language-links"> <ul> - <li><a href="../../../ja/docs/reference/tokenizers/token_delimit_null.html">日本語</a></li> + <li><a href="../../../ja/docs/reference/token_filter/summary.html">日本語</a></li> </ul> </div> </div> @@ -58,14 +58,14 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_mecab.html" title="7.8.3.11. TokenMecab" + <a href="../token_filters/token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_delimit.html" title="7.8.3.9. TokenDelimit" + <a href="../token_filters.html" title="7.9. Token filters" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> - <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U">7.8. Tokenizers</a> »</li> + <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U">7.9. Token filters</a> »</li> </ul> </div> @@ -74,44 +74,31 @@ <div class="bodywrapper"> <div class="body" role="main"> - <div class="section" id="tokendelimitnull"> -<span id="token-delimit-null"></span><h1>7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code><a class="headerlink" href="#tokendelimitnull" title="Permalink to this headline">¶</a></h1> -<div class="section" id="summary"> -<h2>7.8.3.10.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> -<p><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> is similar to <a class="reference internal" href="token_delimit.html#token-delimit"><span class="std std-ref">TokenDelimit</span></a>. The -difference between them is separator character. <a class="reference internal" href="token_delimit.html#token-delimit"><span class="std std-ref">TokenDelimit</span></a> -uses space character (<code class="docutils literal notranslate"><span class="pre">U+0020</span></code>) but <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> uses NUL -character (<code class="docutils literal notranslate"><span class="pre">U+0000</span></code>).</p> -</div> -<div class="section" id="syntax"> -<h2>7.8.3.10.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> -<p><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> hasn’t parameter:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenDelimitNull -</pre></div> -</div> -</div> -<div class="section" id="usage"> -<h2>7.8.3.10.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> -<p><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> is also suitable for tag text.</p> -<p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code>:</p> + <div class="section" id="summary"> +<h1>7.9.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h1> +<p>Groonga has token filter module that some processes tokenized token.</p> +<p>Token filter module can be added as a plugin.</p> +<p>You can customize tokenized token by registering your token filters plugins to Groonga.</p> +<p>A table can have zero or more token filters. You can attach token +filters to a table by <a class="reference internal" href="../commands/table_create.html#table-create-token-filters"><span class="std std-ref">token_filters</span></a> option in +<a class="reference internal" href="../commands/table_create.html"><span class="doc">table_create</span></a>.</p> +<p>Here is an example <code class="docutils literal notranslate"><span class="pre">table_create</span></code> that uses <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> +token filter module:</p> <p>Execution example:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimitNull "Groonga\u0000full-text-search\u0000HTTP" NormalizerAuto -# [ -# [ -# 0, -# 1337566253.89858, -# 0.000355720520019531 -# ], -# [ -# { -# "position": 0, -# "force_prefix": false, -# "value": "groongau0000full-text-searchu0000http" -# } -# ] -# ] +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register token_filters/stop_word +# [[0, 1337566253.89858, 0.000355720520019531], true] +table_create Terms TABLE_PAT_KEY ShortText \ + --default_tokenizer TokenBigram \ + --normalizer NormalizerAuto \ + --token_filters TokenFilterStopWord +# [[0, 1337566253.89858, 0.000355720520019531], true] </pre></div> </div> +<div class="section" id="see-also"> +<h2>7.9.1.1. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> +<ul class="simple"> +<li><a class="reference internal" href="../commands/table_create.html"><span class="doc">table_create</span></a></li> +</ul> </div> </div> @@ -123,20 +110,18 @@ character (<code class="docutils literal notranslate"><span class="pre">U+0000</ <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.10.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.10.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.10.3. Usage</a></li> +<li><a class="reference internal" href="#">7.9.1. Summary</a><ul> +<li><a class="reference internal" href="#see-also">7.9.1.1. See also</a></li> </ul> </li> </ul> <h4>Previous topic</h4> - <p class="topless"><a href="token_delimit.html" - title="previous chapter">7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></p> + <p class="topless"><a href="../token_filters.html" + title="previous chapter">7.9. Token filters</a></p> <h4>Next topic</h4> - <p class="topless"><a href="token_mecab.html" - title="next chapter">7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></p> + <p class="topless"><a href="../token_filters/token_filter_nfkc100.html" + title="next chapter">7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -160,14 +145,14 @@ character (<code class="docutils literal notranslate"><span class="pre">U+0000</ <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_mecab.html" title="7.8.3.11. TokenMecab" + <a href="../token_filters/token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100" >next</a> |</li> <li class="right" > - <a href="token_delimit.html" title="7.8.3.9. TokenDelimit" + <a href="../token_filters.html" title="7.9. Token filters" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> - <li class="nav-item nav-item-2"><a href="../tokenizers.html" >7.8. Tokenizers</a> »</li> + <li class="nav-item nav-item-2"><a href="../token_filters.html" >7.9. Token filters</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> Modified: docs/reference/token_filters.html (+13 -53) =================================================================== --- docs/reference/token_filters.html 2019-01-04 17:39:35 +0900 (4fe132326) +++ docs/reference/token_filters.html 2019-01-08 11:05:00 +0900 (35c77f9f1) @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../static/favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> - <link rel="next" title="7.9.2.1. TokenFilterNFKC100" href="token_filters/token_filter_nfkc100.html" /> - <link rel="prev" title="7.8.3.14. TokenUnigram" href="tokenizers/token_unigram.html" /> + <link rel="next" title="7.9.1. Summary" href="token_filter/summary.html" /> + <link rel="prev" title="7.8.15. TokenUnigram" href="tokenizers/token_unigram.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_filters/token_filter_nfkc100.html" title="7.9.2.1. TokenFilterNFKC100" + <a href="token_filter/summary.html" title="7.9.1. Summary" accesskey="N">next</a> |</li> <li class="right" > - <a href="tokenizers/token_unigram.html" title="7.8.3.14. TokenUnigram" + <a href="tokenizers/token_unigram.html" title="7.8.15. TokenUnigram" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> »</li> @@ -75,42 +75,12 @@ <div class="section" id="token-filters"> <h1>7.9. Token filters<a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h1> -<div class="section" id="summary"> -<h2>7.9.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> -<p>Groonga has token filter module that some processes tokenized token.</p> -<p>Token filter module can be added as a plugin.</p> -<p>You can customize tokenized token by registering your token filters plugins to Groonga.</p> -<p>A table can have zero or more token filters. You can attach token -filters to a table by <a class="reference internal" href="commands/table_create.html#table-create-token-filters"><span class="std std-ref">token_filters</span></a> option in -<a class="reference internal" href="commands/table_create.html"><span class="doc">table_create</span></a>.</p> -<p>Here is an example <code class="docutils literal notranslate"><span class="pre">table_create</span></code> that uses <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> -token filter module:</p> -<p>Execution example:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register token_filters/stop_word -# [[0, 1337566253.89858, 0.000355720520019531], true] -table_create Terms TABLE_PAT_KEY ShortText \ - --default_tokenizer TokenBigram \ - --normalizer NormalizerAuto \ - --token_filters TokenFilterStopWord -# [[0, 1337566253.89858, 0.000355720520019531], true] -</pre></div> -</div> -</div> -<div class="section" id="available-token-filters"> -<h2>7.9.2. Available token filters<a class="headerlink" href="#available-token-filters" title="Permalink to this headline">¶</a></h2> -<p>Here is the list of available token filters:</p> <div class="toctree-wrapper compound"> <ul> -<li class="toctree-l1"><a class="reference internal" href="token_filters/token_filter_nfkc100.html">7.9.2.1. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="token_filters/token_filter_stem.html">7.9.2.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="token_filters/token_filter_stop_word.html">7.9.2.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li> -</ul> -</div> -</div> -<div class="section" id="see-also"> -<h2>7.9.3. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> -<ul class="simple"> -<li><a class="reference internal" href="commands/table_create.html"><span class="doc">table_create</span></a></li> +<li class="toctree-l1"><a class="reference internal" href="token_filter/summary.html">7.9.1. Summary</a></li> +<li class="toctree-l1"><a class="reference internal" href="token_filters/token_filter_nfkc100.html">7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="token_filters/token_filter_stem.html">7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="token_filters/token_filter_stop_word.html">7.9.4. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li> </ul> </div> </div> @@ -121,22 +91,12 @@ table_create Terms TABLE_PAT_KEY ShortText \ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> - <h3><a href="../index.html">Table Of Contents</a></h3> - <ul> -<li><a class="reference internal" href="#">7.9. Token filters</a><ul> -<li><a class="reference internal" href="#summary">7.9.1. Summary</a></li> -<li><a class="reference internal" href="#available-token-filters">7.9.2. Available token filters</a></li> -<li><a class="reference internal" href="#see-also">7.9.3. See also</a></li> -</ul> -</li> -</ul> - <h4>Previous topic</h4> <p class="topless"><a href="tokenizers/token_unigram.html" - title="previous chapter">7.8.3.14. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></p> + title="previous chapter">7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></p> <h4>Next topic</h4> - <p class="topless"><a href="token_filters/token_filter_nfkc100.html" - title="next chapter">7.9.2.1. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></p> + <p class="topless"><a href="token_filter/summary.html" + title="next chapter">7.9.1. Summary</a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -160,10 +120,10 @@ table_create Terms TABLE_PAT_KEY ShortText \ <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_filters/token_filter_nfkc100.html" title="7.9.2.1. TokenFilterNFKC100" + <a href="token_filter/summary.html" title="7.9.1. Summary" >next</a> |</li> <li class="right" > - <a href="tokenizers/token_unigram.html" title="7.8.3.14. TokenUnigram" + <a href="tokenizers/token_unigram.html" title="7.8.15. TokenUnigram" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/token_filters/token_filter_nfkc100.html (+403 -45) =================================================================== --- docs/reference/token_filters/token_filter_nfkc100.html 2019-01-04 17:39:35 +0900 (05792b1b5) +++ docs/reference/token_filters/token_filter_nfkc100.html 2019-01-08 11:05:00 +0900 (6e0257558) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.9.2.1. TokenFilterNFKC100 — Groonga v8.1.0 documentation</title> + <title>7.9.2. TokenFilterNFKC100 — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.9.2.2. TokenFilterStem" href="token_filter_stem.html" /> - <link rel="prev" title="7.9. Token filters" href="../token_filters.html" /> + <link rel="next" title="7.9.3. TokenFilterStem" href="token_filter_stem.html" /> + <link rel="prev" title="7.9.1. Summary" href="../token_filter/summary.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_filter_stem.html" title="7.9.2.2. TokenFilterStem" + <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem" accesskey="N">next</a> |</li> <li class="right" > - <a href="../token_filters.html" title="7.9. Token filters" + <a href="../token_filter/summary.html" title="7.9.1. Summary" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,36 +75,65 @@ <div class="body" role="main"> <div class="section" id="tokenfilternfkc100"> -<h1>7.9.2.1. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code><a class="headerlink" href="#tokenfilternfkc100" title="Permalink to this headline">¶</a></h1> +<h1>7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code><a class="headerlink" href="#tokenfilternfkc100" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.9.2.1.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> -<p>This token filter can translate a token for katakana to hiragana with same option of NormalizerNFKC100. -This token filter convenient when you want to get reading of token as hiragana.</p> +<h2>7.9.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<div class="versionadded"> +<p><span class="versionmodified">New in version 8.0.9.</span></p> +</div> +<p>This token filter can use the same option by <a class="reference internal" href="../normalizers/normalizer_nfkc100.html#normalizer-nfkc100"><span class="std std-ref">NormalizerNFKC100</span></a>. +This token filter is used to normalize after tokenizing. +Because, if you normalize before tokenizing with <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> , the meaning of a token may be lost.</p> </div> <div class="section" id="syntax"> -<h2>7.9.2.1.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> -<p><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code> has a parameter:</p> +<h2>7.9.2.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<p><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code> has optional parameter:</p> +<p>No options:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenFilterNFKC100 +</pre></div> +</div> +<p><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code> normalizes text by Unicode NFKC (Normalization Form Compatibility Composition) +for Unicode version 10.0.</p> +<p>Specify option:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenFilterNFKC100("unify_kana", true) + +TokenFilterNFKC100("unify_kana_case", true) + +TokenFilterNFKC100("unify_kana_voiced_sound_mark", true) + +TokenFilterNFKC100("unify_hyphen", true) + +TokenFilterNFKC100("unify_prolonged_sound_mark", true) + +TokenFilterNFKC100("unify_hyphen_and_prolonged_sound_mark", true) + +TokenFilterNFKC100("unify_middle_dot", true) + +TokenFilterNFKC100("unify_katakana_v_sounds", true) + +TokenFilterNFKC100("unify_katakana_bu_sound", true) + +TokenFilterNFKC100("unify_to_romaji", true) </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.9.2.1.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.9.2.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="simple-usage"> -<h2>7.9.2.1.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> -<p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code>. <code class="docutils literal notranslate"><span class="pre">リンゴ</span></code> is translated to <code class="docutils literal notranslate"><span class="pre">りんご</span></code>.</p> +<h2>7.9.2.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> +<p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code>. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code> normalizes text by Unicode NFKC (Normalization Form Compatibility Composition) for Unicode version 10.0.</p> <p>Execution example:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "リンゴ" --token_filters 'TokenFilterNFKC100("unify_kana", true)' +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "㎡" --token_filters 'TokenFilterNFKC100' # [ # [ # 0, -# 1545901643.191951, -# 0.0003898143768310547 +# 1546906509.304568, +# 0.0002825260162353516 # ], # [ # { -# "value": "りんご", +# "value": "m2", # "position": 0, # "force_prefix": false, # "force_prefix_search": false @@ -113,27 +142,261 @@ This token filter convenient when you want to get reading of token as hiragana.< # ] </pre></div> </div> -<p><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code> is not translate a token of hiragana and kanji as below.</p> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-kana"><span class="std std-ref">unify_kana</span></a> option.</p> +<p>This option enables that same pronounced characters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character as below.</p> <p>Execution example:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "りんご 林檎" --token_filters 'TokenFilterNFKC100("unify_kana", true)' +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "あイウェおヽヾ" --token_filters 'TokenFilterNFKC100("unify_kana", true)' # [ # [ # 0, -# 1545901725.412921, -# 0.0003237724304199219 +# 1546906576.590515, +# 0.0003581047058105469 # ], # [ # { -# "value": "りんご", +# "value": "あいうぇおゝゞ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-kana-case"><span class="std std-ref">unify_kana_case</span></a> option.</p> +<p>This option enables that large and small versions of same letters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "ぁあぃいぅうぇえぉおゃやゅゆょよゎわゕかゖけ" --token_filters 'TokenFilterNFKC100("unify_kana_case", true)' +# [ +# [ +# 0, +# 1546906658.116119, +# 0.0003299713134765625 +# ], +# [ +# { +# "value": "ああいいううええおおややゆゆよよわわかかけけ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "ァアィイゥウェエォオャヤュユョヨヮワヵカヶケ" --token_filters 'TokenFilterNFKC100("unify_kana_case", true)' +# [ +# [ +# 0, +# 1546906730.305962, +# 0.0003023147583007812 +# ], +# [ +# { +# "value": "アアイイウウエエオオヤヤユユヨヨワワカカケケ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-kana-voiced-sound-mark"><span class="std std-ref">unify_kana_voiced_sound_mark</span></a> option.</p> +<p>This option enables that letters with/without voiced sound mark and semi voiced sound mark in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "かがきぎくぐけげこごさざしじすずせぜそぞただちぢつづてでとどはばぱひびぴふぶぷへべぺほぼぽ" --token_filters 'TokenFilterNFKC100("unify_kana_voiced_sound_mark", true)' +# [ +# [ +# 0, +# 1546906812.423493, +# 0.0003724098205566406 +# ], +# [ +# { +# "value": "かかききくくけけここささししすすせせそそたたちちつつててととはははひひひふふふへへへほほほ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "カガキギクグケゲコゴサザシジスズセゼソゾタダチヂツヅテデトドハバパヒビピフブプヘベペホボポ" --token_filters 'TokenFilterNFKC100("unify_kana_voiced_sound_mark", true)' +# [ +# [ +# 0, +# 1546906950.51529, +# 0.0003533363342285156 +# ], +# [ +# { +# "value": "カカキキククケケココササシシススセセソソタタチチツツテテトトハハハヒヒヒフフフヘヘヘホホホ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-hyphen"><span class="std std-ref">unify_hyphen</span></a> option. +This option enables normalize hyphen to “-” (U+002D HYPHEN-MINUS) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "-˗֊‐‑‒–⁃⁻₋−" --token_filters 'TokenFilterNFKC100("unify_hyphen", true)' +# [ +# [ +# 0, +# 1546907023.849045, +# 0.0003139972686767578 +# ], +# [ +# { +# "value": "-----------", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-prolonged-sound-mark"><span class="std std-ref">unify_prolonged_sound_mark</span></a> option. +This option enables normalize prolonged sound to “-” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "ー—―─━ー" --token_filters 'TokenFilterNFKC100("unify_prolonged_sound_mark", true)' +# [ +# [ +# 0, +# 1546907076.575454, +# 0.0003325939178466797 +# ], +# [ +# { +# "value": "ーーーーーー", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-hyphen-and-prolonged-sound-mark"><span class="std std-ref">unify_hyphen_and_prolonged_sound_mark</span></a> option. +This option enables normalize hyphen and prolonged sound to “-” (U+002D HYPHEN-MINUS) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "-˗֊‐‑‒–⁃⁻₋− ﹣- ー—―─━ー" --token_filters 'TokenFilterNFKC100("unify_hyphen_and_prolonged_sound_mark", true)' +# [ +# [ +# 0, +# 1546907138.989727, +# 0.0003240108489990234 +# ], +# [ +# { +# "value": "-----------", # "position": 0, # "force_prefix": false, # "force_prefix_search": false # }, # { -# "value": "林檎", +# "value": "--", # "position": 1, # "force_prefix": false, # "force_prefix_search": false +# }, +# { +# "value": "------", +# "position": 2, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-middle-dot"><span class="std std-ref">unify_middle_dot</span></a> option. +This option enables normalize middle dot to “·” (U+00B7 MIDDLE DOT) as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "·ᐧ•∙⋅⸱・・" --token_filters 'TokenFilterNFKC100("unify_middle_dot", true)' +# [ +# [ +# 0, +# 1546907221.227195, +# 0.0003573894500732422 +# ], +# [ +# { +# "value": "········", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-katakana-v-sounds"><span class="std std-ref">unify_katakana_v_sounds</span></a> option. +This option enables normalize “ヴァヴィヴヴェヴォ” to “バビブベボ” as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "ヴァヴィヴヴェヴォヴ" --token_filters 'TokenFilterNFKC100("unify_katakana_v_sounds", true)' +# [ +# [ +# 0, +# 1546907295.776949, +# 0.0003447532653808594 +# ], +# [ +# { +# "value": "バビブベボブ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-katakana-bu-sounds"><span class="std std-ref">unify_katakana_bu_sound</span></a> option. +This option enables normalize “ヴァヴィヴゥヴェヴォ” to “ブ” as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "ヴァヴィヴヴェヴォヴ" --token_filters 'TokenFilterNFKC100("unify_katakana_bu_sound", true)' +# [ +# [ +# 0, +# 1546907361.518968, +# 0.0002958774566650391 +# ], +# [ +# { +# "value": "ブブブブブブ", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false +# } +# ] +# ] +</pre></div> +</div> +<p>Here is an example of <a class="reference internal" href="#token-filter-nfkc100-unify-to-romaji"><span class="std std-ref">unify_to_romaji</span></a> option. +This option enables normalize hiragana and katakana to romaji as below.</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "アァイィウゥエェオォ" --token_filters 'TokenFilterNFKC100("unify_to_romaji", true)' +# [ +# [ +# 0, +# 1546907415.47742, +# 0.0003619194030761719 +# ], +# [ +# { +# "value": "axaixiuxuexeoxo", +# "position": 0, +# "force_prefix": false, +# "force_prefix_search": false # } # ] # ] @@ -141,7 +404,7 @@ This token filter convenient when you want to get reading of token as hiragana.< </div> </div> <div class="section" id="advanced-usage"> -<h2>7.9.2.1.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> +<h2>7.9.2.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> <p>You can output all input string as hiragana with cimbining <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code> with <code class="docutils literal notranslate"><span class="pre">use_reading</span></code> option of <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> as below.</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize 'TokenMecab("use_reading", true)' "私は林檎を食べます。" --token_filters 'TokenFilterNFKC100("unify_kana", true)' @@ -200,13 +463,99 @@ This token filter convenient when you want to get reading of token as hiragana.< </div> </div> <div class="section" id="parameters"> -<h2>7.9.2.1.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> -<div class="section" id="required-parameters"> -<h3>7.9.2.1.6.1. Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3> -<p>There are a required parameters <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code>.</p> +<h2>7.9.2.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> +<div class="section" id="optional-parameter"> +<h3>7.9.2.6.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> +<p>There are optional parameters as below.</p> <div class="section" id="unify-kana"> -<h4>7.9.2.1.6.1.1. <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code><a class="headerlink" href="#unify-kana" title="Permalink to this headline">¶</a></h4> -<p>Translate a token katakana to hiragana.</p> +<span id="token-filter-nfkc100-unify-kana"></span><h4>7.9.2.6.1.1. <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code><a class="headerlink" href="#unify-kana" title="Permalink to this headline">¶</a></h4> +<p>This option enables that same pronounced characters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character.</p> +</div> +<div class="section" id="unify-kana-case"> +<span id="token-filter-nfkc100-unify-kana-case"></span><h4>7.9.2.6.1.2. <code class="docutils literal notranslate"><span class="pre">unify_kana_case</span></code><a class="headerlink" href="#unify-kana-case" title="Permalink to this headline">¶</a></h4> +<p>This option enables that large and small versions of same letters in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character.</p> +</div> +<div class="section" id="unify-kana-voiced-sound-mark"> +<span id="token-filter-nfkc100-unify-kana-voiced-sound-mark"></span><h4>7.9.2.6.1.3. <code class="docutils literal notranslate"><span class="pre">unify_kana_voiced_sound_mark</span></code><a class="headerlink" href="#unify-kana-voiced-sound-mark" title="Permalink to this headline">¶</a></h4> +<p>This option enables that letters with/without voiced sound mark and semi voiced sound mark in all of full-width Hiragana, full-width Katakana and half-width Katakana are regarded as the same character.</p> +</div> +<div class="section" id="unify-hyphen"> +<span id="token-filter-nfkc100-unify-hyphen"></span><h4>7.9.2.6.1.4. <code class="docutils literal notranslate"><span class="pre">unify_hyphen</span></code><a class="headerlink" href="#unify-hyphen" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize hyphen to “-” (U+002D HYPHEN-MINUS).</p> +<p>Hyphen of the target of normalizing is as below.</p> +<ul class="simple"> +<li>“-” (U+002D HYPHEN-MINUS)</li> +<li>“֊” (U+058A ARMENIAN HYPHEN)</li> +<li>“˗” (U+02D7 MODIFIER LETTER MINUS SIGN)</li> +<li>“‐” (U+2010 HYPHEN)</li> +<li>“—” (U+2014 EM DASH)</li> +<li>“⁃” (U+2043 HYPHEN BULLET)</li> +<li>“⁻” (U+207B SUPERSCRIPT MINUS)</li> +<li>“₋” (U+208B SUBSCRIPT MINUS)</li> +<li>“−” (U+2212 MINUS SIGN)</li> +</ul> +</div> +<div class="section" id="unify-prolonged-sound-mark"> +<span id="token-filter-nfkc100-unify-prolonged-sound-mark"></span><h4>7.9.2.6.1.5. <code class="docutils literal notranslate"><span class="pre">unify_prolonged_sound_mark</span></code><a class="headerlink" href="#unify-prolonged-sound-mark" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize prolonged sound to “-” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK).</p> +<p>Prolonged sound of the target of normalizing is as below.</p> +<ul class="simple"> +<li>“—” (U+2014 EM DASH)</li> +<li>“―” (U+2015 HORIZONTAL BAR)</li> +<li>“─” (U+2500 BOX DRAWINGS LIGHT HORIZONTAL)</li> +<li>“━” (U+2501 BOX DRAWINGS HEAVY HORIZONTAL)</li> +<li>“ー” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +<li>“ー” (U+FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +</ul> +</div> +<div class="section" id="unify-hyphen-and-prolonged-sound-mark"> +<span id="token-filter-nfkc100-unify-hyphen-and-prolonged-sound-mark"></span><h4>7.9.2.6.1.6. <code class="docutils literal notranslate"><span class="pre">unify_hyphen_and_prolonged_sound_mark</span></code><a class="headerlink" href="#unify-hyphen-and-prolonged-sound-mark" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize hyphen and prolonged sound to “-” (U+002D HYPHEN-MINUS).</p> +<p>Hyphen and prolonged sound of the target normalizing is below.</p> +<ul class="simple"> +<li>“-” (U+002D HYPHEN-MINUS)</li> +<li>“֊” (U+058A ARMENIAN HYPHEN)</li> +<li>“˗” (U+02D7 MODIFIER LETTER MINUS SIGN)</li> +<li>“‐” (U+2010 HYPHEN)</li> +<li>“—” (U+2014 EM DASH)</li> +<li>“⁃” (U+2043 HYPHEN BULLET)</li> +<li>“⁻” (U+207B SUPERSCRIPT MINUS)</li> +<li>“₋” (U+208B SUBSCRIPT MINUS)</li> +<li>“−” (U+2212 MINUS SIGN)</li> +<li>“—” (U+2014 EM DASH)</li> +<li>“―” (U+2015 HORIZONTAL BAR)</li> +<li>“─” (U+2500 BOX DRAWINGS LIGHT HORIZONTAL)</li> +<li>“━” (U+2501 BOX DRAWINGS HEAVY HORIZONTAL)</li> +<li>“ー” (U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +<li>“ー” (U+FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK)</li> +</ul> +</div> +<div class="section" id="unify-middle-dot"> +<span id="token-filter-nfkc100-unify-middle-dot"></span><h4>7.9.2.6.1.7. <code class="docutils literal notranslate"><span class="pre">unify_middle_dot</span></code><a class="headerlink" href="#unify-middle-dot" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize middle dot to “·” (U+00B7 MIDDLE DOT).</p> +<p>Middle dot of the target of normalizing is as below.</p> +<ul class="simple"> +<li>“·” (U+00B7 MIDDLE DOT)</li> +<li>“ᐧ” (U+1427 CANADIAN SYLLABICS FINAL MIDDLE DOT)</li> +<li>“•” (U+2022 BULLET)</li> +<li>“∙” (U+2219 BULLET OPERATOR)</li> +<li>“⋅” (U+22C5 DOT OPERATOR)</li> +<li>“⸱” (U+2E31 WORD SEPARATOR MIDDLE DOT)</li> +<li>“・” (U+30FB KATAKANA MIDDLE DOT)</li> +<li>“・” (U+FF65 HALFWIDTH KATAKANA MIDDLE DOT)</li> +</ul> +</div> +<div class="section" id="unify-katakana-v-sounds"> +<span id="token-filter-nfkc100-unify-katakana-v-sounds"></span><h4>7.9.2.6.1.8. <code class="docutils literal notranslate"><span class="pre">unify_katakana_v_sounds</span></code><a class="headerlink" href="#unify-katakana-v-sounds" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize “ヴァヴィヴヴェヴォ” to “バビブベボ”.</p> +</div> +<div class="section" id="unify-katakana-bu-sound"> +<span id="token-filter-nfkc100-unify-katakana-bu-sounds"></span><h4>7.9.2.6.1.9. <code class="docutils literal notranslate"><span class="pre">unify_katakana_bu_sound</span></code><a class="headerlink" href="#unify-katakana-bu-sound" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize “ヴァヴィヴゥヴェヴォ” to “ブ”.</p> +</div> +<div class="section" id="unify-to-romaji"> +<span id="token-filter-nfkc100-unify-to-romaji"></span><h4>7.9.2.6.1.10. <code class="docutils literal notranslate"><span class="pre">unify_to_romaji</span></code><a class="headerlink" href="#unify-to-romaji" title="Permalink to this headline">¶</a></h4> +<p>This option enables normalize hiragana and katakana to romaji.</p> </div> </div> </div> @@ -220,15 +569,24 @@ This token filter convenient when you want to get reading of token as hiragana.< <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.9.2.1. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.9.2.1.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.9.2.1.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.9.2.1.3. Usage</a></li> -<li><a class="reference internal" href="#simple-usage">7.9.2.1.4. Simple usage</a></li> -<li><a class="reference internal" href="#advanced-usage">7.9.2.1.5. Advanced usage</a></li> -<li><a class="reference internal" href="#parameters">7.9.2.1.6. Parameters</a><ul> -<li><a class="reference internal" href="#required-parameters">7.9.2.1.6.1. Required parameters</a><ul> -<li><a class="reference internal" href="#unify-kana">7.9.2.1.6.1.1. <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code></a></li> +<li><a class="reference internal" href="#">7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.9.2.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.9.2.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.9.2.3. Usage</a></li> +<li><a class="reference internal" href="#simple-usage">7.9.2.4. Simple usage</a></li> +<li><a class="reference internal" href="#advanced-usage">7.9.2.5. Advanced usage</a></li> +<li><a class="reference internal" href="#parameters">7.9.2.6. Parameters</a><ul> +<li><a class="reference internal" href="#optional-parameter">7.9.2.6.1. Optional parameter</a><ul> +<li><a class="reference internal" href="#unify-kana">7.9.2.6.1.1. <code class="docutils literal notranslate"><span class="pre">unify_kana</span></code></a></li> +<li><a class="reference internal" href="#unify-kana-case">7.9.2.6.1.2. <code class="docutils literal notranslate"><span class="pre">unify_kana_case</span></code></a></li> +<li><a class="reference internal" href="#unify-kana-voiced-sound-mark">7.9.2.6.1.3. <code class="docutils literal notranslate"><span class="pre">unify_kana_voiced_sound_mark</span></code></a></li> +<li><a class="reference internal" href="#unify-hyphen">7.9.2.6.1.4. <code class="docutils literal notranslate"><span class="pre">unify_hyphen</span></code></a></li> +<li><a class="reference internal" href="#unify-prolonged-sound-mark">7.9.2.6.1.5. <code class="docutils literal notranslate"><span class="pre">unify_prolonged_sound_mark</span></code></a></li> +<li><a class="reference internal" href="#unify-hyphen-and-prolonged-sound-mark">7.9.2.6.1.6. <code class="docutils literal notranslate"><span class="pre">unify_hyphen_and_prolonged_sound_mark</span></code></a></li> +<li><a class="reference internal" href="#unify-middle-dot">7.9.2.6.1.7. <code class="docutils literal notranslate"><span class="pre">unify_middle_dot</span></code></a></li> +<li><a class="reference internal" href="#unify-katakana-v-sounds">7.9.2.6.1.8. <code class="docutils literal notranslate"><span class="pre">unify_katakana_v_sounds</span></code></a></li> +<li><a class="reference internal" href="#unify-katakana-bu-sound">7.9.2.6.1.9. <code class="docutils literal notranslate"><span class="pre">unify_katakana_bu_sound</span></code></a></li> +<li><a class="reference internal" href="#unify-to-romaji">7.9.2.6.1.10. <code class="docutils literal notranslate"><span class="pre">unify_to_romaji</span></code></a></li> </ul> </li> </ul> @@ -238,11 +596,11 @@ This token filter convenient when you want to get reading of token as hiragana.< </ul> <h4>Previous topic</h4> - <p class="topless"><a href="../token_filters.html" - title="previous chapter">7.9. Token filters</a></p> + <p class="topless"><a href="../token_filter/summary.html" + title="previous chapter">7.9.1. Summary</a></p> <h4>Next topic</h4> <p class="topless"><a href="token_filter_stem.html" - title="next chapter">7.9.2.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></p> + title="next chapter">7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -266,10 +624,10 @@ This token filter convenient when you want to get reading of token as hiragana.< <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_filter_stem.html" title="7.9.2.2. TokenFilterStem" + <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem" >next</a> |</li> <li class="right" > - <a href="../token_filters.html" title="7.9. Token filters" + <a href="../token_filter/summary.html" title="7.9.1. Summary" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/token_filters/token_filter_stem.html (+23 -23) =================================================================== --- docs/reference/token_filters/token_filter_stem.html 2019-01-04 17:39:35 +0900 (53ae97038) +++ docs/reference/token_filters/token_filter_stem.html 2019-01-08 11:05:00 +0900 (fad63f31f) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.9.2.2. TokenFilterStem — Groonga v8.1.0 documentation</title> + <title>7.9.3. TokenFilterStem — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.9.2.3. TokenFilterStopWord" href="token_filter_stop_word.html" /> - <link rel="prev" title="7.9.2.1. TokenFilterNFKC100" href="token_filter_nfkc100.html" /> + <link rel="next" title="7.9.4. TokenFilterStopWord" href="token_filter_stop_word.html" /> + <link rel="prev" title="7.9.2. TokenFilterNFKC100" href="token_filter_nfkc100.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_filter_stop_word.html" title="7.9.2.3. TokenFilterStopWord" + <a href="token_filter_stop_word.html" title="7.9.4. TokenFilterStopWord" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_filter_nfkc100.html" title="7.9.2.1. TokenFilterNFKC100" + <a href="token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,13 +75,13 @@ <div class="body" role="main"> <div class="section" id="tokenfilterstem"> -<h1>7.9.2.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code><a class="headerlink" href="#tokenfilterstem" title="Permalink to this headline">¶</a></h1> +<span id="token-filter-stem"></span><h1>7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code><a class="headerlink" href="#tokenfilterstem" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.9.2.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.9.3.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code> stems tokenized token.</p> </div> <div class="section" id="syntax"> -<h2>7.9.2.2.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.9.3.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> has optional parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenFilterStopStem @@ -90,7 +90,7 @@ TokenFilterStem("algorithm", "steming_algorithm") </div> </div> <div class="section" id="usage"> -<h2>7.9.2.2.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.9.3.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>Here is an example that uses <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code> token filter:</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register token_filters/stem @@ -207,12 +207,12 @@ select Memos --match_columns content --query "maintenir" </div> </div> <div class="section" id="parameters"> -<h2>7.9.2.2.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> +<h2>7.9.3.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> <div class="section" id="optional-parameter"> -<h3>7.9.2.2.4.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> +<h3>7.9.3.4.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> <p>There is a optional parameters <code class="docutils literal notranslate"><span class="pre">algorithm</span></code>.</p> <div class="section" id="algorithm"> -<h4>7.9.2.2.4.1.1. <code class="docutils literal notranslate"><span class="pre">algorithm</span></code><a class="headerlink" href="#algorithm" title="Permalink to this headline">¶</a></h4> +<h4>7.9.3.4.1.1. <code class="docutils literal notranslate"><span class="pre">algorithm</span></code><a class="headerlink" href="#algorithm" title="Permalink to this headline">¶</a></h4> <p>Specify a steming algorithm.</p> <p>Steming algorithm is extract the stem. It is prepared for each language.</p> <p>You can extract the stem of each language by changing steming algorithm. @@ -245,13 +245,13 @@ Finnish <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.9.2.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.9.2.2.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.9.2.2.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.9.2.2.3. Usage</a></li> -<li><a class="reference internal" href="#parameters">7.9.2.2.4. Parameters</a><ul> -<li><a class="reference internal" href="#optional-parameter">7.9.2.2.4.1. Optional parameter</a><ul> -<li><a class="reference internal" href="#algorithm">7.9.2.2.4.1.1. <code class="docutils literal notranslate"><span class="pre">algorithm</span></code></a></li> +<li><a class="reference internal" href="#">7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.9.3.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.9.3.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.9.3.3. Usage</a></li> +<li><a class="reference internal" href="#parameters">7.9.3.4. Parameters</a><ul> +<li><a class="reference internal" href="#optional-parameter">7.9.3.4.1. Optional parameter</a><ul> +<li><a class="reference internal" href="#algorithm">7.9.3.4.1.1. <code class="docutils literal notranslate"><span class="pre">algorithm</span></code></a></li> </ul> </li> </ul> @@ -262,10 +262,10 @@ Finnish <h4>Previous topic</h4> <p class="topless"><a href="token_filter_nfkc100.html" - title="previous chapter">7.9.2.1. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></p> + title="previous chapter">7.9.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_filter_stop_word.html" - title="next chapter">7.9.2.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></p> + title="next chapter">7.9.4. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -289,10 +289,10 @@ Finnish <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_filter_stop_word.html" title="7.9.2.3. TokenFilterStopWord" + <a href="token_filter_stop_word.html" title="7.9.4. TokenFilterStopWord" >next</a> |</li> <li class="right" > - <a href="token_filter_nfkc100.html" title="7.9.2.1. TokenFilterNFKC100" + <a href="token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/token_filters/token_filter_stop_word.html (+19 -19) =================================================================== --- docs/reference/token_filters/token_filter_stop_word.html 2019-01-04 17:39:35 +0900 (3e0a4e1c3) +++ docs/reference/token_filters/token_filter_stop_word.html 2019-01-08 11:05:00 +0900 (852b999ae) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.9.2.3. TokenFilterStopWord — Groonga v8.1.0 documentation</title> + <title>7.9.4. TokenFilterStopWord — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -16,7 +16,7 @@ <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> <link rel="next" title="7.10. Query expanders" href="../query_expanders.html" /> - <link rel="prev" title="7.9.2.2. TokenFilterStem" href="token_filter_stem.html" /> + <link rel="prev" title="7.9.3. TokenFilterStem" href="token_filter_stem.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -61,7 +61,7 @@ <a href="../query_expanders.html" title="7.10. Query expanders" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_filter_stem.html" title="7.9.2.2. TokenFilterStem" + <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenfilterstopword"> -<h1>7.9.2.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code><a class="headerlink" href="#tokenfilterstopword" title="Permalink to this headline">¶</a></h1> +<span id="token-filter-stop-word"></span><h1>7.9.4. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code><a class="headerlink" href="#tokenfilterstopword" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.9.2.3.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.9.4.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> removes stop words from tokenized token in searching the documents.</p> <p><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> can specify stop word after adding the @@ -86,7 +86,7 @@ documents because it removes token in searching the documents.</p> when you don’t specify <code class="docutils literal notranslate"><span class="pre">column</span></code> option.</p> </div> <div class="section" id="syntax"> -<h2>7.9.2.3.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.9.4.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> has optional parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenFilterStopWord @@ -95,7 +95,7 @@ TokenFilterStopWord("column", "ignore") </div> </div> <div class="section" id="usage"> -<h2>7.9.2.3.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.9.4.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>Here is an example that uses <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> token filter:</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register token_filters/stop_word @@ -221,12 +221,12 @@ select Memos --match_columns content --query "Hello and" </div> </div> <div class="section" id="parameters"> -<h2>7.9.2.3.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> +<h2>7.9.4.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> <div class="section" id="optional-parameter"> -<h3>7.9.2.3.4.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> +<h3>7.9.4.4.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> <p>There is a optional parameters <code class="docutils literal notranslate"><span class="pre">columns</span></code>.</p> <div class="section" id="columns"> -<h4>7.9.2.3.4.1.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code><a class="headerlink" href="#columns" title="Permalink to this headline">¶</a></h4> +<h4>7.9.4.4.1.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code><a class="headerlink" href="#columns" title="Permalink to this headline">¶</a></h4> <p>Specify a column that specified a stop word.</p> </div> </div> @@ -241,13 +241,13 @@ select Memos --match_columns content --query "Hello and" <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.9.2.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.9.2.3.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.9.2.3.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.9.2.3.3. Usage</a></li> -<li><a class="reference internal" href="#parameters">7.9.2.3.4. Parameters</a><ul> -<li><a class="reference internal" href="#optional-parameter">7.9.2.3.4.1. Optional parameter</a><ul> -<li><a class="reference internal" href="#columns">7.9.2.3.4.1.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code></a></li> +<li><a class="reference internal" href="#">7.9.4. <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.9.4.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.9.4.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.9.4.3. Usage</a></li> +<li><a class="reference internal" href="#parameters">7.9.4.4. Parameters</a><ul> +<li><a class="reference internal" href="#optional-parameter">7.9.4.4.1. Optional parameter</a><ul> +<li><a class="reference internal" href="#columns">7.9.4.4.1.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code></a></li> </ul> </li> </ul> @@ -258,7 +258,7 @@ select Memos --match_columns content --query "Hello and" <h4>Previous topic</h4> <p class="topless"><a href="token_filter_stem.html" - title="previous chapter">7.9.2.2. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></p> + title="previous chapter">7.9.3. <code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="../query_expanders.html" title="next chapter">7.10. Query expanders</a></p> @@ -288,7 +288,7 @@ select Memos --match_columns content --query "Hello and" <a href="../query_expanders.html" title="7.10. Query expanders" >next</a> |</li> <li class="right" > - <a href="token_filter_stem.html" title="7.9.2.2. TokenFilterStem" + <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Copied: docs/reference/tokenizer/summary.html (+41 -77) 58% =================================================================== --- docs/reference/tokenizers.html 2019-01-04 17:39:35 +0900 (84fa3d610) +++ docs/reference/tokenizer/summary.html 2019-01-08 11:05:00 +0900 (a1ec34d88) @@ -5,18 +5,18 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8. Tokenizers — Groonga v8.1.0 documentation</title> - <link rel="stylesheet" href="../static/groonga.css" type="text/css" /> - <link rel="stylesheet" href="../static/pygments.css" type="text/css" /> - <script type="text/javascript" src="../static/documentation_options.js"></script> - <script type="text/javascript" src="../static/jquery.js"></script> - <script type="text/javascript" src="../static/underscore.js"></script> - <script type="text/javascript" src="../static/doctools.js"></script> - <link rel="shortcut icon" href="../static/favicon.ico"/> - <link rel="index" title="Index" href="../genindex.html" /> - <link rel="search" title="Search" href="../search.html" /> - <link rel="next" title="7.8.3.1. TokenBigram" href="tokenizers/token_bigram.html" /> - <link rel="prev" title="7.7. Normalizers" href="normalizers.html" /> + <title>7.8.1. Summary — Groonga v8.1.0 documentation</title> + <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> + <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> + <script type="text/javascript" src="../../static/documentation_options.js"></script> + <script type="text/javascript" src="../../static/jquery.js"></script> + <script type="text/javascript" src="../../static/underscore.js"></script> + <script type="text/javascript" src="../../static/doctools.js"></script> + <link rel="shortcut icon" href="../../static/favicon.ico"/> + <link rel="index" title="Index" href="../../genindex.html" /> + <link rel="search" title="Search" href="../../search.html" /> + <link rel="next" title="7.8.2. TokenBigram" href="../tokenizers/token_bigram.html" /> + <link rel="prev" title="7.8. Tokenizers" href="../tokenizers.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -30,7 +30,7 @@ <div class="header"> <h1 class="title"> - <a id="top-link" href="../../"> + <a id="top-link" href="../../../"> <span class="project">groonga</span> <span class="separator">-</span> <span class="description">An open-source fulltext search engine and column store.</span> @@ -45,7 +45,7 @@ <div class="other-language-links"> <ul> - <li><a href="../../ja/docs/reference/tokenizers.html">日本語</a></li> + <li><a href="../../../ja/docs/reference/tokenizer/summary.html">日本語</a></li> </ul> </div> </div> @@ -55,16 +55,17 @@ <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> - <a href="../genindex.html" title="General Index" + <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="tokenizers/token_bigram.html" title="7.8.3.1. TokenBigram" + <a href="../tokenizers/token_bigram.html" title="7.8.2. TokenBigram" accesskey="N">next</a> |</li> <li class="right" > - <a href="normalizers.html" title="7.7. Normalizers" + <a href="../tokenizers.html" title="7.8. Tokenizers" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="../index.html">Groonga v8.1.0 documentation</a> »</li> - <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> »</li> + <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> + <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> + <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U">7.8. Tokenizers</a> »</li> </ul> </div> @@ -73,23 +74,21 @@ <div class="bodywrapper"> <div class="body" role="main"> - <div class="section" id="tokenizers"> -<h1>7.8. Tokenizers<a class="headerlink" href="#tokenizers" title="Permalink to this headline">¶</a></h1> -<div class="section" id="summary"> -<h2>7.8.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> + <div class="section" id="summary"> +<h1>7.8.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h1> <p>Groonga has tokenizer module that tokenizes text. It is used when the following cases:</p> <blockquote> <div><ul> <li><p class="first">Indexing text</p> <div class="figure align-center" id="id1"> -<a class="reference internal image-reference" href="../images/used-when-indexing.png"><img alt="../_images/used-when-indexing.png" src="../images/used-when-indexing.png" style="width: 80%;" /></a> +<a class="reference internal image-reference" href="../../images/used-when-indexing.png"><img alt="../../_images/used-when-indexing.png" src="../../images/used-when-indexing.png" style="width: 80%;" /></a> <p class="caption"><span class="caption-text">Tokenizer is used when indexing text.</span></p> </div> </li> <li><p class="first">Searching by query</p> <div class="figure align-center" id="id2"> -<a class="reference internal image-reference" href="../images/used-when-searching.png"><img alt="../_images/used-when-searching.png" src="../images/used-when-searching.png" style="width: 80%;" /></a> +<a class="reference internal image-reference" href="../../images/used-when-searching.png"><img alt="../../_images/used-when-searching.png" src="../../images/used-when-searching.png" style="width: 80%;" /></a> <p class="caption"><span class="caption-text">Tokenizer is used when searching by query.</span></p> </div> </li> @@ -98,13 +97,13 @@ the following cases:</p> <p>Tokenizer is an important module for full-text search. You can change trade-off between <a class="reference external" href="http://en.wikipedia.org/wiki/Precision_and_recall">precision and recall</a> by changing tokenizer.</p> -<p>Normally, <a class="reference internal" href="tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> is a suitable tokenizer. If you don’t +<p>Normally, <a class="reference internal" href="../tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> is a suitable tokenizer. If you don’t know much about tokenizer, it’s recommended that you choose -<a class="reference internal" href="tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>.</p> -<p>You can try a tokenizer by <a class="reference internal" href="commands/tokenize.html"><span class="doc">tokenize</span></a> and -<a class="reference internal" href="commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>. Here is an example to -try <a class="reference internal" href="tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> tokenizer by -<a class="reference internal" href="commands/tokenize.html"><span class="doc">tokenize</span></a>:</p> +<a class="reference internal" href="../tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>.</p> +<p>You can try a tokenizer by <a class="reference internal" href="../commands/tokenize.html"><span class="doc">tokenize</span></a> and +<a class="reference internal" href="../commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>. Here is an example to +try <a class="reference internal" href="../tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> tokenizer by +<a class="reference internal" href="../commands/tokenize.html"><span class="doc">tokenize</span></a>:</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigram "Hello World" # [ @@ -173,9 +172,6 @@ try <a class="reference internal" href="tokenizers/token_bigram.html#token-bigra # ] </pre></div> </div> -</div> -<div class="section" id="what-is-tokenize"> -<h2>7.8.2. What is “tokenize”?<a class="headerlink" href="#what-is-tokenize" title="Permalink to this headline">¶</a></h2> <p>“tokenize” is the process that extracts zero or more tokens from a text. There are some “tokenize” methods.</p> <p>For example, <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> is tokenized to the following tokens by @@ -225,29 +221,6 @@ with white-space-separate tokenize method. It means that precision is increased for people who wants to search “logical and”. But recall is decreased because <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> that contains <code class="docutils literal notranslate"><span class="pre">or</span></code> isn’t found.</p> </div> -<div class="section" id="built-in-tokenizsers"> -<h2>7.8.3. Built-in tokenizsers<a class="headerlink" href="#built-in-tokenizsers" title="Permalink to this headline">¶</a></h2> -<p>Here is a list of built-in tokenizers:</p> -<div class="toctree-wrapper compound"> -<ul> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram.html">7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank.html">7.8.3.2. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol.html">7.8.3.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html">7.8.3.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html">7.8.3.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol.html">7.8.3.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol_alpha.html">7.8.3.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol_alpha_digit.html">7.8.3.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_delimit.html">7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_delimit_null.html">7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_mecab.html">7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_regexp.html">7.8.3.12. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_trigram.html">7.8.3.13. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_unigram.html">7.8.3.14. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li> -</ul> -</div> -</div> -</div> </div> @@ -255,26 +228,16 @@ decreased because <code class="docutils literal notranslate"><span class="pre">H </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> - <h3><a href="../index.html">Table Of Contents</a></h3> - <ul> -<li><a class="reference internal" href="#">7.8. Tokenizers</a><ul> -<li><a class="reference internal" href="#summary">7.8.1. Summary</a></li> -<li><a class="reference internal" href="#what-is-tokenize">7.8.2. What is “tokenize”?</a></li> -<li><a class="reference internal" href="#built-in-tokenizsers">7.8.3. Built-in tokenizsers</a></li> -</ul> -</li> -</ul> - <h4>Previous topic</h4> - <p class="topless"><a href="normalizers.html" - title="previous chapter">7.7. Normalizers</a></p> + <p class="topless"><a href="../tokenizers.html" + title="previous chapter">7.8. Tokenizers</a></p> <h4>Next topic</h4> - <p class="topless"><a href="tokenizers/token_bigram.html" - title="next chapter">7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></p> + <p class="topless"><a href="../tokenizers/token_bigram.html" + title="next chapter">7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> - <form class="search" action="../search.html" method="get"> + <form class="search" action="../../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> @@ -291,16 +254,17 @@ decreased because <code class="docutils literal notranslate"><span class="pre">H <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> - <a href="../genindex.html" title="General Index" + <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="tokenizers/token_bigram.html" title="7.8.3.1. TokenBigram" + <a href="../tokenizers/token_bigram.html" title="7.8.2. TokenBigram" >next</a> |</li> <li class="right" > - <a href="normalizers.html" title="7.7. Normalizers" + <a href="../tokenizers.html" title="7.8. Tokenizers" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="../index.html">Groonga v8.1.0 documentation</a> »</li> - <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> »</li> + <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> + <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> + <li class="nav-item nav-item-2"><a href="../tokenizers.html" >7.8. Tokenizers</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> Modified: docs/reference/tokenizers.html (+25 -188) =================================================================== --- docs/reference/tokenizers.html 2019-01-04 17:39:35 +0900 (84fa3d610) +++ docs/reference/tokenizers.html 2019-01-08 11:05:00 +0900 (0e326413d) @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../static/favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> - <link rel="next" title="7.8.3.1. TokenBigram" href="tokenizers/token_bigram.html" /> - <link rel="prev" title="7.7. Normalizers" href="normalizers.html" /> + <link rel="next" title="7.8.1. Summary" href="tokenizer/summary.html" /> + <link rel="prev" title="7.7.2.1. NormalizerNFKC100" href="normalizers/normalizer_nfkc100.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="tokenizers/token_bigram.html" title="7.8.3.1. TokenBigram" + <a href="tokenizer/summary.html" title="7.8.1. Summary" accesskey="N">next</a> |</li> <li class="right" > - <a href="normalizers.html" title="7.7. Normalizers" + <a href="normalizers/normalizer_nfkc100.html" title="7.7.2.1. NormalizerNFKC100" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> »</li> @@ -75,179 +75,26 @@ <div class="section" id="tokenizers"> <h1>7.8. Tokenizers<a class="headerlink" href="#tokenizers" title="Permalink to this headline">¶</a></h1> -<div class="section" id="summary"> -<h2>7.8.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> -<p>Groonga has tokenizer module that tokenizes text. It is used when -the following cases:</p> -<blockquote> -<div><ul> -<li><p class="first">Indexing text</p> -<div class="figure align-center" id="id1"> -<a class="reference internal image-reference" href="../images/used-when-indexing.png"><img alt="../_images/used-when-indexing.png" src="../images/used-when-indexing.png" style="width: 80%;" /></a> -<p class="caption"><span class="caption-text">Tokenizer is used when indexing text.</span></p> -</div> -</li> -<li><p class="first">Searching by query</p> -<div class="figure align-center" id="id2"> -<a class="reference internal image-reference" href="../images/used-when-searching.png"><img alt="../_images/used-when-searching.png" src="../images/used-when-searching.png" style="width: 80%;" /></a> -<p class="caption"><span class="caption-text">Tokenizer is used when searching by query.</span></p> -</div> -</li> -</ul> -</div></blockquote> -<p>Tokenizer is an important module for full-text search. You can change -trade-off between <a class="reference external" href="http://en.wikipedia.org/wiki/Precision_and_recall">precision and recall</a> by changing -tokenizer.</p> -<p>Normally, <a class="reference internal" href="tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> is a suitable tokenizer. If you don’t -know much about tokenizer, it’s recommended that you choose -<a class="reference internal" href="tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>.</p> -<p>You can try a tokenizer by <a class="reference internal" href="commands/tokenize.html"><span class="doc">tokenize</span></a> and -<a class="reference internal" href="commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>. Here is an example to -try <a class="reference internal" href="tokenizers/token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> tokenizer by -<a class="reference internal" href="commands/tokenize.html"><span class="doc">tokenize</span></a>:</p> -<p>Execution example:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigram "Hello World" -# [ -# [ -# 0, -# 1337566253.89858, -# 0.000355720520019531 -# ], -# [ -# { -# "position": 0, -# "force_prefix": false, -# "value": "He" -# }, -# { -# "position": 1, -# "force_prefix": false, -# "value": "el" -# }, -# { -# "position": 2, -# "force_prefix": false, -# "value": "ll" -# }, -# { -# "position": 3, -# "force_prefix": false, -# "value": "lo" -# }, -# { -# "position": 4, -# "force_prefix": false, -# "value": "o " -# }, -# { -# "position": 5, -# "force_prefix": false, -# "value": " W" -# }, -# { -# "position": 6, -# "force_prefix": false, -# "value": "Wo" -# }, -# { -# "position": 7, -# "force_prefix": false, -# "value": "or" -# }, -# { -# "position": 8, -# "force_prefix": false, -# "value": "rl" -# }, -# { -# "position": 9, -# "force_prefix": false, -# "value": "ld" -# }, -# { -# "position": 10, -# "force_prefix": false, -# "value": "d" -# } -# ] -# ] -</pre></div> -</div> -</div> -<div class="section" id="what-is-tokenize"> -<h2>7.8.2. What is “tokenize”?<a class="headerlink" href="#what-is-tokenize" title="Permalink to this headline">¶</a></h2> -<p>“tokenize” is the process that extracts zero or more tokens from a -text. There are some “tokenize” methods.</p> -<p>For example, <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> is tokenized to the following tokens by -bigram tokenize method:</p> -<blockquote> -<div><ul class="simple"> -<li><code class="docutils literal notranslate"><span class="pre">He</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">el</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">ll</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">lo</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">o_</span></code> (<code class="docutils literal notranslate"><span class="pre">_</span></code> means a white-space)</li> -<li><code class="docutils literal notranslate"><span class="pre">_W</span></code> (<code class="docutils literal notranslate"><span class="pre">_</span></code> means a white-space)</li> -<li><code class="docutils literal notranslate"><span class="pre">Wo</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">or</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">rl</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">ld</span></code></li> -</ul> -</div></blockquote> -<p>In the above example, 10 tokens are extracted from one text <code class="docutils literal notranslate"><span class="pre">Hello</span> -<span class="pre">World</span></code>.</p> -<p>For example, <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> is tokenized to the following tokens by -white-space-separate tokenize method:</p> -<blockquote> -<div><ul class="simple"> -<li><code class="docutils literal notranslate"><span class="pre">Hello</span></code></li> -<li><code class="docutils literal notranslate"><span class="pre">World</span></code></li> -</ul> -</div></blockquote> -<p>In the above example, 2 tokens are extracted from one text <code class="docutils literal notranslate"><span class="pre">Hello</span> -<span class="pre">World</span></code>.</p> -<p>Token is used as search key. You can find indexed documents only by -tokens that are extracted by used tokenize method. For example, you -can find <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> by <code class="docutils literal notranslate"><span class="pre">ll</span></code> with bigram tokenize method but you -can’t find <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> by <code class="docutils literal notranslate"><span class="pre">ll</span></code> with white-space-separate tokenize -method. Because white-space-separate tokenize method doesn’t extract -<code class="docutils literal notranslate"><span class="pre">ll</span></code> token. It just extracts <code class="docutils literal notranslate"><span class="pre">Hello</span></code> and <code class="docutils literal notranslate"><span class="pre">World</span></code> tokens.</p> -<p>In general, tokenize method that generates small tokens increases -recall but decreases precision. Tokenize method that generates large -tokens increases precision but decreases recall.</p> -<p>For example, we can find <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> and <code class="docutils literal notranslate"><span class="pre">A</span> <span class="pre">or</span> <span class="pre">B</span></code> by <code class="docutils literal notranslate"><span class="pre">or</span></code> with -bigram tokenize method. <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> is a noise for people who -wants to search “logical and”. It means that precision is -decreased. But recall is increased.</p> -<p>We can find only <code class="docutils literal notranslate"><span class="pre">A</span> <span class="pre">or</span> <span class="pre">B</span></code> by <code class="docutils literal notranslate"><span class="pre">or</span></code> with white-space-separate -tokenize method. Because <code class="docutils literal notranslate"><span class="pre">World</span></code> is tokenized to one token <code class="docutils literal notranslate"><span class="pre">World</span></code> -with white-space-separate tokenize method. It means that precision is -increased for people who wants to search “logical and”. But recall is -decreased because <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> that contains <code class="docutils literal notranslate"><span class="pre">or</span></code> isn’t found.</p> -</div> -<div class="section" id="built-in-tokenizsers"> -<h2>7.8.3. Built-in tokenizsers<a class="headerlink" href="#built-in-tokenizsers" title="Permalink to this headline">¶</a></h2> -<p>Here is a list of built-in tokenizers:</p> <div class="toctree-wrapper compound"> <ul> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram.html">7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank.html">7.8.3.2. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol.html">7.8.3.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html">7.8.3.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html">7.8.3.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol.html">7.8.3.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol_alpha.html">7.8.3.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol_alpha_digit.html">7.8.3.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_delimit.html">7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_delimit_null.html">7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_mecab.html">7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_regexp.html">7.8.3.12. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_trigram.html">7.8.3.13. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li> -<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_unigram.html">7.8.3.14. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizer/summary.html">7.8.1. Summary</a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram.html">7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank.html">7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol.html">7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html">7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html">7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol.html">7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol_alpha.html">7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_bigram_split_symbol_alpha_digit.html">7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_delimit.html">7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_delimit_null.html">7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_mecab.html">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_regexp.html">7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_trigram.html">7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li> +<li class="toctree-l1"><a class="reference internal" href="tokenizers/token_unigram.html">7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li> </ul> </div> </div> -</div> </div> @@ -255,22 +102,12 @@ decreased because <code class="docutils literal notranslate"><span class="pre">H </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> - <h3><a href="../index.html">Table Of Contents</a></h3> - <ul> -<li><a class="reference internal" href="#">7.8. Tokenizers</a><ul> -<li><a class="reference internal" href="#summary">7.8.1. Summary</a></li> -<li><a class="reference internal" href="#what-is-tokenize">7.8.2. What is “tokenize”?</a></li> -<li><a class="reference internal" href="#built-in-tokenizsers">7.8.3. Built-in tokenizsers</a></li> -</ul> -</li> -</ul> - <h4>Previous topic</h4> - <p class="topless"><a href="normalizers.html" - title="previous chapter">7.7. Normalizers</a></p> + <p class="topless"><a href="normalizers/normalizer_nfkc100.html" + title="previous chapter">7.7.2.1. <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></p> <h4>Next topic</h4> - <p class="topless"><a href="tokenizers/token_bigram.html" - title="next chapter">7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></p> + <p class="topless"><a href="tokenizer/summary.html" + title="next chapter">7.8.1. Summary</a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -294,10 +131,10 @@ decreased because <code class="docutils literal notranslate"><span class="pre">H <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="tokenizers/token_bigram.html" title="7.8.3.1. TokenBigram" + <a href="tokenizer/summary.html" title="7.8.1. Summary" >next</a> |</li> <li class="right" > - <a href="normalizers.html" title="7.7. Normalizers" + <a href="normalizers/normalizer_nfkc100.html" title="7.7.2.1. NormalizerNFKC100" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram.html (+86 -18) =================================================================== --- docs/reference/tokenizers/token_bigram.html 2019-01-04 17:39:35 +0900 (aa69ede6e) +++ docs/reference/tokenizers/token_bigram.html 2019-01-08 11:05:00 +0900 (b007ef443) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.1. TokenBigram — Groonga v8.1.0 documentation</title> + <title>7.8.2. TokenBigram — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.2. TokenBigramIgnoreBlank" href="token_bigram_ignore_blank.html" /> - <link rel="prev" title="7.8. Tokenizers" href="../tokenizers.html" /> + <link rel="next" title="7.8.3. TokenBigramIgnoreBlank" href="token_bigram_ignore_blank.html" /> + <link rel="prev" title="7.8.1. Summary" href="../tokenizer/summary.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank.html" title="7.8.3.2. TokenBigramIgnoreBlank" + <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank" accesskey="N">next</a> |</li> <li class="right" > - <a href="../tokenizers.html" title="7.8. Tokenizers" + <a href="../tokenizer/summary.html" title="7.8.1. Summary" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenbigram"> -<span id="token-bigram"></span><h1>7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code><a class="headerlink" href="#tokenbigram" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram"></span><h1>7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code><a class="headerlink" href="#tokenbigram" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.1.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> is a bigram based tokenizer. It’s recommended to use this tokenizer for most cases.</p> <p>Bigram tokenize method tokenizes a text to two adjacent characters @@ -104,18 +104,86 @@ non-ASCII languages. <code class="docutils literal notranslate"><span class="pre described in the below.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.1.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.2.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigram </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.1.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.2.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> behavior is different when it’s worked with any <a class="reference internal" href="../normalizers.html"><span class="doc">Normalizers</span></a>.</p> <p>If no normalizer is used, <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> uses pure bigram (all tokens except the last token have two characters) tokenize method:</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigram "Hello World" +# [ +# [ +# 0, +# 1337566253.89858, +# 0.000355720520019531 +# ], +# [ +# { +# "position": 0, +# "force_prefix": false, +# "value": "He" +# }, +# { +# "position": 1, +# "force_prefix": false, +# "value": "el" +# }, +# { +# "position": 2, +# "force_prefix": false, +# "value": "ll" +# }, +# { +# "position": 3, +# "force_prefix": false, +# "value": "lo" +# }, +# { +# "position": 4, +# "force_prefix": false, +# "value": "o " +# }, +# { +# "position": 5, +# "force_prefix": false, +# "value": " W" +# }, +# { +# "position": 6, +# "force_prefix": false, +# "value": "Wo" +# }, +# { +# "position": 7, +# "force_prefix": false, +# "value": "or" +# }, +# { +# "position": 8, +# "force_prefix": false, +# "value": "rl" +# }, +# { +# "position": 9, +# "force_prefix": false, +# "value": "ld" +# }, +# { +# "position": 10, +# "force_prefix": false, +# "value": "d" +# } +# ] +# ] +</pre></div> +</div> <p>If normalizer is used, <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> uses white-space-separate like tokenize method for ASCII characters. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> uses bigram tokenize method for non-ASCII characters.</p> @@ -261,20 +329,20 @@ for non-ASCII characters.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.1.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.1.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.1.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.2.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.2.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.2.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> - <p class="topless"><a href="../tokenizers.html" - title="previous chapter">7.8. Tokenizers</a></p> + <p class="topless"><a href="../tokenizer/summary.html" + title="previous chapter">7.8.1. Summary</a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_ignore_blank.html" - title="next chapter">7.8.3.2. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></p> + title="next chapter">7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -298,10 +366,10 @@ for non-ASCII characters.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank.html" title="7.8.3.2. TokenBigramIgnoreBlank" + <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank" >next</a> |</li> <li class="right" > - <a href="../tokenizers.html" title="7.8. Tokenizers" + <a href="../tokenizer/summary.html" title="7.8.1. Summary" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_ignore_blank.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_ignore_blank.html 2019-01-04 17:39:35 +0900 (c6073fb56) +++ docs/reference/tokenizers/token_bigram_ignore_blank.html 2019-01-08 11:05:00 +0900 (14371b7fd) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.2. TokenBigramIgnoreBlank — Groonga v8.1.0 documentation</title> + <title>7.8.3. TokenBigramIgnoreBlank — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.3. TokenBigramIgnoreBlankSplitSymbol" href="token_bigram_ignore_blank_split_symbol.html" /> - <link rel="prev" title="7.8.3.1. TokenBigram" href="token_bigram.html" /> + <link rel="next" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol" href="token_bigram_ignore_blank_split_symbol.html" /> + <link rel="prev" title="7.8.2. TokenBigram" href="token_bigram.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.3.3. TokenBigramIgnoreBlankSplitSymbol" + <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram.html" title="7.8.3.1. TokenBigram" + <a href="token_bigram.html" title="7.8.2. TokenBigram" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,22 +75,22 @@ <div class="body" role="main"> <div class="section" id="tokenbigramignoreblank"> -<span id="token-bigram-ignore-blank"></span><h1>7.8.3.2. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code><a class="headerlink" href="#tokenbigramignoreblank" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-ignore-blank"></span><h1>7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code><a class="headerlink" href="#tokenbigramignoreblank" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.3.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The difference between them is blank handling. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code> ignores white-spaces in continuous symbols and non-ASCII characters.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.2.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.3.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramIgnoreBlank </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.2.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.3.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>You can find difference of them by <code class="docutils literal notranslate"><span class="pre">日</span> <span class="pre">本</span> <span class="pre">語</span> <span class="pre">!</span> <span class="pre">!</span> <span class="pre">!</span></code> text because it has symbols and non-ASCII characters.</p> <p>Here is a result by <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> :</p> @@ -182,20 +182,20 @@ has symbols and non-ASCII characters.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.2. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.2.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.2.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.2.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.3.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.3.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.3.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram.html" - title="previous chapter">7.8.3.1. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></p> + title="previous chapter">7.8.2. <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_ignore_blank_split_symbol.html" - title="next chapter">7.8.3.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></p> + title="next chapter">7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -219,10 +219,10 @@ has symbols and non-ASCII characters.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.3.3. TokenBigramIgnoreBlankSplitSymbol" + <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol" >next</a> |</li> <li class="right" > - <a href="token_bigram.html" title="7.8.3.1. TokenBigram" + <a href="token_bigram.html" title="7.8.2. TokenBigram" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html (+103 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html 2019-01-04 17:39:35 +0900 (c8b3610dc) +++ docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html 2019-01-08 11:05:00 +0900 (014930f4b) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.3. TokenBigramIgnoreBlankSplitSymbol — Groonga v8.1.0 documentation</title> + <title>7.8.4. TokenBigramIgnoreBlankSplitSymbol — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha" href="token_bigram_ignore_blank_split_symbol_alpha.html" /> - <link rel="prev" title="7.8.3.2. TokenBigramIgnoreBlank" href="token_bigram_ignore_blank.html" /> + <link rel="next" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha" href="token_bigram_ignore_blank_split_symbol_alpha.html" /> + <link rel="prev" title="7.8.3. TokenBigramIgnoreBlank" href="token_bigram_ignore_blank.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha" + <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank.html" title="7.8.3.2. TokenBigramIgnoreBlank" + <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenbigramignoreblanksplitsymbol"> -<span id="token-bigram-ignore-blank-split-symbol"></span><h1>7.8.3.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code><a class="headerlink" href="#tokenbigramignoreblanksplitsymbol" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-ignore-blank-split-symbol"></span><h1>7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code><a class="headerlink" href="#tokenbigramignoreblanksplitsymbol" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.3.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.4.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The differences between them are the followings:</p> <blockquote> @@ -88,14 +88,14 @@ </div></blockquote> </div> <div class="section" id="syntax"> -<h2>7.8.3.3.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.4.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramIgnoreBlankSplitSymbol </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.3.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.4.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code> ignores white-spaces in continuous symbols and non-ASCII characters.</p> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code> tokenizes symbols by bigram @@ -103,7 +103,93 @@ tokenize method.</p> <p>You can find difference of them by <code class="docutils literal notranslate"><span class="pre">日</span> <span class="pre">本</span> <span class="pre">語</span> <span class="pre">!</span> <span class="pre">!</span> <span class="pre">!</span></code> text because it has symbols and non-ASCII characters.</p> <p>Here is a result by <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a> :</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigram "日 本 語 ! ! !" NormalizerAuto +# [ +# [ +# 0, +# 1337566253.89858, +# 0.000355720520019531 +# ], +# [ +# { +# "position": 0, +# "force_prefix": false, +# "value": "日" +# }, +# { +# "position": 1, +# "force_prefix": false, +# "value": "本" +# }, +# { +# "position": 2, +# "force_prefix": false, +# "value": "語" +# }, +# { +# "position": 3, +# "force_prefix": false, +# "value": "!" +# }, +# { +# "position": 4, +# "force_prefix": false, +# "value": "!" +# }, +# { +# "position": 5, +# "force_prefix": false, +# "value": "!" +# } +# ] +# ] +</pre></div> +</div> <p>Here is a result by <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code>:</p> +<p>Execution example:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigramIgnoreBlankSplitSymbol "日 本 語 ! ! !" NormalizerAuto +# [ +# [ +# 0, +# 1337566253.89858, +# 0.000355720520019531 +# ], +# [ +# { +# "position": 0, +# "force_prefix": false, +# "value": "日本" +# }, +# { +# "position": 1, +# "force_prefix": false, +# "value": "本語" +# }, +# { +# "position": 2, +# "force_prefix": false, +# "value": "語!" +# }, +# { +# "position": 3, +# "force_prefix": false, +# "value": "!!" +# }, +# { +# "position": 4, +# "force_prefix": false, +# "value": "!!" +# }, +# { +# "position": 5, +# "force_prefix": false, +# "value": "!" +# } +# ] +# ] +</pre></div> +</div> </div> </div> @@ -115,20 +201,20 @@ has symbols and non-ASCII characters.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.3.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.3.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.3.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.4.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.4.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.4.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_ignore_blank.html" - title="previous chapter">7.8.3.2. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></p> + title="previous chapter">7.8.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_ignore_blank_split_symbol_alpha.html" - title="next chapter">7.8.3.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></p> + title="next chapter">7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -152,10 +238,10 @@ has symbols and non-ASCII characters.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha" + <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha" >next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank.html" title="7.8.3.2. TokenBigramIgnoreBlank" + <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html 2019-01-04 17:39:35 +0900 (6846e7456) +++ docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html 2019-01-08 11:05:00 +0900 (a8d8dfc02) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha — Groonga v8.1.0 documentation</title> + <title>7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" /> - <link rel="prev" title="7.8.3.3. TokenBigramIgnoreBlankSplitSymbol" href="token_bigram_ignore_blank_split_symbol.html" /> + <link rel="next" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" /> + <link rel="prev" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol" href="token_bigram_ignore_blank_split_symbol.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" + <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.3.3. TokenBigramIgnoreBlankSplitSymbol" + <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenbigramignoreblanksplitsymbolalpha"> -<span id="token-bigram-ignore-blank-split-symbol-alpha"></span><h1>7.8.3.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code><a class="headerlink" href="#tokenbigramignoreblanksplitsymbolalpha" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-ignore-blank-split-symbol-alpha"></span><h1>7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code><a class="headerlink" href="#tokenbigramignoreblanksplitsymbolalpha" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.4.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.5.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The differences between them are the followings:</p> <blockquote> @@ -88,14 +88,14 @@ </div></blockquote> </div> <div class="section" id="syntax"> -<h2>7.8.3.4.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.5.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramIgnoreBlankSplitSymbolAlpha </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.4.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.5.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code> ignores white-spaces in continuous symbols and non-ASCII characters.</p> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code> tokenizes symbols and @@ -231,20 +231,20 @@ has symbols and non-ASCII characters with white spaces and alphabets.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.4.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.4.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.4.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.5.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.5.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.5.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_ignore_blank_split_symbol.html" - title="previous chapter">7.8.3.3. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></p> + title="previous chapter">7.8.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" - title="next chapter">7.8.3.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></p> + title="next chapter">7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -268,10 +268,10 @@ has symbols and non-ASCII characters with white spaces and alphabets.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" + <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" >next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.3.3. TokenBigramIgnoreBlankSplitSymbol" + <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html 2019-01-04 17:39:35 +0900 (4d7ab5c30) +++ docs/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html 2019-01-08 11:05:00 +0900 (420bd5b44) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit — Groonga v8.1.0 documentation</title> + <title>7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.6. TokenBigramSplitSymbol" href="token_bigram_split_symbol.html" /> - <link rel="prev" title="7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha" href="token_bigram_ignore_blank_split_symbol_alpha.html" /> + <link rel="next" title="7.8.7. TokenBigramSplitSymbol" href="token_bigram_split_symbol.html" /> + <link rel="prev" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha" href="token_bigram_ignore_blank_split_symbol_alpha.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_split_symbol.html" title="7.8.3.6. TokenBigramSplitSymbol" + <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha" + <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenbigramignoreblanksplitsymbolalphadigit"> -<span id="token-bigram-ignore-blank-split-symbol-alpha-digit"></span><h1>7.8.3.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code><a class="headerlink" href="#tokenbigramignoreblanksplitsymbolalphadigit" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-ignore-blank-split-symbol-alpha-digit"></span><h1>7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code><a class="headerlink" href="#tokenbigramignoreblanksplitsymbolalphadigit" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.5.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.6.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The differences between them are the followings:</p> <blockquote> @@ -88,14 +88,14 @@ </div></blockquote> </div> <div class="section" id="syntax"> -<h2>7.8.3.5.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.6.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramIgnoreBlankSplitSymbolAlphaDigit </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.5.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.6.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code> ignores white-spaces in continuous symbols and non-ASCII characters.</p> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code> tokenizes symbols, @@ -253,20 +253,20 @@ alphabets and digits.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.5.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.5.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.5.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.6.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.6.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.6.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_ignore_blank_split_symbol_alpha.html" - title="previous chapter">7.8.3.4. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></p> + title="previous chapter">7.8.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_split_symbol.html" - title="next chapter">7.8.3.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></p> + title="next chapter">7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -290,10 +290,10 @@ alphabets and digits.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_split_symbol.html" title="7.8.3.6. TokenBigramSplitSymbol" + <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol" >next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.3.4. TokenBigramIgnoreBlankSplitSymbolAlpha" + <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_split_symbol.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_split_symbol.html 2019-01-04 17:39:35 +0900 (535b94ad0) +++ docs/reference/tokenizers/token_bigram_split_symbol.html 2019-01-08 11:05:00 +0900 (29330729c) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.6. TokenBigramSplitSymbol — Groonga v8.1.0 documentation</title> + <title>7.8.7. TokenBigramSplitSymbol — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.7. TokenBigramSplitSymbolAlpha" href="token_bigram_split_symbol_alpha.html" /> - <link rel="prev" title="7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" /> + <link rel="next" title="7.8.8. TokenBigramSplitSymbolAlpha" href="token_bigram_split_symbol_alpha.html" /> + <link rel="prev" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_split_symbol_alpha.html" title="7.8.3.7. TokenBigramSplitSymbolAlpha" + <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" + <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,21 +75,21 @@ <div class="body" role="main"> <div class="section" id="tokenbigramsplitsymbol"> -<span id="token-bigram-split-symbol"></span><h1>7.8.3.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code><a class="headerlink" href="#tokenbigramsplitsymbol" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-split-symbol"></span><h1>7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code><a class="headerlink" href="#tokenbigramsplitsymbol" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.6.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.7.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The difference between them is symbol handling.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.6.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.7.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramSplitSymbol </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.6.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.7.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code> tokenizes symbols by bigram tokenize method:</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigramSplitSymbol "100cents!!!" NormalizerAuto @@ -140,20 +140,20 @@ difference between them is symbol handling.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.6.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.6.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.6.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.7.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.7.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.7.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" - title="previous chapter">7.8.3.5. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></p> + title="previous chapter">7.8.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_split_symbol_alpha.html" - title="next chapter">7.8.3.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></p> + title="next chapter">7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -177,10 +177,10 @@ difference between them is symbol handling.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_split_symbol_alpha.html" title="7.8.3.7. TokenBigramSplitSymbolAlpha" + <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha" >next</a> |</li> <li class="right" > - <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.3.5. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" + <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_split_symbol_alpha.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_split_symbol_alpha.html 2019-01-04 17:39:35 +0900 (81cf31c90) +++ docs/reference/tokenizers/token_bigram_split_symbol_alpha.html 2019-01-08 11:05:00 +0900 (1eced2a1b) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.7. TokenBigramSplitSymbolAlpha — Groonga v8.1.0 documentation</title> + <title>7.8.8. TokenBigramSplitSymbolAlpha — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.8. TokenBigramSplitSymbolAlphaDigit" href="token_bigram_split_symbol_alpha_digit.html" /> - <link rel="prev" title="7.8.3.6. TokenBigramSplitSymbol" href="token_bigram_split_symbol.html" /> + <link rel="next" title="7.8.9. TokenBigramSplitSymbolAlphaDigit" href="token_bigram_split_symbol_alpha_digit.html" /> + <link rel="prev" title="7.8.7. TokenBigramSplitSymbol" href="token_bigram_split_symbol.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.3.8. TokenBigramSplitSymbolAlphaDigit" + <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_split_symbol.html" title="7.8.3.6. TokenBigramSplitSymbol" + <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,21 +75,21 @@ <div class="body" role="main"> <div class="section" id="tokenbigramsplitsymbolalpha"> -<span id="token-bigram-split-symbol-alpha"></span><h1>7.8.3.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code><a class="headerlink" href="#tokenbigramsplitsymbolalpha" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-split-symbol-alpha"></span><h1>7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code><a class="headerlink" href="#tokenbigramsplitsymbolalpha" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.7.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.8.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The difference between them is symbol and alphabet handling.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.7.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.8.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramSplitSymbolAlpha </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.7.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.8.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code> tokenizes symbols and alphabets by bigram tokenize method:</p> <p>Execution example:</p> @@ -161,20 +161,20 @@ alphabets by bigram tokenize method:</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.7.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.7.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.7.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.8.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.8.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.8.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_split_symbol.html" - title="previous chapter">7.8.3.6. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></p> + title="previous chapter">7.8.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_bigram_split_symbol_alpha_digit.html" - title="next chapter">7.8.3.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></p> + title="next chapter">7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -198,10 +198,10 @@ alphabets by bigram tokenize method:</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.3.8. TokenBigramSplitSymbolAlphaDigit" + <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit" >next</a> |</li> <li class="right" > - <a href="token_bigram_split_symbol.html" title="7.8.3.6. TokenBigramSplitSymbol" + <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html 2019-01-04 17:39:35 +0900 (9f920f3c7) +++ docs/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html 2019-01-08 11:05:00 +0900 (1db67f9b4) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.8. TokenBigramSplitSymbolAlphaDigit — Groonga v8.1.0 documentation</title> + <title>7.8.9. TokenBigramSplitSymbolAlphaDigit — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.9. TokenDelimit" href="token_delimit.html" /> - <link rel="prev" title="7.8.3.7. TokenBigramSplitSymbolAlpha" href="token_bigram_split_symbol_alpha.html" /> + <link rel="next" title="7.8.10. TokenDelimit" href="token_delimit.html" /> + <link rel="prev" title="7.8.8. TokenBigramSplitSymbolAlpha" href="token_bigram_split_symbol_alpha.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_delimit.html" title="7.8.3.9. TokenDelimit" + <a href="token_delimit.html" title="7.8.10. TokenDelimit" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_split_symbol_alpha.html" title="7.8.3.7. TokenBigramSplitSymbolAlpha" + <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,22 +75,22 @@ <div class="body" role="main"> <div class="section" id="tokenbigramsplitsymbolalphadigit"> -<span id="token-bigram-split-symbol-alpha-digit"></span><h1>7.8.3.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code><a class="headerlink" href="#tokenbigramsplitsymbolalphadigit" title="Permalink to this headline">¶</a></h1> +<span id="token-bigram-split-symbol-alpha-digit"></span><h1>7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code><a class="headerlink" href="#tokenbigramsplitsymbolalphadigit" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.8.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.9.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The difference between them is symbol, alphabet and digit handling.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.8.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.9.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenBigramSplitSymbolAlphaDigit </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.8.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.9.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code> tokenizes symbols, alphabets and digits by bigram tokenize method. It means that all characters are tokenized by bigram tokenize method:</p> @@ -173,20 +173,20 @@ all characters are tokenized by bigram tokenize method:</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.8.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.8.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.8.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.9.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.9.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.9.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_split_symbol_alpha.html" - title="previous chapter">7.8.3.7. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></p> + title="previous chapter">7.8.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_delimit.html" - title="next chapter">7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></p> + title="next chapter">7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -210,10 +210,10 @@ all characters are tokenized by bigram tokenize method:</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_delimit.html" title="7.8.3.9. TokenDelimit" + <a href="token_delimit.html" title="7.8.10. TokenDelimit" >next</a> |</li> <li class="right" > - <a href="token_bigram_split_symbol_alpha.html" title="7.8.3.7. TokenBigramSplitSymbolAlpha" + <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_delimit.html (+31 -31) =================================================================== --- docs/reference/tokenizers/token_delimit.html 2019-01-04 17:39:35 +0900 (5d81fbe17) +++ docs/reference/tokenizers/token_delimit.html 2019-01-08 11:05:00 +0900 (e68935121) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.9. TokenDelimit — Groonga v8.1.0 documentation</title> + <title>7.8.10. TokenDelimit — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.10. TokenDelimitNull" href="token_delimit_null.html" /> - <link rel="prev" title="7.8.3.8. TokenBigramSplitSymbolAlphaDigit" href="token_bigram_split_symbol_alpha_digit.html" /> + <link rel="next" title="7.8.11. TokenDelimitNull" href="token_delimit_null.html" /> + <link rel="prev" title="7.8.9. TokenBigramSplitSymbolAlphaDigit" href="token_bigram_split_symbol_alpha_digit.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_delimit_null.html" title="7.8.3.10. TokenDelimitNull" + <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.3.8. TokenBigramSplitSymbolAlphaDigit" + <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokendelimit"> -<span id="token-delimit"></span><h1>7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code><a class="headerlink" href="#tokendelimit" title="Permalink to this headline">¶</a></h1> +<span id="token-delimit"></span><h1>7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code><a class="headerlink" href="#tokendelimit" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.9.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code> extracts token by splitting one or more space characters (<code class="docutils literal notranslate"><span class="pre">U+0020</span></code>). For example, <code class="docutils literal notranslate"><span class="pre">Hello</span> <span class="pre">World</span></code> is tokenized to <code class="docutils literal notranslate"><span class="pre">Hello</span></code> and <code class="docutils literal notranslate"><span class="pre">World</span></code>.</p> @@ -86,7 +86,7 @@ and <code class="docutils literal notranslate"><span class="pre">full-text-searc <span class="pre">full-text-search</span> <span class="pre">http</span></code>.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.9.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code> has optional parameter:</p> <p>No options(Extracts token by splitting one or more space characters (<code class="docutils literal notranslate"><span class="pre">U+0020</span></code>)):</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenDelimit @@ -103,10 +103,10 @@ and <code class="docutils literal notranslate"><span class="pre">full-text-searc <p>The <code class="docutils literal notranslate"><span class="pre">delimiter</span></code> option and a <code class="docutils literal notranslate"><span class="pre">pattern</span></code> option are not use at the same time.</p> </div> <div class="section" id="usage"> -<h2>7.8.3.9.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="simple-usage"> -<h2>7.8.3.9.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> <p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code>:</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenDelimit "Groonga full-text-search HTTP" NormalizerAuto @@ -200,7 +200,7 @@ needless spaces are included at the beginning of “This is an apple.”.</p> </div> </div> <div class="section" id="advanced-usage"> -<h2>7.8.3.9.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">delimiter</span></code> option can also specify multiple delimiters.</p> <p>For example, <code class="docutils literal notranslate"><span class="pre">Hello,</span> <span class="pre">World</span></code> is tokenized to <code class="docutils literal notranslate"><span class="pre">Hello</span></code> and <code class="docutils literal notranslate"><span class="pre">World</span></code>. <code class="docutils literal notranslate"><span class="pre">,</span></code> and `` `` are delimiters in below example.</p> @@ -276,23 +276,23 @@ Because there is <code class="docutils literal notranslate"><span class="pre"> <p>In conclusion, <code class="docutils literal notranslate"><span class="pre">([。!?]+(?![)」])|[\\r\\n]+)\\s*</span></code> uses <code class="docutils literal notranslate"><span class="pre">。</span></code> and <code class="docutils literal notranslate"><span class="pre">!</span></code> and <code class="docutils literal notranslate"><span class="pre">?</span></code>, newline character as delimiter. However, <code class="docutils literal notranslate"><span class="pre">。</span></code> and <code class="docutils literal notranslate"><span class="pre">!</span></code>, <code class="docutils literal notranslate"><span class="pre">?</span></code> are not delimiters if there is <code class="docutils literal notranslate"><span class="pre">)</span></code> or <code class="docutils literal notranslate"><span class="pre">」</span></code> after <code class="docutils literal notranslate"><span class="pre">。</span></code> or <code class="docutils literal notranslate"><span class="pre">!</span></code>, <code class="docutils literal notranslate"><span class="pre">?</span></code>.</p> </div> <div class="section" id="parameters"> -<h2>7.8.3.9.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> <div class="section" id="optional-parameter"> -<h3>7.8.3.9.6.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> +<h3>7.8.10.6.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> <p>There are two optional parameters <code class="docutils literal notranslate"><span class="pre">delimiter</span></code> and <code class="docutils literal notranslate"><span class="pre">pattern</span></code>.</p> <div class="section" id="delimiter"> -<h4>7.8.3.9.6.1.1. <code class="docutils literal notranslate"><span class="pre">delimiter</span></code><a class="headerlink" href="#delimiter" title="Permalink to this headline">¶</a></h4> +<h4>7.8.10.6.1.1. <code class="docutils literal notranslate"><span class="pre">delimiter</span></code><a class="headerlink" href="#delimiter" title="Permalink to this headline">¶</a></h4> <p>Split token with a specified one or more characters.</p> <p>You can use one or more characters for a delimiter.</p> </div> <div class="section" id="pattern"> -<h4>7.8.3.9.6.1.2. <code class="docutils literal notranslate"><span class="pre">pattern</span></code><a class="headerlink" href="#pattern" title="Permalink to this headline">¶</a></h4> +<h4>7.8.10.6.1.2. <code class="docutils literal notranslate"><span class="pre">pattern</span></code><a class="headerlink" href="#pattern" title="Permalink to this headline">¶</a></h4> <p>Split token with a regular expression.</p> </div> </div> </div> <div class="section" id="see-also"> -<h2>7.8.3.9.7. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> +<h2>7.8.10.7. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><a class="reference internal" href="../commands/tokenize.html"><span class="doc">tokenize</span></a></li> </ul> @@ -307,31 +307,31 @@ Because there is <code class="docutils literal notranslate"><span class="pre"> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.9.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.9.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.9.3. Usage</a></li> -<li><a class="reference internal" href="#simple-usage">7.8.3.9.4. Simple usage</a></li> -<li><a class="reference internal" href="#advanced-usage">7.8.3.9.5. Advanced usage</a></li> -<li><a class="reference internal" href="#parameters">7.8.3.9.6. Parameters</a><ul> -<li><a class="reference internal" href="#optional-parameter">7.8.3.9.6.1. Optional parameter</a><ul> -<li><a class="reference internal" href="#delimiter">7.8.3.9.6.1.1. <code class="docutils literal notranslate"><span class="pre">delimiter</span></code></a></li> -<li><a class="reference internal" href="#pattern">7.8.3.9.6.1.2. <code class="docutils literal notranslate"><span class="pre">pattern</span></code></a></li> +<li><a class="reference internal" href="#">7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.10.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.10.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.10.3. Usage</a></li> +<li><a class="reference internal" href="#simple-usage">7.8.10.4. Simple usage</a></li> +<li><a class="reference internal" href="#advanced-usage">7.8.10.5. Advanced usage</a></li> +<li><a class="reference internal" href="#parameters">7.8.10.6. Parameters</a><ul> +<li><a class="reference internal" href="#optional-parameter">7.8.10.6.1. Optional parameter</a><ul> +<li><a class="reference internal" href="#delimiter">7.8.10.6.1.1. <code class="docutils literal notranslate"><span class="pre">delimiter</span></code></a></li> +<li><a class="reference internal" href="#pattern">7.8.10.6.1.2. <code class="docutils literal notranslate"><span class="pre">pattern</span></code></a></li> </ul> </li> </ul> </li> -<li><a class="reference internal" href="#see-also">7.8.3.9.7. See also</a></li> +<li><a class="reference internal" href="#see-also">7.8.10.7. See also</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_bigram_split_symbol_alpha_digit.html" - title="previous chapter">7.8.3.8. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></p> + title="previous chapter">7.8.9. <code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_delimit_null.html" - title="next chapter">7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></p> + title="next chapter">7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -355,10 +355,10 @@ Because there is <code class="docutils literal notranslate"><span class="pre"> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_delimit_null.html" title="7.8.3.10. TokenDelimitNull" + <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull" >next</a> |</li> <li class="right" > - <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.3.8. TokenBigramSplitSymbolAlphaDigit" + <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_delimit_null.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_delimit_null.html 2019-01-04 17:39:35 +0900 (2b95a526a) +++ docs/reference/tokenizers/token_delimit_null.html 2019-01-08 11:05:00 +0900 (c47c9435a) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.10. TokenDelimitNull — Groonga v8.1.0 documentation</title> + <title>7.8.11. TokenDelimitNull — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.11. TokenMecab" href="token_mecab.html" /> - <link rel="prev" title="7.8.3.9. TokenDelimit" href="token_delimit.html" /> + <link rel="next" title="7.8.12. TokenMecab" href="token_mecab.html" /> + <link rel="prev" title="7.8.10. TokenDelimit" href="token_delimit.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_mecab.html" title="7.8.3.11. TokenMecab" + <a href="token_mecab.html" title="7.8.12. TokenMecab" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_delimit.html" title="7.8.3.9. TokenDelimit" + <a href="token_delimit.html" title="7.8.10. TokenDelimit" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,23 +75,23 @@ <div class="body" role="main"> <div class="section" id="tokendelimitnull"> -<span id="token-delimit-null"></span><h1>7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code><a class="headerlink" href="#tokendelimitnull" title="Permalink to this headline">¶</a></h1> +<span id="token-delimit-null"></span><h1>7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code><a class="headerlink" href="#tokendelimitnull" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.10.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.11.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> is similar to <a class="reference internal" href="token_delimit.html#token-delimit"><span class="std std-ref">TokenDelimit</span></a>. The difference between them is separator character. <a class="reference internal" href="token_delimit.html#token-delimit"><span class="std std-ref">TokenDelimit</span></a> uses space character (<code class="docutils literal notranslate"><span class="pre">U+0020</span></code>) but <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> uses NUL character (<code class="docutils literal notranslate"><span class="pre">U+0000</span></code>).</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.10.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.11.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenDelimitNull </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.10.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.11.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code> is also suitable for tag text.</p> <p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code>:</p> <p>Execution example:</p> @@ -123,20 +123,20 @@ character (<code class="docutils literal notranslate"><span class="pre">U+0000</ <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.10.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.10.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.10.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.11.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.11.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.11.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_delimit.html" - title="previous chapter">7.8.3.9. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></p> + title="previous chapter">7.8.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_mecab.html" - title="next chapter">7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></p> + title="next chapter">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -160,10 +160,10 @@ character (<code class="docutils literal notranslate"><span class="pre">U+0000</ <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_mecab.html" title="7.8.3.11. TokenMecab" + <a href="token_mecab.html" title="7.8.12. TokenMecab" >next</a> |</li> <li class="right" > - <a href="token_delimit.html" title="7.8.3.9. TokenDelimit" + <a href="token_delimit.html" title="7.8.10. TokenDelimit" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_mecab.html (+58 -42) =================================================================== --- docs/reference/tokenizers/token_mecab.html 2019-01-04 17:39:35 +0900 (b7facac30) +++ docs/reference/tokenizers/token_mecab.html 2019-01-08 11:05:00 +0900 (b091c7e75) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.11. TokenMecab — Groonga v8.1.0 documentation</title> + <title>7.8.12. TokenMecab — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.12. TokenRegexp" href="token_regexp.html" /> - <link rel="prev" title="7.8.3.10. TokenDelimitNull" href="token_delimit_null.html" /> + <link rel="next" title="7.8.13. TokenRegexp" href="token_regexp.html" /> + <link rel="prev" title="7.8.11. TokenDelimitNull" href="token_delimit_null.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_regexp.html" title="7.8.3.12. TokenRegexp" + <a href="token_regexp.html" title="7.8.13. TokenRegexp" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_delimit_null.html" title="7.8.3.10. TokenDelimitNull" + <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenmecab"> -<h1>7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code><a class="headerlink" href="#tokenmecab" title="Permalink to this headline">¶</a></h1> +<h1>7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code><a class="headerlink" href="#tokenmecab" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.11.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> is a tokenizer based on <a class="reference external" href="https://taku910.github.io/mecab/">MeCab</a> part-of-speech and morphological analyzer.</p> <p>MeCab doesn’t depend on Japanese. You can use MeCab for other @@ -96,25 +96,36 @@ require dictionary maintenance because <a class="reference internal" href="token dictionary.) <a class="reference external" href="https://github.com/neologd/mecab-ipadic-neologd">mecab-ipadic-NEologd : Neologism dictionary for MeCab</a> may help you.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.11.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> has optional parameter:</p> +<p>No options:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenMecab +</pre></div> +</div> +<p>Specify option:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenMecab("include_class", true) -TokenMecab("include_class", true) +TokenMecab("target_class", "a_part_of_speech") -TokenMecab("target_class", true) +TokenMecab("include_reading", true) TokenMecab("include_form", true) TokenMecab("use_reading", true) </pre></div> </div> +<p>Specify multiple options:</p> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenMecab("target_class", "名詞", "include_reading", true) +</pre></div> +</div> +<p><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code> also specify multiple options as above. +You can also specify mingle multiple options except above example.</p> </div> <div class="section" id="usage"> -<h2>7.8.3.11.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="simple-usage"> -<h2>7.8.3.11.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.4. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h2> <p>Here is an example of <code class="docutils literal notranslate"><span class="pre">TokenMeCab</span></code>. <code class="docutils literal notranslate"><span class="pre">東京都</span></code> is tokenized to <code class="docutils literal notranslate"><span class="pre">東京</span></code> and <code class="docutils literal notranslate"><span class="pre">都</span></code>. They don’t include <code class="docutils literal notranslate"><span class="pre">京都</span></code>:</p> <p>Execution example:</p> @@ -190,7 +201,7 @@ For example, you can search only a noun as below.</p> # ] </pre></div> </div> -<p><code class="docutils literal notranslate"><span class="pre">include_class</span></code> option outputs class and subclass in Mecab’s metadata as below.</p> +<p><code class="docutils literal notranslate"><span class="pre">include_class</span></code> option outputs class and subclass in MeCab’s metadata as below.</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize 'TokenMecab("include_class", true)' '彼の名前は山田さんのはずです。' # [ @@ -309,7 +320,7 @@ For example, you can search only a noun as below.</p> </pre></div> </div> <p>You can exclude needless token with <code class="docutils literal notranslate"><span class="pre">target_class</span></code> and class and sub class of this option outputs.</p> -<p><code class="docutils literal notranslate"><span class="pre">include_reading</span></code> outputs reading in Mecab’s metadata as below.</p> +<p><code class="docutils literal notranslate"><span class="pre">include_reading</span></code> outputs reading in MeCab’s metadata as below.</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize 'TokenMecab("include_reading", true)' '彼の名前は山田さんのはずです。' # [ @@ -414,7 +425,7 @@ For example, you can search only a noun as below.</p> </pre></div> </div> <p>You can get reading of a token with this option.</p> -<p><code class="docutils literal notranslate"><span class="pre">include_form</span></code> outputs inflected_type, inflected_form and base_form in Mecab’s metadata as below.</p> +<p><code class="docutils literal notranslate"><span class="pre">include_form</span></code> outputs inflected_type, inflected_form and base_form in MeCab’s metadata as below.</p> <p>Execution example:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize 'TokenMecab("include_form", true)' '彼の名前は山田さんのはずです。' # [ @@ -597,7 +608,7 @@ This option is useful for countermeasure of orthographical variants because it s </div> </div> <div class="section" id="advanced-usage"> -<h2>7.8.3.11.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.5. Advanced usage<a class="headerlink" href="#advanced-usage" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">target_class</span></code> option can also specify subclasses and exclude or add specific part-of-speech of specific using + or -. So, you can also search a noun with excluding non-independent word and suffix of @@ -677,30 +688,34 @@ person name as below.</p> </div> </div> <div class="section" id="parameters"> -<h2>7.8.3.11.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.6. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> <div class="section" id="optional-parameter"> -<h3>7.8.3.11.6.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> +<h3>7.8.12.6.1. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3> <p>There are four optional parameters <code class="docutils literal notranslate"><span class="pre">include_class</span></code> , <code class="docutils literal notranslate"><span class="pre">target_class</span></code> , <code class="docutils literal notranslate"><span class="pre">include_form</span></code> and <code class="docutils literal notranslate"><span class="pre">use_reading</span></code> .</p> <div class="section" id="include-class"> -<h4>7.8.3.11.6.1.1. <code class="docutils literal notranslate"><span class="pre">include_class</span></code><a class="headerlink" href="#include-class" title="Permalink to this headline">¶</a></h4> -<p>Outputs class and subclass in Mecab’s metadata.</p> +<h4>7.8.12.6.1.1. <code class="docutils literal notranslate"><span class="pre">include_class</span></code><a class="headerlink" href="#include-class" title="Permalink to this headline">¶</a></h4> +<p>Outputs class and subclass in MeCab’s metadata.</p> </div> <div class="section" id="target-class"> -<h4>7.8.3.11.6.1.2. <code class="docutils literal notranslate"><span class="pre">target_class</span></code><a class="headerlink" href="#target-class" title="Permalink to this headline">¶</a></h4> +<h4>7.8.12.6.1.2. <code class="docutils literal notranslate"><span class="pre">target_class</span></code><a class="headerlink" href="#target-class" title="Permalink to this headline">¶</a></h4> <p>Outputs a token of specifying a part-of-speech.</p> </div> +<div class="section" id="include-reading"> +<h4>7.8.12.6.1.3. <code class="docutils literal notranslate"><span class="pre">include_reading</span></code><a class="headerlink" href="#include-reading" title="Permalink to this headline">¶</a></h4> +<p>Outputs reading in MeCab’s metadata.</p> +</div> <div class="section" id="include-form"> -<h4>7.8.3.11.6.1.3. <code class="docutils literal notranslate"><span class="pre">include_form</span></code><a class="headerlink" href="#include-form" title="Permalink to this headline">¶</a></h4> -<p>Outputs inflected_type, inflected_form and base_form in Mecab’s metadata.</p> +<h4>7.8.12.6.1.4. <code class="docutils literal notranslate"><span class="pre">include_form</span></code><a class="headerlink" href="#include-form" title="Permalink to this headline">¶</a></h4> +<p>Outputs inflected_type, inflected_form and base_form in MeCab’s metadata.</p> </div> <div class="section" id="use-reading"> -<h4>7.8.3.11.6.1.4. <code class="docutils literal notranslate"><span class="pre">use_reading</span></code><a class="headerlink" href="#use-reading" title="Permalink to this headline">¶</a></h4> +<h4>7.8.12.6.1.5. <code class="docutils literal notranslate"><span class="pre">use_reading</span></code><a class="headerlink" href="#use-reading" title="Permalink to this headline">¶</a></h4> <p>Outputs reading of token.</p> </div> </div> </div> <div class="section" id="see-also"> -<h2>7.8.3.11.7. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> +<h2>7.8.12.7. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><a class="reference internal" href="../commands/tokenize.html"><span class="doc">tokenize</span></a></li> </ul> @@ -715,33 +730,34 @@ person name as below.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.11.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.11.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.11.3. Usage</a></li> -<li><a class="reference internal" href="#simple-usage">7.8.3.11.4. Simple usage</a></li> -<li><a class="reference internal" href="#advanced-usage">7.8.3.11.5. Advanced usage</a></li> -<li><a class="reference internal" href="#parameters">7.8.3.11.6. Parameters</a><ul> -<li><a class="reference internal" href="#optional-parameter">7.8.3.11.6.1. Optional parameter</a><ul> -<li><a class="reference internal" href="#include-class">7.8.3.11.6.1.1. <code class="docutils literal notranslate"><span class="pre">include_class</span></code></a></li> -<li><a class="reference internal" href="#target-class">7.8.3.11.6.1.2. <code class="docutils literal notranslate"><span class="pre">target_class</span></code></a></li> -<li><a class="reference internal" href="#include-form">7.8.3.11.6.1.3. <code class="docutils literal notranslate"><span class="pre">include_form</span></code></a></li> -<li><a class="reference internal" href="#use-reading">7.8.3.11.6.1.4. <code class="docutils literal notranslate"><span class="pre">use_reading</span></code></a></li> +<li><a class="reference internal" href="#">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.12.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.12.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.12.3. Usage</a></li> +<li><a class="reference internal" href="#simple-usage">7.8.12.4. Simple usage</a></li> +<li><a class="reference internal" href="#advanced-usage">7.8.12.5. Advanced usage</a></li> +<li><a class="reference internal" href="#parameters">7.8.12.6. Parameters</a><ul> +<li><a class="reference internal" href="#optional-parameter">7.8.12.6.1. Optional parameter</a><ul> +<li><a class="reference internal" href="#include-class">7.8.12.6.1.1. <code class="docutils literal notranslate"><span class="pre">include_class</span></code></a></li> +<li><a class="reference internal" href="#target-class">7.8.12.6.1.2. <code class="docutils literal notranslate"><span class="pre">target_class</span></code></a></li> +<li><a class="reference internal" href="#include-reading">7.8.12.6.1.3. <code class="docutils literal notranslate"><span class="pre">include_reading</span></code></a></li> +<li><a class="reference internal" href="#include-form">7.8.12.6.1.4. <code class="docutils literal notranslate"><span class="pre">include_form</span></code></a></li> +<li><a class="reference internal" href="#use-reading">7.8.12.6.1.5. <code class="docutils literal notranslate"><span class="pre">use_reading</span></code></a></li> </ul> </li> </ul> </li> -<li><a class="reference internal" href="#see-also">7.8.3.11.7. See also</a></li> +<li><a class="reference internal" href="#see-also">7.8.12.7. See also</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_delimit_null.html" - title="previous chapter">7.8.3.10. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></p> + title="previous chapter">7.8.11. <code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_regexp.html" - title="next chapter">7.8.3.12. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></p> + title="next chapter">7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -765,10 +781,10 @@ person name as below.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_regexp.html" title="7.8.3.12. TokenRegexp" + <a href="token_regexp.html" title="7.8.13. TokenRegexp" >next</a> |</li> <li class="right" > - <a href="token_delimit_null.html" title="7.8.3.10. TokenDelimitNull" + <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_regexp.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_regexp.html 2019-01-04 17:39:35 +0900 (80710e616) +++ docs/reference/tokenizers/token_regexp.html 2019-01-08 11:05:00 +0900 (2dc7f4282) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.12. TokenRegexp — Groonga v8.1.0 documentation</title> + <title>7.8.13. TokenRegexp — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.13. TokenTrigram" href="token_trigram.html" /> - <link rel="prev" title="7.8.3.11. TokenMecab" href="token_mecab.html" /> + <link rel="next" title="7.8.14. TokenTrigram" href="token_trigram.html" /> + <link rel="prev" title="7.8.12. TokenMecab" href="token_mecab.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_trigram.html" title="7.8.3.13. TokenTrigram" + <a href="token_trigram.html" title="7.8.14. TokenTrigram" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_mecab.html" title="7.8.3.11. TokenMecab" + <a href="token_mecab.html" title="7.8.12. TokenMecab" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,9 +75,9 @@ <div class="body" role="main"> <div class="section" id="tokenregexp"> -<span id="token-regexp"></span><h1>7.8.3.12. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code><a class="headerlink" href="#tokenregexp" title="Permalink to this headline">¶</a></h1> +<span id="token-regexp"></span><h1>7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code><a class="headerlink" href="#tokenregexp" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.12.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.13.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <div class="versionadded"> <p><span class="versionmodified">New in version 5.0.1.</span></p> </div> @@ -94,14 +94,14 @@ tokenizer with EUC-JP, Shift_JIS and so on.</p> search by index.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.12.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.13.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenRegexp </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.12.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.13.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>In general, regular expression search is evaluated as sequential search. But the following cases can be evaluated as index search:</p> <blockquote> @@ -250,20 +250,20 @@ index text:</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.12. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.12.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.12.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.12.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.13.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.13.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.13.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_mecab.html" - title="previous chapter">7.8.3.11. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></p> + title="previous chapter">7.8.12. <code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_trigram.html" - title="next chapter">7.8.3.13. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></p> + title="next chapter">7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -287,10 +287,10 @@ index text:</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_trigram.html" title="7.8.3.13. TokenTrigram" + <a href="token_trigram.html" title="7.8.14. TokenTrigram" >next</a> |</li> <li class="right" > - <a href="token_mecab.html" title="7.8.3.11. TokenMecab" + <a href="token_mecab.html" title="7.8.12. TokenMecab" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_trigram.html (+17 -17) =================================================================== --- docs/reference/tokenizers/token_trigram.html 2019-01-04 17:39:35 +0900 (eb4d770f4) +++ docs/reference/tokenizers/token_trigram.html 2019-01-08 11:05:00 +0900 (2eb70025a) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.13. TokenTrigram — Groonga v8.1.0 documentation</title> + <title>7.8.14. TokenTrigram — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -15,8 +15,8 @@ <link rel="shortcut icon" href="../../static/favicon.ico"/> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> - <link rel="next" title="7.8.3.14. TokenUnigram" href="token_unigram.html" /> - <link rel="prev" title="7.8.3.12. TokenRegexp" href="token_regexp.html" /> + <link rel="next" title="7.8.15. TokenUnigram" href="token_unigram.html" /> + <link rel="prev" title="7.8.13. TokenRegexp" href="token_regexp.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -58,10 +58,10 @@ <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > - <a href="token_unigram.html" title="7.8.3.14. TokenUnigram" + <a href="token_unigram.html" title="7.8.15. TokenUnigram" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_regexp.html" title="7.8.3.12. TokenRegexp" + <a href="token_regexp.html" title="7.8.13. TokenRegexp" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,21 +75,21 @@ <div class="body" role="main"> <div class="section" id="tokentrigram"> -<span id="token-trigram"></span><h1>7.8.3.13. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code><a class="headerlink" href="#tokentrigram" title="Permalink to this headline">¶</a></h1> +<span id="token-trigram"></span><h1>7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code><a class="headerlink" href="#tokentrigram" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.13.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.14.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The differences between them is token unit.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.13.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.14.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenTrigram </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.13.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.14.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>If normalizer is used, <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code> uses white-space-separate like tokenize method for ASCII characters. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code> uses trigram tokenize method for non-ASCII characters.</p> @@ -155,20 +155,20 @@ tokenize method for non-ASCII characters.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.13. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.13.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.13.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.13.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.14.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.14.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.14.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_regexp.html" - title="previous chapter">7.8.3.12. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></p> + title="previous chapter">7.8.13. <code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="token_unigram.html" - title="next chapter">7.8.3.14. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></p> + title="next chapter">7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> @@ -192,10 +192,10 @@ tokenize method for non-ASCII characters.</p> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > - <a href="token_unigram.html" title="7.8.3.14. TokenUnigram" + <a href="token_unigram.html" title="7.8.15. TokenUnigram" >next</a> |</li> <li class="right" > - <a href="token_regexp.html" title="7.8.3.12. TokenRegexp" + <a href="token_regexp.html" title="7.8.13. TokenRegexp" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/reference/tokenizers/token_unigram.html (+13 -13) =================================================================== --- docs/reference/tokenizers/token_unigram.html 2019-01-04 17:39:35 +0900 (bc8c270f1) +++ docs/reference/tokenizers/token_unigram.html 2019-01-08 11:05:00 +0900 (bba8e8f86) @@ -5,7 +5,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>7.8.3.14. TokenUnigram — Groonga v8.1.0 documentation</title> + <title>7.8.15. TokenUnigram — Groonga v8.1.0 documentation</title> <link rel="stylesheet" href="../../static/groonga.css" type="text/css" /> <link rel="stylesheet" href="../../static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../static/documentation_options.js"></script> @@ -16,7 +16,7 @@ <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> <link rel="next" title="7.9. Token filters" href="../token_filters.html" /> - <link rel="prev" title="7.8.3.13. TokenTrigram" href="token_trigram.html" /> + <link rel="prev" title="7.8.14. TokenTrigram" href="token_trigram.html" /> <meta property="fb:page_id" content="201193596592346" /><!-- groonga --> <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou --> <meta property="og:type" content="product" /> @@ -61,7 +61,7 @@ <a href="../token_filters.html" title="7.9. Token filters" accesskey="N">next</a> |</li> <li class="right" > - <a href="token_trigram.html" title="7.8.3.13. TokenTrigram" + <a href="token_trigram.html" title="7.8.14. TokenTrigram" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> @@ -75,21 +75,21 @@ <div class="body" role="main"> <div class="section" id="tokenunigram"> -<span id="token-unigram"></span><h1>7.8.3.14. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code><a class="headerlink" href="#tokenunigram" title="Permalink to this headline">¶</a></h1> +<span id="token-unigram"></span><h1>7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code><a class="headerlink" href="#tokenunigram" title="Permalink to this headline">¶</a></h1> <div class="section" id="summary"> -<h2>7.8.3.14.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> +<h2>7.8.15.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code> is similar to <a class="reference internal" href="token_bigram.html#token-bigram"><span class="std std-ref">TokenBigram</span></a>. The differences between them is token unit.</p> </div> <div class="section" id="syntax"> -<h2>7.8.3.14.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> +<h2>7.8.15.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <p><code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code> hasn’t parameter:</p> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>TokenUnigram </pre></div> </div> </div> <div class="section" id="usage"> -<h2>7.8.3.14.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> +<h2>7.8.15.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>If normalizer is used, <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code> uses white-space-separate like tokenize method for ASCII characters. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code> uses unigram tokenize method for non-ASCII characters.</p> @@ -155,17 +155,17 @@ tokenize method for non-ASCII characters.</p> <div class="sphinxsidebarwrapper"> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> -<li><a class="reference internal" href="#">7.8.3.14. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a><ul> -<li><a class="reference internal" href="#summary">7.8.3.14.1. Summary</a></li> -<li><a class="reference internal" href="#syntax">7.8.3.14.2. Syntax</a></li> -<li><a class="reference internal" href="#usage">7.8.3.14.3. Usage</a></li> +<li><a class="reference internal" href="#">7.8.15. <code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a><ul> +<li><a class="reference internal" href="#summary">7.8.15.1. Summary</a></li> +<li><a class="reference internal" href="#syntax">7.8.15.2. Syntax</a></li> +<li><a class="reference internal" href="#usage">7.8.15.3. Usage</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="token_trigram.html" - title="previous chapter">7.8.3.13. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></p> + title="previous chapter">7.8.14. <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></p> <h4>Next topic</h4> <p class="topless"><a href="../token_filters.html" title="next chapter">7.9. Token filters</a></p> @@ -195,7 +195,7 @@ tokenize method for non-ASCII characters.</p> <a href="../token_filters.html" title="7.9. Token filters" >next</a> |</li> <li class="right" > - <a href="token_trigram.html" title="7.8.3.13. TokenTrigram" + <a href="token_trigram.html" title="7.8.14. TokenTrigram" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v8.1.0 documentation</a> »</li> <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li> Modified: docs/searchindex.js (+1 -1) =================================================================== --- docs/searchindex.js 2019-01-04 17:39:35 +0900 (0dd713958) +++ docs/searchindex.js 2019-01-08 11:05:00 +0900 (5ea2d331f) @@ -1 +1 @@ -Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/docker","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/cast_loose","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_day_of_week","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_find","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/token_filters/token_filter_nfkc100","reference/token_filters/token_filter_stem","reference/token_filters/token_filter_stop_word","reference/tokenizers","reference/tokenizers/token_bigram","reference/tokenizers/token_bigram_ignore_blank","reference/tokenizers/token_bigram_ignore_blank_split_symbol","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit","reference/tokenizers/token_bigram_split_symbol","reference/tokenizers/token_bigram_split_symbol_alpha","reference/tokenizers/token_bigram_split_symbol_alpha_digit","reference/tokenizers/token_delimit","reference/tokenizers/token_delimit_null","reference/tokenizers/token_mecab","reference/tokenizers/token_regexp","reference/tokenizers/token_trigram","reference/tokenizers/token_unigram","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:53,filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/docker.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/cast_loose.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_day_of_week.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_find.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filters.rst","reference/token_filters/token_filter_nfkc100.rst","reference/token_filters/token_filter_stem.rst","reference/token_filters/token_filter_stop_word.rst","reference/tokenizers.rst","reference/tokenizers/token_bigram.rst","reference/tokenizers/token_bigram_ignore_blank.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.rst","reference/tokenizers/token_bigram_split_symbol.rst","reference/tokenizers/token_bigram_split_symbol_alpha.rst","reference/tokenizers/token_bigram_split_symbol_alpha_digit.rst","reference/tokenizers/token_delimit.rst","reference/tokenizers/token_delimit_null.rst","reference/tokenizers/token_mecab.rst","reference/tokenizers/token_regexp.rst","reference/tokenizers/token_trigram.rst","reference/tokenizers/token_unigram.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[51,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[51,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[51,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[51,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[51,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[51,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[52,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[52,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[52,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[64,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[64,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[64,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[64,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[64,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[64,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[64,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[64,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[64,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[64,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[73,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[73,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[73,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[73,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[73,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[73,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[73,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[73,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[70,2,1,"c.grn_builtin_type"],grn_cache:[50,2,1,"c.grn_cache"],grn_cache_close:[50,1,1,"c.grn_cache_close"],grn_cache_current_get:[50,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[50,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[50,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[50,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[50,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[51,1,1,"c.grn_column_create"],grn_column_index:[51,1,1,"c.grn_column_index"],grn_column_index_update:[51,1,1,"c.grn_column_index_update"],grn_column_name:[51,1,1,"c.grn_column_name"],grn_column_rename:[51,1,1,"c.grn_column_rename"],grn_column_table:[51,1,1,"c.grn_column_table"],grn_column_truncate:[51,1,1,"c.grn_column_truncate"],grn_command_version:[52,2,1,"c.grn_command_version"],grn_content_type:[53,2,1,"c.grn_content_type"],grn_ctx:[54,2,1,"c.grn_ctx"],grn_ctx_at:[54,1,1,"c.grn_ctx_at"],grn_ctx_close:[54,1,1,"c.grn_ctx_close"],grn_ctx_db:[54,1,1,"c.grn_ctx_db"],grn_ctx_fin:[54,1,1,"c.grn_ctx_fin"],grn_ctx_get:[54,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[54,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[54,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[63,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[54,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[54,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[54,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[54,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[54,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[54,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[63,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[54,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[54,1,1,"c.grn_ctx_use"],grn_db:[55,2,1,"c.grn_db"],grn_db_create:[55,1,1,"c.grn_db_create"],grn_db_create_optarg:[55,2,1,"c.grn_db_create_optarg"],grn_db_open:[55,1,1,"c.grn_db_open"],grn_db_recover:[55,1,1,"c.grn_db_recover"],grn_db_touch:[55,1,1,"c.grn_db_touch"],grn_db_unmap:[55,1,1,"c.grn_db_unmap"],grn_encoding:[56,2,1,"c.grn_encoding"],grn_encoding_parse:[56,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[56,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[57,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[57,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[57,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[57,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[57,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[57,1,1,"c.grn_expr_append_op"],grn_expr_close:[57,1,1,"c.grn_expr_close"],grn_expr_compile:[57,1,1,"c.grn_expr_compile"],grn_expr_create:[57,1,1,"c.grn_expr_create"],grn_expr_exec:[57,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[57,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[57,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[57,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[57,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[72,1,1,"c.grn_fin"],grn_geo_cursor_next:[58,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[58,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[58,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[58,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[58,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[52,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[56,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[63,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[49,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[59,2,1,"c.grn_hook_entry"],grn_ii:[60,2,1,"c.grn_ii"],grn_ii_buffer:[60,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[60,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[60,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[60,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[60,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[61,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[61,1,1,"c.grn_index_cursor_open"],grn_info_type:[62,2,1,"c.grn_info_type"],grn_init:[72,1,1,"c.grn_init"],grn_obj:[64,2,1,"c.grn_obj"],grn_obj_add_hook:[59,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[64,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[64,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[64,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[64,1,1,"c.grn_obj_close"],grn_obj_column:[64,1,1,"c.grn_obj_column"],grn_obj_db:[55,1,1,"c.grn_obj_db"],grn_obj_defrag:[64,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[64,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[59,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[64,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[62,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[59,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[62,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[59,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[64,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[64,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[64,1,1,"c.grn_obj_get_values"],grn_obj_id:[64,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[64,1,1,"c.grn_obj_is_builtin"],grn_obj_is_index_column:[64,1,1,"c.grn_obj_is_index_column"],grn_obj_is_locked:[64,1,1,"c.grn_obj_is_locked"],grn_obj_is_vector_column:[64,1,1,"c.grn_obj_is_vector_column"],grn_obj_lock:[64,1,1,"c.grn_obj_lock"],grn_obj_name:[64,1,1,"c.grn_obj_name"],grn_obj_path:[64,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[64,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[64,1,1,"c.grn_obj_reinit"],grn_obj_remove:[64,1,1,"c.grn_obj_remove"],grn_obj_rename:[64,1,1,"c.grn_obj_rename"],grn_obj_search:[66,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[62,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[65,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[62,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[64,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[64,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[64,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[71,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[73,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[73,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[73,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[73,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[73,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[73,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[73,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[73,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[73,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[73,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[73,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[73,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[73,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[73,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[65,1,1,"c.grn_proc_create"],grn_proc_func:[65,2,1,"c.grn_proc_func"],grn_proc_get_info:[65,1,1,"c.grn_proc_get_info"],grn_proc_type:[65,2,1,"c.grn_proc_type"],grn_search_optarg:[66,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[52,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[56,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[63,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[49,1,1,"c.grn_set_lock_timeout"],grn_table_add:[67,1,1,"c.grn_table_add"],grn_table_at:[67,1,1,"c.grn_table_at"],grn_table_columns:[67,1,1,"c.grn_table_columns"],grn_table_create:[67,1,1,"c.grn_table_create"],grn_table_cursor:[68,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[68,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[68,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[68,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[68,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[68,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[68,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[68,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[68,1,1,"c.grn_table_cursor_table"],grn_table_delete:[67,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[67,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[67,1,1,"c.grn_table_difference"],grn_table_get:[67,1,1,"c.grn_table_get"],grn_table_get_key:[67,1,1,"c.grn_table_get_key"],grn_table_group:[67,1,1,"c.grn_table_group"],grn_table_group_flags:[67,2,1,"c.grn_table_group_flags"],grn_table_group_result:[67,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[67,1,1,"c.grn_table_lcp_search"],grn_table_rename:[67,1,1,"c.grn_table_rename"],grn_table_setoperation:[67,1,1,"c.grn_table_setoperation"],grn_table_size:[67,1,1,"c.grn_table_size"],grn_table_sort:[67,1,1,"c.grn_table_sort"],grn_table_sort_flags:[67,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[67,2,1,"c.grn_table_sort_key"],grn_table_truncate:[67,1,1,"c.grn_table_truncate"],grn_table_update:[67,1,1,"c.grn_table_update"],grn_table_update_by_id:[67,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[69,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[69,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[69,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[69,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[69,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[69,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[70,1,1,"c.grn_type_create"],grn_user_data:[71,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[153,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[153,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[153,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[153,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[153,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[153,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[153,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[153,4,1,"cmdoption-groonga-benchmark-i"],"-p":[153,4,1,"cmdoption-groonga-benchmark-p"],db:[153,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[153,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[157,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[157,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[157,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[157,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[157,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[157,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[157,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[157,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[157,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[157,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[157,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[157,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[157,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[157,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[158,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[158,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[158,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[158,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[158,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[158,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[158,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[158,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[158,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[158,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[55,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[55,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[151,4,1,"cmdoption-grnslap-p"],"-m":[151,4,1,"cmdoption-grnslap-m"],dest:[151,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[152,4,1,"cmdoption-groonga-a"],"--bind-address":[152,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[152,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[152,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[152,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[152,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[152,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[152,4,1,"cmdoption-groonga-document-root"],"--encoding":[152,4,1,"cmdoption-groonga-e"],"--help":[152,4,1,"cmdoption-groonga-h"],"--log-level":[152,4,1,"cmdoption-groonga-l"],"--log-path":[152,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[152,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[152,4,1,"cmdoption-groonga-t"],"--pid-path":[152,4,1,"cmdoption-groonga-pid-path"],"--port":[152,4,1,"cmdoption-groonga-p"],"--protocol":[152,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[152,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[152,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[152,4,1,"cmdoption-groonga-i"],"-a":[152,4,1,"cmdoption-groonga-a"],"-c":[152,4,1,"cmdoption-groonga-c"],"-d":[152,4,1,"cmdoption-groonga-d"],"-e":[152,4,1,"cmdoption-groonga-e"],"-h":[152,4,1,"cmdoption-groonga-h"],"-i":[152,4,1,"cmdoption-groonga-i"],"-l":[152,4,1,"cmdoption-groonga-l"],"-n":[152,4,1,"cmdoption-groonga-n"],"-p":[152,4,1,"cmdoption-groonga-p"],"-s":[152,4,1,"cmdoption-groonga-s"],"-t":[152,4,1,"cmdoption-groonga-t"],command:[152,4,1,"cmdoption-groonga-arg-command"],dest:[152,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","cmdoption","program option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"000000000b123456":34,"000x":17,"00n":150,"00z":157,"01t00":157,"08e2456ba35407e3d5172f71a0200fac2a770142":34,"0\u306e\u79d2\u8868\u8a18":255,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":59,"0\u30d9\u30fc\u30b9\u3067":[67,68],"0\u30ea\u30ea\u30fc\u30b9":34,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":152,"0garbag":34,"0mq":41,"0x0":[39,237,259],"0x01":252,"0x02":252,"0x04":252,"0x08":252,"0x10":252,"0x20":195,"0x5c":34,"0x7fa0d5d7ed00":85,"0xc7":252,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":237,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":151,"10041\u756a":152,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":152,"10043\u756a":152,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":255,"100abc":161,"100cent":[222,227,228,229],"100mb":34,"100x":[34,44],"100x100":165,"100x150":166,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":77,"10m":154,"10t13":[212,213,215],"10t22":213,"10z":196,"128452975x503157902":[259,261,266,269],"128487316x502920929":[261,269],"128515259x503187188":[261,269],"1285858800\u306f2010":255,"128mb":40,"12gb":257,"135960000x":164,"13\u7528rpm\u306e\u63d0\u4f9b":36,"143660000x419009000":164,"145508000x":164,"146249000x":265,"146566000x":[164,265],"146607190x":265,"146710080x":265,"146741340x":265,"146867000x":265,"150x100":166,"152489000x":265,"15min":44,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":88,"16bit":237,"16gb":257,"16gib":236,"175904000x8464000":164,"185428000x":164,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":81,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":68,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":38,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":81,"1\u3068command":81,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":68,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":59,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":153,"1\u30ea\u30ea\u30fc\u30b9":34,"1\u5358\u8a9e\u6271\u3044":253,"1\u884c\u76ee":153,"1byte":252,"1gb":43,"1st":160,"1tib":[33,139,216],"1usec":44,"1x139":259,"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":68,"200byte":178,"20km":265,"21th":41,"23t02":196,"24byte":252,"256gib":33,"256kb":257,"256kib":236,"257662232kbyte":153,"29289245605469e":83,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":81,"2\u30ea\u30ea\u30fc\u30b9":34,"2\u884c\u76ee":153,"2byte":[86,252],"2nd":[34,134],"2rd":134,"2st":134,"30ac":199,"314e":196,"32bit":[8,41,43,44,237],"32byte":43,"32gib":236,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":253,"3\u30ea\u30ea\u30fc\u30b9":34,"3\u884c\u76ee":153,"3rd":[34,41,44,134],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"4091b":[97,148],"4096byte":[43,216],"4097byte":216,"436218z":196,"44001770019531e":203,"45ea3034":198,"4\u30ea\u30ea\u30fc\u30b9":34,"4\u884c\u76ee":153,"4byte":252,"4e86e700":257,"4gib":[33,44,139,216,252],"4kib":[33,43,47,95,96,97,148,216],"4mib":120,"4th":134,"5367431640625e":203,"56058502197266e":203,"56880000x":164,"57f2ff87d45d7f0f525e2216":44,"58043f77614116a2568d529c":44,"59\u74b0\u5883\u306b\u304a\u3044\u3066":38,"5\u30ea\u30ea\u30fc\u30b9":34,"5th":134,"64bit":[8,43,120,237],"64kib":43,"65535byte":43,"6813819x139":[259,269],"6909211x139":269,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":34,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":42,"6gib":236,"7\u30ea\u30ea\u30fc\u30b9":34,"80ghz":153,"82pre":45,"8\u306b\u5bfe\u5fdc":36,"8\u30ea\u30ea\u30fc\u30b9":[12,34],"8bit":237,"8byte":[33,252],"93933868408203e":203,"975mbyte":153,"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[110,126,140],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":165,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[165,166],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":81,"\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":81,"\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":81,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":81,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":237,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":81,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":36,"\u304a\u3070\u305f\u3055\u3093":35,"\u304a\u3088\u3073":12,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":61,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":152,"\u304bwgs84geopoint":[165,166],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u306a\u3044\u5834\u5408":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":36,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":253,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":177,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":165,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":67,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":67,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":67,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[51,67],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u304c\u8fd4\u3055\u308c\u307e\u3059":64,"\u3050\u308b\u3093\u304c":[195,196],"\u3050\u308b\u3093\u304c\u592a\u90ce":261,"\u3050\u308b\u3093\u304c\u6b21\u90ce":261,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":255,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u6700\u65b0\u306etag\u306b\u57fa\u3065\u3044\u3066\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8abf\u3079":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":255,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":255,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":253,"\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":255,"\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":255,"\u3053\u306e\u3088\u3046\u306bn":255,"\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":255,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":153,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":153,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":153,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":253,"\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":255,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":152,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":153,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":153,"\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":255,"\u3053\u306e\u5834\u5408":68,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":255,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":255,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":255,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":255,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":255,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":255,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":255,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":67,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":255,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":253,"\u3053\u306e\u7d50\u679c\u306f":153,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":253,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":165,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":253,"\u3053\u308c\u306f":255,"\u3053\u308c\u306f\u30da\u30f3\u3067\u3059\u304b":230,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":77,"\u3053\u308c\u3089\u3082\u66f4\u65b0\u3057\u307e\u3059":12,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":255,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":153,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":81,"\u3057\u304b\u3057":[237,253,255],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":253,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":153,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":81,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":153,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":36,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":255,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":140,"\u305d\u306e\u305f\u3081":[12,102,153,253,255],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":237,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":81,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":153,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":59,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":255,"\u305d\u306e\u5834\u5408":12,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":81,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":152,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":81,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":81,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":68,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":67,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":67,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":64,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":152,"\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":253,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":253,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":253,"\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":255,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":64,"\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":255,"\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":253,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":64,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":64,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":151,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":151,"\u305d\u308c\u3089\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7ji":68,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":70,"\u305f\u3060\u3057":[68,77,152,253],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":35,"\u305f\u3068\u3048\u3070":253,"\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":81,"\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":255,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":255,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":255,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":153,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":36,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":12,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":255,"\u3067\u306f\u6607\u9806":67,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":67,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":54,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":255,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":152,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":255,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":255,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":36,"\u3067\u4f5c\u6210\u3057\u305f":54,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":152,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u3067\u533a\u5207\u308a\u307e\u3059":152,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":77,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":153,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":36,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":68,"\u3067\u78ba\u4fdd\u3057\u305f":54,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":140,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":54,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":54,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":64,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":36,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":253,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":253,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":255,"\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":153,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":153,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":153,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":153,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306e\u7de8\u96c6\u4e2d\u306f":12,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":253,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":253,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":237,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":253,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":253,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":253,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":253,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":153,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u308a":255,"\u3068\u308a\u3068\u3093":[195,196],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":153,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":153,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":255,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":255,"\u3068\u5171\u306b":51,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":64,"\u3068\u540c\u3058\u610f\u5473":152,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":153,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":165,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":255,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":253,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":153,"\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":64,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":64,"\u306b\u3042\u308b":64,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":68,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":68,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":54,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":253,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":88,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":140,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":253,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":54,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":237,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":253,"\u306b\u52a0\u3048\u305f\u5909\u66f4\u304c":12,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":253,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":255,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":255,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":152,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":153,"\u306b\u6700\u65b0\u30ea\u30ea\u30fc\u30b9\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3068\u65e5\u4ed8\u3092\u8868\u3059\u60c5\u5831\u306e\u6307\u5b9a\u304c\u3042\u308b\u306e\u3067":12,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":153,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":152,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":153,"\u306e2\u5358\u8a9e\u6271\u3044":253,"\u306e3\u30d5\u30e9\u30b0\u306f":68,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[66,67,70],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[67,165,166],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":152,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u306e\u307b\u304b\u306b":237,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":68,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":152,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":152,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u306e\u30ab\u30e9\u30e0":[89,100],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[36,38],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":100,"\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3057\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":89,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":36,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":36,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":152,"\u306e\u52c9\u5f37":234,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":70,"\u306e\u5b9f\u884c\u6642\u306b\u5931\u308f\u308c\u307e\u3059":12,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":36,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":153,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":152,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":65,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":177,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":177,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":140,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":255,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":36,"\u306exml\u51fa\u529b\u5bfe\u5fdc":36,"\u306f\u306a\u304f":35,"\u306f\u7121\u52b9\u3067\u3042\u308a":68,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[67,68],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":64,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":255,"\u3072\u308d\u3042\u304d":267,"\u3072\u308d\u3086\u304d":267,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":153,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":51,"\u307e\u305f\u306f":153,"\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":[88,89,93,99,100,102,109,110,126,140],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":152,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":152,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":153,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":54,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":153,"\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":153,"\u307e\u305f\u540c\u6642\u306b":153,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":67,"\u307e\u305fgroonga":153,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":81,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":267,"\u3080\u308b\u3093\u304c":[195,196],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":162,"\u3082\u3057\u304f\u306f":[67,68,237],"\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":153,"\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":153,"\u3082\u3057groonga":153,"\u3082\u3057test":153,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":253,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":81,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":267,"\u3088\u3063\u3066":237,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":165,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":153,"\u308a\u3093\u3054":218,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u308d\u3086\u304d":267,"\u308f\u305f\u3057":218,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":237,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":36,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":61,"\u3092\u4f7f\u7528\u3057\u3066\u6700\u65b0\u306esphinx\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":12,"\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u3092\u516c\u958b":36,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[153,237,255],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3057":[68,89,100],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":68,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":68,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":68,"\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":68,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":68,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":68,"\u3092\u6307\u5b9a\u3057\u3066\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":68,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":67,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[12,51,55,62,64,67,70,152,153],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[51,68],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"\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":64,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":68,"\u3092\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":64,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":165,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u3092\u8a08\u7b97\u3059\u308b":35,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":153,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[59,64,67,68],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":35,"\u3092\u8ffd\u52a0":[36,38],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":65,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":70,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":36,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":151,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":64,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u308b":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[253,255],"\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":255,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":153,"\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":153,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":93,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":38,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":89,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":152,"\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":152,"\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":63,"\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":63,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[89,93,99,109,110],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[89,93,99,109,110],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":64,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":36,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":89,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":89,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":100,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":54,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":54,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":153,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":153,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":153,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":38,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":3,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,64],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":64,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":51,"\u30ab\u30ec":232,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":68,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":68,"\u30ab\u30ec\u30fc":253,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":253,"\u30ab\u30f3\u30b8":175,"\u30ab\u30f3\u30de":102,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":35,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u30ad\u30fc":152,"\u30ad\u30fc\u304c":152,"\u30ad\u30fc\u30ef\u30fc\u30c9":37,"\u30af\u30a8\u30ea\u306e":255,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":255,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[3,4,22],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[3,4,22],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":35,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":152,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":126,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":36,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":152,"\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":152,"\u30b0\u30eb\u30fc\u30d7\u5316":77,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":77,"\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":77,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":77,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":36,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":253,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":36,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":35,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":237,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":237,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":36,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":36,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":152,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":36,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":81,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":81,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":81,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":81,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":153,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":153,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":153,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":153,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":152,"\u30b3\u30de\u30f3\u30c9\u540d":152,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":152,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":153,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":36,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":36,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":81,"\u30b5\u30f3":232,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b5\u30fc\u30d0":152,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":153,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":153,"\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":153,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":152,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\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":153,"\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":153,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":152,"\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":153,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":152,"\u30b7\u30a7\u30eb\u4e0a":153,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":152,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":38,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":153,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":153,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":153,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":153,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":153,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":152,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":152,"\u30b9\u30ec\u30c3\u30c9\u6570":153,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":153,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":153,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":153,"\u30b9\u30fc\u30d7":253,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":253,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":253,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":253,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":126,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":153,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":153,"\u30bb\u30fc\u30d6\u30eb":34,"\u30bb\u30fc\u30f4\u30a7\u30eb":34,"\u30bb\u30fc\u30f4\u30eb":34,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":134,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30c0\u30e1\u30fc\u30b8":255,"\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":88,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":88,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":88,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":88,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":88,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":38,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":36,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":36,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":3,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[3,4,6,7,8,22],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":3,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":255,"\u30c6\u30fc\u30d6\u30eb":89,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":152,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":152,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":152,"\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":152,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":93,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":152,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":140,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":77,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":140,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":68,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":68,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":140,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":152,"\u30c6\u30fc\u30d6\u30eb\u540d":[89,100,140],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":140,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":237,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":140,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":140,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":140,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":140,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":140,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":140,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":140,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":99,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":88,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":35,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30b9":232,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":88,"\u30c7\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[152,153],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":152,"\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":81,"\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":110,"\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":63,"\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":63,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":35,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":152,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":237,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[151,152],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":35,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":89,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":100,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":153,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":102,"\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":102,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":102,"\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":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":35,"\u30c7\u30fc\u30e2\u30f3":152,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u30c8\u30e2\u3061\u3083\u3093":261,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[22,254],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u57cb\u3081\u8fbc\u307e\u308c\u3066\u3044\u308b\u5b9f\u884c\u7d50\u679c\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":36,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30ca\u30de\u30a8":232,"\u30cb\u30c3\u30dd\u30f3":[175,202,212],"\u30cb\u30db\u30f3":[175,202,212],"\u30cb\u30db\u30f3\u30b4":212,"\u30cb\u30db\u30f3\u30b8\u30f3":212,"\u30ce":232,"\u30cf":232,"\u30cf\u30ba":232,"\u30d0\u30a4\u30aa\u30ea\u30f3":34,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":255,"\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":152,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":88,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":88,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":88,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":88,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":88,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":88,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":88,"\u30d0\u30d3\u30d6\u30d9\u30dc":34,"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":34,"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":38,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":151,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":38,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":88,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":35,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":100,"\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":100,"\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":64,"\u30d6":34,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":36,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":37,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":81,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":81,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":152,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":152,"\u30d9\u30af\u30bf\u306e\u5024\u3092":36,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":35,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":237,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u30de\u30b7\u30f3\u306e\u6027\u80fd\u306b\u8907\u6570\u53f0\u306evm\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3060\u3051\u306e\u4f59\u88d5\u304c\u306a\u3044\u5834\u5408\u306f":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":153,"\u30db\u30b9\u30c8\u540d\u3068":153,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[151,152],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":64,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":93,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":237,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":36,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[36,38],"\u30e1\u30fc\u30c8\u30eb":165,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30e4\u30de\u30c0":232,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[3,4,22,44],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":153,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306e":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[3,4,22,44],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":12,"\u30ea\u30f3\u30b4":218,"\u30ea\u30f3\u30b4\u3067\u3059":230,"\u30ea\u30f3\u30b4\u3067\u3059\u304b":230,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":77,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":77,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":77,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":77,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":36,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":68,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":35,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":38,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":109,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":110,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":36,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":110,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":153,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":153,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":110,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":110,"\u30ed\u30b0\u51fa\u529b":109,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":152,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":152,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":152,"\u30ed\u30fc\u30de\u30b8":[175,202],"\u30ed\u30fc\u30de\u5b57":175,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":202,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":100,"\u30f4\u30a1\u30a4\u30aa\u30ea\u30f3":34,"\u30f4\u30a1\u30f4\u30a3\u30f4\u30a5\u30f4\u30a7\u30f4\u30a9":34,"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9":34,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":253,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":51,"\u4e00\u65b9":255,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":64,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":64,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":64,"\u4e00\u822c":232,"\u4e00\u822c\u7684\u306b\u306f":64,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":153,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":67,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":255,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":153,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":36,"\u4e0b\u8a18":68,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":88,"\u4e0d\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":35,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u4e0e\u3048":255,"\u4e16\u754c\u6e2c\u5730\u7cfb":237,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[165,166],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":102,"\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":88,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":36,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":237,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":77,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":140,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":77,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":177,"\u4e8c":202,"\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":81,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[232,253,255],"\u4eba\u540d":232,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":110,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":81,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u4ed8\u8d85\u7fa4":34,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":93,"\u4ee3\u540d\u8a5e":[34,232],"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":153,"\u4ee5\u4e0b":153,"\u4ee5\u4e0b\u3067":255,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":253,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":102,"\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":253,"\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":255,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":255,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":152,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":64,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":152,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":152,"\u4ee5\u964d\u3092\u7121\u8996":36,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":153,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":152,"\u4efb\u610f\u306edb\u540d":153,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":38,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":38,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":153,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":55,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":70,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":152,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":81,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":54,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":81,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":81,"\u4f8b":[12,22,35,64,254],"\u4f8b\u3048\u3070":[64,152,153,253,255],"\u4fc2\u52a9\u8a5e":232,"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":81,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":255,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u5024":152,"\u50241":152,"\u50242":152,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":64,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":152,"\u5024\u306e\u7bc4\u56f2\u306f1":77,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":64,"\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":64,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[62,64],"\u5065\u4f5c":261,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":153,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":153,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":99,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":68,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":255,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5177\u4f53\u7684\u306a\u5909\u66f4\u70b9\u306e\u8a18\u8ff0\u65b9\u6cd5\u306f\u5f8c\u8ff0\u3057\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u5185\u8a33\u306f":255,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":67,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":165,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":165,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":165,"\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":165,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":255,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":59,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":77,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":153,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":109,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":153,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":153,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":102,"\u5206\u5272":253,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":151,"\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u521d\u671f\u5316\u3059\u308b":54,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u521d\u671f\u5316\u6e08\u307f\u306e":55,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":255,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":77,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":36,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":36,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":93,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":93,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":3,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":255,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u52a9\u52d5\u8a5e":232,"\u52a9\u8a5e":232,"\u52c9":235,"\u52c9\u5f37":[222,234],"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":81,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":12,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":102,"\u534a\u5f84":165,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":165,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":68,"\u5358\u4f4d":[70,165],"\u5358\u72ec\u306e\u5024":51,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":165,"\u539f\u56e0":[22,254],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":153,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":64,"\u53e5\u70b9":232,"\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":64,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":64,"\u53f3\u4e0a":35,"\u53f3\u4e0b":35,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":36,"\u5404\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u5411\u3051\u306e\u30d3\u30eb\u30c9\u304c\u9806\u756a\u306b\u884c\u308f\u308c\u307e\u3059":12,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":153,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":153,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":153,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":88,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":134,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":77,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":153,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":88,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u540c\u3058\u3067\u3059":153,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":81,"\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":255,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[22,254],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":81,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":153,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":68,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":38,"\u540d\u524d":232,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[51,64],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":64,"\u540d\u8a5e":[34,232],"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":62,"\u547c\u51fa\u5074\u3067\u6e96\u5099":62,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[51,64,67],"\u554f\u984c\u3042\u308a":38,"\u554f\u984c\u306fgroonga":153,"\u554f\u984c\u3092\u4fee\u6b63":36,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u56fa\u6709\u540d\u8a5e":232,"\u578b":70,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":51,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":61,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":67,"\u57fa\u672c\u5f62":232,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":65,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":77,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":67,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":151,"\u59d3":232,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":67,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":102,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":35,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":67,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":67,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":67,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":255,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":253,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":253,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":255,"\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":253,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":253,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":253,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":152,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":77,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":51,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":54,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\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":151,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"\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":152,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":67,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,"\u5b9f\u884c\u4f8b":[14,81],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":153,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":255,"\u5bfe\u5fdc":37,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":64,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":67,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[64,67],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":67,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":67,"\u5bfe\u7b56\u65b9\u6cd51":[22,254],"\u5bfe\u7b56\u65b9\u6cd52":[22,254],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[89,100],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[89,100],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":151,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":68,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,64,67],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":67,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[61,68],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,55,59,62,64,65,71],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,64,67,68],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u5c71\u7530":232,"\u5de6\u4e0a":35,"\u5de6\u4e0b":35,"\u5dee\u5206\u3092":153,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":237,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":237,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":165,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":166,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":81,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":153,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":152,"\u5f15\u6570\u540d1":152,"\u5f15\u6570\u540d2":152,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":152,"\u5f37":[222,234,235],"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":64,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":81,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":64,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":64,"\u5f62\u5f0f1":152,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":152,"\u5f62\u5f0f2":152,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":152,"\u5f7c":232,"\u5f7c\u306e\u540d\u524d\u306f\u5c71\u7530\u3055\u3093\u306e\u306f\u305a\u3067\u3059":232,"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":134,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":35,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":140,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":140,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[89,93,99,109,110],"\u623b\u308a\u5024\u3067\u3042\u308b":61,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":61,"\u624b\u7d9a\u304d":65,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":153,"\u62e1\u5f35\u5b50\u306f":153,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":153,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":81,"\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":81,"\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":81,"\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":81,"\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":81,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":153,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":88,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":162,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":162,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":36,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":35,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":153,"\u6307\u5b9a\u3059\u308b":55,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":165,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":153,"\u63a5\u5c3e":232,"\u63a5\u7d9a\u3059\u308bgroonga":153,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":153,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":153,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":153,"\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":153,"\u63d0\u6848\u3092\u884c\u3046":36,"\u6539\u884c\u6587\u5b57\u306f":152,"\u6570\u5024":253,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":165,"\u6570\u5b57":153,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":255,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":255,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":162,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":152,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":64,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,64],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":67,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":110,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":67,"\u65b0\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":165,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":153,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":110,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":55,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":67,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u65e5":[223,224,225,226,235],"\u65e5\u3005":10,"\u65e5\u672c":[175,202,212,222,223,225,226],"\u65e5\u672c\u4eba":212,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[165,166],"\u65e5\u672c\u8a9e":[212,234],"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":[222,234,235],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":237,"\u660e\u793a\u7684\u306b\u305d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u3044\u307e\u3059":12,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":36,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":81,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":3,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":35,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u6700\u5f8c\u306b":255,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":153,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":55,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":[223,224,225,226,235],"\u672c\u8a9e":[222,223,225,226],"\u672c\u8a9e\u306e":234,"\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":255,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[232,253,255],"\u6771\u4eac\u90fd":[232,253,255],"\u6771\u4eac\u90fd\u6c11":[253,255],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":255,"\u6797\u6a8e":218,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":67,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u68ee\u7530":261,"\u691c\u7d22":[22,36,40,134,148,251,255],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":54,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":22,"\u691c\u7d22\u306e\u6319\u52d5":22,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":253,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":255,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":63,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":63,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":253,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":253,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":99,"\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":255,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":255,"\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":255,"\u691c\u7d22\u4f8b1":3,"\u691c\u7d22\u4f8b2":3,"\u691c\u7d22\u4f8b3":3,"\u691c\u7d22\u4f8b4":3,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":134,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":59,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":77,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":255,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":253,"\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":134,"\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":237,"\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":[99,152],"\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":77,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":253,"\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":134,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":165,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":165,"\u697d\u3057":[253,255],"\u697d\u3057\u3044billiard":[253,255],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":54,"\u69cb\u9020\u4f53\u306e\u914d\u5217":65,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":61,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":3,"\u6a19\u6e96\u5165\u529b":[88,89,93,99,100,102,109,110,126,140],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":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":152,"\u6b21\u306b":11,"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":81,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":81,"\u6bb5\u843d\u60c5\u5831":51,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":3,"\u6c11":253,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":64,"\u6ce8\u610f":67,"\u6df1\u523b":255,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":237,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":237,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":175,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":64,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":60,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":12,"\u7279\u6b8a":232,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":153,"\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":153,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u73fe\u5728":110,"\u73fe\u5728\u306f":[151,153],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":153,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":153,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":65,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":173,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":173,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":81,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":165,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":88,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":77,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":177,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":166,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":166,"\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":166,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79c1\u306f\u6797\u6a8e\u3092\u98df\u3079\u307e\u3059":218,"\u79d2":64,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u7a7a\u306e\u5834\u5408":[89,100],"\u7a7a\u767d":152,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":255,"\u7a7a\u767d\u3084":152,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,"\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":64,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":255,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":255,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":55,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[88,89,93,99,100,102,109,110,126,140],"\u7d44\u8fbc\u95a2\u6570\u306f":[162,165,166,173,177],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":237,"\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":237,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":237,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":64,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":153,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":67,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u7d9a\u3044\u3066":255,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u3059\u308b\u3068":12,"\u7de8\u96c6\u8ddd\u96e2":35,"\u7def\u5ea6\u306f":237,"\u7e70\u308a\u8fd4\u3057\u6570":153,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":153,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":153,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u7d76\u5bfe\u306b\u7de8\u96c6\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[93,165,166],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":153,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":153,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":153,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":77,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":261,"\u82f1\u8a9e":12,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":153,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":67,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[152,232,255],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":36,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":255,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":255,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":253,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":109,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":152,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":35,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":35,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":64,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":68,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":153,"\u8a73\u7d30\u306f":[14,255],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u8a9e":[88,223,224,225,226,235],"\u8a9e\u306e":222,"\u8a9e\u306e\u52c9":234,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":165,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":165,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":36,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":81,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":36,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":165,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":51,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":36,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":88,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":177,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\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":99,"\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":99,"\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":99,"\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":99,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\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":99,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\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":99,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":152,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":152,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,22],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":77,"\u9023\u4f53\u5316":232,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":255,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":255,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":255,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":255,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":255,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":253,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":253,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":255,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":255,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":253,"\u90fd":[232,253,255],"\u90fd\u6c11":[253,255],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":55,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":55,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":100,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":89,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":36,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[89,100],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":38,"\u95a2\u4fc2\u5f0f":3,"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":65,"\u95a2\u6570\u304c\u5f15\u6570\u3092":35,"\u95a2\u6570\u306e\u8ffd\u52a0":35,"\u95a2\u6570\u306f":[11,162,165,166,177],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":173,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":253,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":255,"\u95be\u5024\u3092\u3042\u3052\u308b":[22,254],"\u95be\u5024\u3092\u8d8a\u3048\u308b":255,"\u9759\u7684\u89e3\u6790":3,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":255,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":253,"\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":253,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[253,255],"\u975e\u4e92\u63db":38,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u975e\u81ea\u7acb":232,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":152,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff4d\uff59\uff53\uff51\uff4c":[167,168],"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":77,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":35,"a\u3092\u6307\u5b9a\u3057\u3066tabl":67,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":152,"akio\u3055\u3093":36,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":36,"akio\u3055\u3093\u304c\u5831\u544a":36,"akio\u3055\u3093\u304c\u63d0\u6848":36,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"aramaki\u3055\u3093":36,"aramaki\u3055\u3093\u304c\u5831\u544a":36,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":67,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":67,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":153,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":153,"benchmark\u304c\u52d5\u4f5c\u3057":153,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":153,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":153,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":153,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":153,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":153,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":153,"benchmark\u306f":153,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":153,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":153,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":153,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":153,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":153,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":153,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":153,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":153,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":153,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":153,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":153,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":153,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":153,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":153,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":153,"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":153,"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":153,"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":253,"blog_body\u7d22\u5f15":255,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":255,"bom\u4ed8\u304dutf":36,"boolean":[22,41,44,45,133,195,237,258],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[38,40,42,43,44,104,150],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":51,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":51,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":64,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":12,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":55,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"builtin_type_names\u306b\u306f":55,"byte":[34,38,40,41,42,43,44,51,54,57,64,65,67,70,73,84,120,121,133,134,178,237,252],"byte\u9577":[51,64,67],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[29,34,38,41,42,43,44,47,50,54,55,69,73,79,90,91,94,101,103,112,122,128,134,139,142,145,154,157,158,160,168,171,175,176,178,195,196,201,206,207,208,209,212,221,222,233,236,244,257,259,260,262,264,265,268,269],"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":165,"centos\u306e\u5834\u5408":12,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"char":[42,51,54,55,56,57,64,65,67,69,70,73],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":88,"class":[34,134,167,168,169,178,232],"clearlock\u306f":89,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":51,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":51,"column\u306e\u5024\u304c":11,"column\u306f":51,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":51,"column_list\u30b3\u30de\u30f3\u30c9":35,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":93,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":54,"command_version\u3092\u8fd4\u3057\u307e\u3059":54,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":81,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":36,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":81,"configure\u306e":38,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":255,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"const":[39,51,54,55,56,57,64,65,67,68,70,73],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":54,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":51,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":64,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":67,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":54,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":54,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":54,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":54,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":68,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":68,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":68,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":68,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":68,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":68,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":68,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":61,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":68,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":37,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":64,"db\u3068\u306a\u308a\u307e\u3059":55,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":152,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[140,152],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":140,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":152,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":67,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":55,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":64,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":54,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":54,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":255,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":38,"debian\u7cfb":12,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debug\u3092\u8ffd\u52a0":36,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":36,"default":[0,6,7,8,18,23,33,34,38,39,40,41,42,43,44,49,54,79,90,91,102,104,105,106,107,111,112,113,114,116,120,122,129,134,135,136,137,139,141,143,145,152,154,157,160,161,164,176,190,195,196,197,198,203,207,209,213,236,237,246,250,252,259,260,262,266],"define_selector\u306f":99,"defrag\u306f":100,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"delete\u30b3\u30de\u30f3\u30c9":35,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":64,"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":81,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":81,"description\u306b":253,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":81,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":153,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":36,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"dump\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":102,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":102,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":102,"dump\u30b3\u30de\u30f3\u30c9":35,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":38,"examples\u4ee5\u4e0b\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067":12,"export":[18,34,38,41,42,43,44],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":64,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":71,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":65,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":36,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":36,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":36,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":36,"final":[72,73,79,134,154,256],"flags\u306b":[51,67],"flags\u306b\u306f":67,"float":[40,43,44,82,111,113,114,120,121,133,134,164,203,208,209,259],"function":[0,6,12,14,22,34,40,41,42,43,44,45,46,47,54,69,73,82,119,120,121,144,154,157,160,164,168,169,170,171,172,175,176,180,181,183,190,192,193,207,208,209,216,250,260,269],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":36,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":35,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":36,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":12,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":12,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":151,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":3,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":151,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":151,"gqtp\u306e\u5834\u5408":152,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":255,"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":255,"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":255,"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":253,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":253,"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":255,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":255,"grn_bool\u578b\u3092\u8ffd\u52a0":36,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":3,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":151,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":36,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":36,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":35,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30ab\u30e9\u30e0\u306f":237,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":77,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":36,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306epackag":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[253,255],"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":255,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3084mysql\u306erpm":12,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":153,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":81,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":153,"groonga\u30b3\u30de\u30f3\u30c9\u306b":36,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":153,"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":152,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":36,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":153,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":81,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":126,"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":152,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":151,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":152,"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":151,"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":88,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":81,"groonga\u5358\u4f53\u3067test":153,"groonga\u53ca\u3073groonga":153,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[88,89,93,99,100,102,109,110,126,140],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":81,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":153,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":151,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":153,"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":153,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":88,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":89,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":93,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":99,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":100,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":102,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":109,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":110,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":126,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":140,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":162,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":165,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":166,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":173,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":177,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":37,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"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":67,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"help\u3067\u51fa\u529b\u3055\u308c\u308b":38,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":36,"hiroshi\u3055\u3093\u304c\u5831\u544a":36,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":38,"homebrew\u306e\u66f4\u65b0\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":59,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":59,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":153,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":152,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":151,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":36,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"http\u306e\u5834\u5408":152,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":152,"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":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":36,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":64,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":54,"import":[0,12,29,34,38,40,41,43,50,54,79,80,91,134,139,145,154,195,205,207,208,209,221,246,263],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":51,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":61,"indexbuf\u306e\u30b5\u30a4\u30ba":51,"init\u76f4\u5f8c\u306e\u72b6\u614b":54,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":151,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":153,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[40,43,44,49,50,51,54,55,57,58,59,60,61,63,64,65,67,68,69,70,73,203],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":153,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":36,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":38,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":68,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"key\u306b\u306f":67,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"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":67,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":67,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":67,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":68,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":67,"key\u3092\u8fd4\u3057\u307e\u3059":64,"key_type\u306bt":67,"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":253,"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":253,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":67,"keybuf\u306e\u30b5\u30a4\u30ba":67,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":38,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":36,"libedit\u5bfe\u5fdc":35,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":12,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":81,"load\u30b3\u30de\u30f3\u30c9":35,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":36,"log\u3067\u3059":152,"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":153,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":81,"log_put\u306f":109,"log_reopen\u306f":110,"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":110,"long":[41,42,43,44,60,63,130,135,139,150],"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":237,"lucid\u304b\u3089":36,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":12,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":36,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":38,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":35,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":36,"masahiro\u3055\u3093":36,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":255,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":68,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":68,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":68,"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":68,"max\u3068common":68,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":68,"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":68,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":68,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":36,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":38,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":68,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":68,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":68,"mooz\u3055\u3093":38,"mooz\u3055\u3093\u304c\u4fee\u6b63":38,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":64,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":67,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":35,"n_builtin_type_names\u306b\u306f":55,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":64,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":54,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":65,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":70,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":64,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":51,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":67,"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":67,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[51,64,67],"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":67,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[51,64],"namebuf\u306e\u30b5\u30a4\u30ba":[51,64],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":36,"new":[0,3,6,7,12,18,22,25,47,49,50,51,54,55,64,69,73,83,84,85,90,91,94,95,96,97,98,102,103,104,105,106,107,111,112,113,114,115,116,119,120,121,122,123,124,125,129,130,133,134,135,136,138,139,141,142,144,147,148,150,152,154,157,161,163,164,168,170,171,172,179,180,183,190,191,192,193,195,196,197,206,208,209,210,214,233,238,240,241,242,252,259,262,265],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":51,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":35,"null":[6,7,11,34,38,40,41,42,43,44,50,54,57,58,65,69,73,87,91,102,103,104,105,106,107,111,112,113,114,116,120,121,129,132,133,134,139,142,143,144,145,161,167,168,169,178,183,190,192,256],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":67,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[51,67],"null\u306a\u3089temporari":55,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":68,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":68,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":54,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":35,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":55,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":67,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":64,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":59,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":59,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":59,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":59,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":64,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":64,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":64,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":64,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":64,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":64,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":64,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":64,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":55,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":64,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":64,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":62,"obj\u306f":64,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":64,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":64,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":64,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":66,"obj\u3092lock\u3057\u307e\u3059":64,"obj\u3092unlock\u3057\u307e\u3059":64,"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":64,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":71,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":59,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":59,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":59,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":65,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":59,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":64,"offset\u306f":67,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":67,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":36,"ongaeshi\u3055\u3093\u304c\u5831\u544a":36,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":66,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":51,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":153,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":153,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":153,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":153,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":36,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":102,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":68,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":153,"path\u3092":36,"pc\u306bgroonga":37,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":35,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[165,166],"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":165,"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":166,"point\u578b\u306e\u5024":[165,166],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[165,166],"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":68,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":67,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"public":42,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":37,"quit\u306f":126,"rb\u3092\u8ffd\u52a0":36,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":12,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":67,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":67,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[22,34,38,40,41,42,43,44,46,49,50,51,54,55,56,57,58,64,67,69,72,73,80,82,154,195,196,198,212,213,214,215,246,252,256,260,262,265,268,269],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":61,"root\u306b\u5909\u66f4":36,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":152,"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":12,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":36,"s3ki\u3055\u3093\u304c\u5831\u544a":36,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":134,"scr\u3067\u3059":153,"scr\u306e\u4e2d\u8eab\u304c":153,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":153,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[162,165,166,173,177],"search\u3092\u884c\u3044":[67,68],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":68,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":51,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":51,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":153,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":81,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":36,"select\u30b3\u30de\u30f3\u30c9":35,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":153,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":153,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":36,"shibuya\u3055\u3093\u304c\u5831\u544a":36,"shimada\u3055\u3093":36,"shimada\u3055\u3093\u304c\u5831\u544a":36,"short":[34,79,154],"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":237,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":36,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":38,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":67,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":67,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"sphinx\u306f\u5e38\u306b\u6700\u65b0\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u3046\u4e8b\u3092\u63a8\u5968\u3057\u307e\u3059":12,"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"static":[34,38,42,43,44,69,155,262],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":153,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":36,"status\u30b3\u30de\u30f3\u30c9":35,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":162,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":38,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":38,"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":67,"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":67,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":67,"table\u304c":67,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":51,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":67,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":68,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":67,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":67,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":67,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":67,"table\u306ecolumn":67,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":67,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":67,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":67,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":67,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":67,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":67,"table\u306fcolumn\u3068\u306f\u5225\u306b":67,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":67,"table_list\u306f":140,"takahiro\u3055\u3093":36,"takahiro\u3055\u3093\u304c\u5831\u544a":36,"takahiro\u3055\u3093\u304c\u63d0\u6848":36,"takashi\u3055\u3093":38,"takashi\u3055\u3093\u304c\u5831\u544a":38,"takuto\u3055\u3093":36,"takuto\u3055\u3093\u304c\u5831\u544a":36,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":153,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":61,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":255,"tokenbigram\u306a\u3069":255,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":255,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":253,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":253,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":255,"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":253,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":255,"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":255,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":37,"tokenmecab\u3067\u306f":255,"tokenmecab\u306e\u5834\u5408":255,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":253,"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":253,"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":253,"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":255,"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":255,"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":255,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":255,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":36,"tomita\u3055\u3093\u304c\u5831\u544a":36,"tomotaka_ito\u3055\u3093":38,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":38,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":166,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"true":[35,41,42,43,44,47,79,89,90,91,92,93,94,95,96,97,98,99,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,119,120,121,122,123,124,128,129,130,131,132,133,134,135,138,139,141,142,143,147,157,160,161,164,165,166,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,199,202,206,207,208,209,217,218,219,220,232,237,259,260,261,262,264,267,268,269],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":38,"try":[3,34,43,49,95,152,221,245,264,265],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":3,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":62,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"ueno\u3055\u3093":[36,37],"ueno\u3055\u3093\u304c\u5831\u544a":37,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":36,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":36,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":35,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":65,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"vagrant\u3067\u4f7f\u7528\u3059\u308b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":12,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":140,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":64,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,"var":[11,29,43,65,73,92,150,152,154,250],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":81,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":81,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":36,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":81,"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":81,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":81,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":81,"virtualbox\u306fsourc":12,"vmware\u306a\u3069":12,"void":[39,49,52,55,56,63,64,67,68,69,72,73],"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"web\u7ba1\u7406\u753b\u9762":35,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":38,"while":[0,34,40,41,43,44,55,94,103,104,106,112,129,134,142,145,197],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":38,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":153,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u5411\u3051":12,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":36,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"x\u306e\u304a\u77e5\u3089\u305b":34,"yes\u306f\u6307\u5b9a\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":12,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":12,"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"yum\u306e\u5834\u5408":12,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,AND:[34,41,42,44,134,170,194,269],Added:[34,38,39,40,41,42,43,44],Ages:[91,139,160],And:[42,90,103,130,134,145,155,205,216,237,264,265,267],Are:257,But:[6,7,8,16,17,23,34,38,42,43,47,79,91,94,114,116,120,122,134,142,147,155,164,196,197,199,205,206,207,209,221,222,230,233,236,246,250,264],For:[0,2,3,8,18,22,25,29,32,33,34,40,41,42,43,44,47,56,57,79,82,90,91,101,103,104,111,113,114,116,117,120,121,122,133,134,135,136,137,139,145,147,152,154,159,168,178,181,190,194,195,196,197,199,202,205,206,207,208,209,210,212,213,214,215,219,221,222,230,232,236,246,259,260,261,262,263,264,267,268,269],GPS:0,IDs:[40,44,58,79,90,120,216,259,262],Its:[57,73,133,152,195,196],JIS:202,LTS:[21,31],NEAR:[170,176,190],NFS:29,NOT:[43,134,194],Near:[44,176],Not:[114,134,176,213,252],One:[0,79,134,141,157,158,178,210,264,269],SIS:38,TLS:44,That:262,The:[0,6,7,8,17,18,29,31,32,33,38,40,41,42,43,44,47,49,50,51,54,55,56,57,64,65,67,69,73,79,82,84,87,90,92,94,95,96,97,98,101,102,103,104,105,106,107,111,112,113,114,115,116,117,118,119,120,121,122,129,130,133,135,136,137,138,139,141,142,143,144,145,146,148,150,152,154,155,157,160,161,164,167,168,170,175,176,178,181,183,190,195,196,198,199,201,202,205,206,207,208,209,210,212,213,214,215,216,220,222,223,224,225,226,227,228,229,230,231,233,234,235,237,246,249,250,252,256,259,260,261,262,264,265,266,269],Then:[0,17,26,27,28,32,79,134,154,212,252,256,257,259,260,261,264,265,268,269],There:[1,2,3,8,13,17,19,23,24,25,27,31,34,40,42,49,57,79,90,91,95,96,97,98,101,102,103,104,111,112,113,114,115,116,117,119,120,121,122,130,133,134,135,136,138,139,141,143,144,145,147,152,154,157,158,160,164,167,168,169,170,171,172,175,176,181,190,192,194,195,196,199,206,207,208,209,218,219,220,221,230,232,236,246,250,252,257,262,264,265,266,269],These:[0,38,134,148,152,178,261,262],Use:[32,34,40,42,43,44,54,57,73,79,89,91,101,114,128,134,136,139,152,164,175,239,252,260,264],Used:[34,38,40,42,43],Uses:158,Using:[0,195,245],WGS:[237,269],With:[21,22,23,34,79,205,265],_20160320:116,__uint32_t:43,_avg:[114,134],_config:12,_dataset:[156,158],_id:[34,42,43,47,51,64,77,79,82,90,91,94,101,102,113,114,116,134,137,142,147,160,170,171,175,195,196,197,199,206,212,213,215,219,220,255,260,261,262,264,266,267,268,269],_kei:[34,40,41,42,43,44,47,51,64,77,79,82,90,91,92,94,101,102,104,111,113,114,120,129,133,134,137,141,142,143,147,154,157,160,161,164,169,170,171,172,175,181,183,190,192,195,196,199,202,207,212,213,215,220,236,246,259,260,261,262,264,265,266,267,268,269],_max:[114,134],_min:[114,134],_name:[91,139],_nsubrec:[42,51,77,114,134,260,261,265],_post:12,_score:[34,38,40,41,43,51,77,79,111,113,114,134,137,164,176,196,207,208,209,212,213,215,255,261,262,264,265,269],_set_valu:39,_sum:[34,114,134],_valu:[41,42,51,77,114,134],_yyyymmdd:[111,113,114,116],aardvark:34,aba:[260,262,269],abbrev:164,abc:43,abcd:117,abi:43,abl:[120,139,170,178,206,207,208,209,210],abort:42,about:[2,7,14,17,18,19,20,21,22,23,24,25,27,28,29,30,31,34,38,39,40,41,42,43,44,46,49,73,79,80,82,84,86,87,91,92,94,95,96,97,101,105,106,107,108,111,113,114,116,117,118,121,129,130,131,132,133,134,136,137,139,141,143,145,146,147,150,152,154,157,159,164,171,176,181,195,196,198,200,201,205,206,207,208,209,212,213,215,221,236,238,246,257,258,264,265,266,269],abov:[17,21,29,32,40,43,44,91,103,130,134,139,154,157,160,169,170,171,176,181,199,205,212,213,215,221,230,256,260,262,264,265,268,269],absolut:[34,123,124,128,172],acccess:250,accept:[0,34,38,40,42,43,44,84,85,104,130,135,147,152,157,160,164,176,196,246,252,256,262,264,265,268,269],access:[0,17,22,34,38,40,41,42,43,44,47,49,51,94,134,142,154,155,212,213,215,236,245,250,252,258,259],accessor:[34,43,44,67],accident:41,accord:[164,259],accordingli:154,account:[2,42],accross:40,accuml:41,accumul:134,accur:[0,178],acquir:[43,49,105,107],acronym:[244,252],across:164,action:41,activ:34,actual:[34,41,42,44,111,113,114,116,134,150,154,207,259,262],add:[3,6,7,18,21,25,31,33,34,40,41,42,43,44,55,91,104,113,134,145,154,159,175,196,205,210,216,232,233,238,259,260,261,262,264,267],add_record_if_not_exist:64,added:[0,43,44,45,58,64,67,103,104,121,199,217,252,260,264,267],adding:[18,34,38,43,64,84,85,145,197,220],addit:[0,22,24,25,27,31,46,91,117,134,145,195,214,232,250,258,259,262,267],addition:[34,43,269],additional_configure_opt:[34,41],address:[34,38,40,43,152,157,252,266],address_is_in_us:252,address_is_not_avail:252,adisk:206,adjac:[195,222],adjust:[34,41,42,79,91,114],admin:[36,38,40,41,42,43,44],admin_html:[38,152],administr:[22,40,42,155,258],advanc:[43,45,116,131,132,194,195,216],advantag:[0,178,250],adventur:91,affect:[34,40,41,42,43,44],afr:[260,262,269],after:[17,18,29,32,34,38,40,41,42,43,44,47,49,58,72,85,98,103,111,113,114,116,119,122,134,135,141,148,150,152,154,157,161,167,168,196,199,216,220,230,236,259,261,262,266],again:[34,42,43,49,150,154,197],against:[0,22,34,40,42,43,44,51,55,57,79,91,113,115,116,121,133,134,141,147,150,152,195,196,206,210,212,213,215,258,261,265,267,268],againt:134,agaist:40,age:[47,91,92,103,133,134,139,160],aggreg:[22,134,178],ago:212,ahello:43,ahost1:206,aim:41,aio:41,aki:42,akihabara:269,akinori:43,akio:[34,38,40,41,43,44],akira:42,alert:[42,108,109,152,154,198],algolithm:194,algorithm:[34,38,87,164,209],ali:90,alia:[22,34,43,46,95,96,97,108],alias:[43,47,95,96,97,176],aliased_column:47,alic:[47,90,91,94,120,134,142,147,154,160,170,176,195,233,246,265],alisa:176,all:[0,17,29,34,38,40,42,43,44,47,51,54,55,58,79,84,85,87,90,91,92,94,95,96,97,98,102,103,104,105,106,107,111,112,113,114,115,116,119,120,121,122,123,125,128,129,131,132,133,134,135,136,138,139,141,142,143,144,145,147,148,150,154,160,168,170,176,190,194,195,196,197,198,199,206,208,209,212,215,218,219,222,226,229,236,237,246,252,262,265,268],all_record:40,alloc:[22,40,42,43,44,50,54,57,73,120,134,136,254,259,262],alloc_count:[83,136,152,154,203,252,262,266],alloc_info:44,allow:[0,34,40,43,158,178,262,266],allow_column:[134,176,195],allow_leading_not:[134,176],allow_pragma:134,allow_upd:[134,195],almost:[38,134,196,236,244,257],alon:43,alphabet:[42,91,111,113,114,134,139,145,206,213,222,225,226,228,229],alpin:26,alreadi:[34,42,49,73,98,104,119,145,158,197,236,262,264],also:[0,3,17,22,34,40,44,46,79,90,103,111,113,114,116,141,150,154,160,164,190,195,196,197,206,207,212,214,231,244,245,246,250,259,261,262,264,265,267,269],although:154,alwai:[0,34,42,43,44,69,82,92,112,120,134,137,144,154,175,195,196,212,236,252],amazon:[34,134],amd64:12,among:[22,40,113,114,258,259,261],amount:[40,44,150],analysi:[0,29,134,196],analyz:[0,22,34,38,40,154,232,254],anchor:43,ani:[0,29,34,43,44,47,90,104,111,114,117,121,122,131,132,133,134,137,141,143,144,145,152,154,167,168,176,178,181,195,205,207,222,246],anim:261,ann:12,annot:41,anonym:216,anoth:[0,34,40,43,57,90,105,134,150,205],aomi:34,apach:34,api:[1,3,15,22,34,38,39,40,41,42,43,44,45,46,49,50,51,54,55,69,72,73,80,86,194,246],appear:[0,42,86,91,121,134,145,178,195,196,205,207,262],append:[40,57,64],apper:134,appl:[199,230],appli:[34,45,57,134,144,157,236],applic:[0,20,34,38,42,104,152,154,178,196,198,205,246],approach:164,appropri:256,approv:42,approxim:[38,40,164],approximate_typ:165,appveyor:42,april:12,apt:[12,18,21,25,31,40],aptitud:14,arai:43,aramaki:38,arbitrari:256,arc:145,architectur:[0,12,42,43,152],archiv:[6,7,8,12,17,22,23,25,29,32,40],area:[0,34],aren:[34,40,42,43,44,103,111,113,114,116,121,134,135,136,139,141,154,157,178,195,201,216,236,246],arg1_nam:206,arg1_valu:206,arg2_nam:206,arg2_valu:206,arg3_valu:206,arg:152,arg_list_too_long:252,argc:69,argument1:[196,207],argument2:[196,207],argument:[34,38,40,41,42,43,44,54,73,103,133,152,155,161,164,167,168,169,171,172,175,176,178,181,190,191,192,196,206,207,210,249,252,256,262,264,266],argument_name1:155,argument_name2:155,argv:69,arithmet:41,armhf:42,arnaud:38,around:[34,178,201,256],arrai:[34,38,40,42,44,79,82,88,92,113,117,118,120,121,133,134,139,145,146,178,195,216,259,261,262,265],arrang:262,arrow:34,art:[34,196,265],articl:[34,264],articles2:264,articles_cont:264,arugment1:196,asami:41,asc:12,ascend:[102,113,114,115,134,172,201,260,262,269],ascii:[34,195,196,222,223,224,225,226,234,235],askmonti:42,aspx:256,assigend:195,assign:[41,43,130,145,216,256,269],associ:[38,73,101,104,134,256,259,261,262],assum:[34,54,65,130],atsushi:[42,43,44],attach:[17,199,217],attent:[134,267],attr_setpshar:41,attribut:[117,118,145,146,169],atv:[260,262,269],auth_bas:[154,246],auth_basic_user_fil:[154,246],authent:[245,266],author:154,auto:[34,40,42,112,134,137],autoconf:[6,38],autogen:[6,12,17,40],automak:[6,36],automat:[17,25,34,43,55,91,103,111,113,114,123,124,128,134,150,154,195,196,216,249,261,262,267],autoreconf:12,autotool:[3,5,7],avail:[0,8,17,22,29,34,41,43,44,45,46,53,73,82,91,92,111,112,113,114,116,117,134,135,137,139,145,150,152,157,170,176,183,190,195,196,244,252,256,259,262],averag:[42,134],avg:[42,114,134,151],avoid:[22,34,41,42,116,134,141,254],awar:73,ayumu:[42,43],back:[34,154,196,206,264],background:152,backlog:34,backslash:[41,57,195],backtrac:[34,44],backup:[55,102],backward:[34,40,42,43,44,147,208,209,246],bad:[0,41,42,44],bad_address:252,bad_file_descriptor:252,bar:[91,139],base:[0,17,18,24,25,27,29,31,34,40,41,42,44,58,113,130,134,145,152,154,155,157,158,167,168,178,195,196,198,202,206,207,208,209,210,212,213,215,222,232,233,245,250,265,266],base_form:[34,232],basebal:[261,264],bash:[29,43],basi:262,basic:[0,22,40,42,90,134,246,258,259],batch:40,bc009774:12,beaver:[31,34],becam:[42,250],becaus:[0,6,7,8,21,27,33,34,40,42,43,44,47,55,82,90,91,94,98,103,111,113,114,116,120,121,122,123,128,134,139,142,144,150,154,157,160,161,171,175,176,181,190,195,196,197,199,202,203,205,206,207,208,209,212,213,214,215,216,220,221,222,223,224,225,226,230,232,236,244,245,246,250,252,256,259,261,262,264,267,268],becom:[0,34,43,45,164,237,259],been:[12,34,43,94,142],befor:[29,33,34,39,40,43,44,72,79,87,111,112,119,122,123,128,134,141,144,154,190,205,206,212,213,214,230,259,262],before_instal:21,beforehand:27,beg:[206,233],begin:[151,206,230,233],behav:[134,164],behavior:[34,40,42,43,116,134,148,160,176,206,222],behaviour:[41,102],beijin:164,bellefleur:34,belong:[34,75,237,260],below:[13,34,94,104,142,195,218,219,220,222,230,232,234,235],benchmark:[22,40,41,42,46,149],benefit:250,bernard:43,best:0,beta:45,better:[0,42,91,103,134,196,264],between:[22,34,38,40,41,42,44,46,64,91,94,103,116,134,139,142,150,158,159,164,195,196,201,206,213,216,221,222,223,224,225,226,227,228,229,231,234,235,246,264,267,269],big:[42,154],bigger:91,bigram:[34,153,156,157,221,222,224,225,226,227,228,229,233,255],bigramlexicon:129,bill:[43,253,255],billiard:[253,255],billion:91,bin:[18,29,32],binari:[0,1,22,32,40,41,42,43,44,82,154,196,203,237,243,246,266],bind:[20,21,38,40,43,45,152,167,168,194],binlib:12,bionic:[31,34],bison:12,bit:[21,23,24,25,27,30,31,32,134,152,153,154,195,196,237,259],bitwis:[43,252],black:[199,201],blank:[34,43,223,224,225,226],block:[34,41,136,139,141,154,196,259],blog1:264,blog2:264,blog:[12,22,111,113,114,134,181,195,196,197,255,258,264],blog_bodi:255,blog_comment_index:181,blog_cont:181,blog_titl:262,bm25:[207,209],bob:[47,94,134,142,147,154,160,176,246,265],bodi:[41,44,89,90,91,93,98,100,103,104,106,116,119,120,122,123,124,128,129,135,138,139,141,142,144,157,167,168,246,252,255,264,268],body_index_column:34,book:[91,196],bookmark:[79,102,104,116],bookmark_index:79,bookmark_titl:102,bool:[34,41,43,44,90,111,113,114,120,121,133,134,143,195,220,259,267],boost:[157,212],border:[34,40,145,160],borderlin:113,boston:265,both:[0,23,24,25,27,31,32,34,43,44,64,75,79,82,91,111,113,114,120,134,141,148,157,178,195,196,197,206,209,212,216,246,252,265,269],bottom:58,bottom_right:[38,166],bottom_right_point:58,bound:42,box:134,brace:104,bracket:104,brad:44,brand:43,brasil:164,brasillia:164,brazil:260,brew:[18,28],bring:262,british:268,broadcast:265,broken:[34,38,40,41,42,43,44,51,55,105,106,107,121,122,129,141,150],broken_pip:252,brooklyn:265,browser:[17,29,155,266],bsd:[5,7,8,29,38,42,43],buf_siz:[51,64,67],buffer:[41,43,44,54,57,60,64,88,120,256,264],bug:[3,22,29,34,38,40,41,42,43,44,45],buggi:34,build:[0,3,4,12,14,18,21,22,23,30,34,39,40,41,42,43,44,53,148,205,210],buildabl:38,builder:60,built:[0,22,29,34,41,43,46,64,80,117,145,154,159,164,238],builtin:[22,46,91,120,121,164],builtin_type_nam:55,bulk:[34,43,44,57,64],bump:[41,42,43],bundl:[17,34,40,41,42,43,44,176],button:[17,40,41],buzz:157,bye:[111,113,114,134,143,195,196,220,264],cach:[0,34,35,40,41,43,44,50,64,87,136,152],cache_hit_r:[83,136,154,203,252,262,266],cache_limit:[22,43,46,80,154],cache_previ:50,cafedomanc:44,cake:172,calc:34,calc_target:[43,134],calc_typ:[34,43,134],calcul:[34,40,41,42,131,134,164,172,201,265,269],call:[34,40,41,42,43,54,69,72,73,79,94,112,113,120,131,132,134,142,144,164,194,260,262],callback:157,caller:65,calloc:44,calro:160,camp:265,can:[0,1,5,6,7,8,17,18,19,21,24,25,26,27,28,29,31,32,33,34,38,39,40,41,42,43,44,47,48,49,50,53,54,55,57,72,73,79,82,84,85,86,87,90,91,92,94,95,96,97,98,102,103,104,105,111,112,113,114,115,116,117,119,120,121,122,123,124,128,129,130,131,132,133,134,135,137,139,141,142,143,144,145,147,148,150,152,154,155,157,159,160,161,164,167,168,169,170,171,172,175,176,178,181,190,194,195,196,197,198,199,201,202,203,205,206,207,208,209,210,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,230,232,233,236,238,244,246,250,252,256,257,259,260,261,262,263,264,265,266,267,269],can_be_key_typ:133,can_be_value_typ:133,cancel:[34,42,44,84,85,130],cancel_request_is_accepted_or_not:130,candid:[137,157,175,212],candidate1:137,candidate2:137,candidate_1:157,candidate_2:157,cannot:[22,34,134,139,195,196,197,199,216,246,254],capit:[34,262],caplit:[41,42],care:[17,34,92,134,195,209,212],carefulli:[79,116,122,141],carlo:[94,142,147],cas:252,cas_error:252,cascad:[41,42],cast:[22,34,38,39,40,41,44,46,64,111,113,114,134,161,195,208,209,265],cast_loos:[22,34,46,159],cat:12,categor:[104,134,143,145],categori:34,caus:[34,38,40,41,42,43,44,139,195,196,256,259],ceekz:41,cenos6:40,cent:[222,227],center:[0,165],cento:[12,18,22,23,29,34,36,38,40,41,42,43,44,250],centos5:29,centos6:29,centos7:29,central:265,certain:269,cflag:30,chain:181,chang:[0,18,29,34,38,39,40,41,42,43,44,47,50,79,87,91,94,98,103,111,117,130,131,132,134,137,141,142,148,154,167,196,203,205,219,221,222,233,246],channel:34,chapter:262,charact:[0,34,38,40,41,42,43,44,57,73,91,108,111,113,114,117,134,139,145,152,167,168,170,178,179,195,196,198,199,205,213,222,223,224,225,226,229,230,231,234,235,262],characterist:[22,46,178,206,209],charactor:[234,235],charli:265,chart:38,chat:[22,43],check:[12,13,14,22,34,36,38,40,41,42,43,44,46,54,55,64,80,82,86,102,116,117,119,141,143,154,157,160,257],child:103,china:[164,260],choic:0,choos:[5,6,7,33,42,44,83,104,134,135,139,152,154,157,206,221,259],chracterist:216,christian:43,chroot:12,chunk:[34,43,44,88,120,236,257],chunk_size_threshold:34,chunked_token:34,cimbin:218,circl:[0,201],cirit:154,citi:[164,201,265],cjk:34,clang:[14,40,41,42,43],clarifi:42,classif:[134,260],classifi:[44,134],clean:[6,7,12,14,34,43,111,114,116],cleanup:34,clear:[12,34,38,40,42,44,51,64,106,154,256],clearli:43,clearlock:[22,40,42,46,80,152],cleverli:98,click:134,client:[8,22,34,40,42,47,85,154,155,157,207,244,250],clone:[3,6,7,8,12,13,29],close:[34,43,44,141,167,216],close_tag1:167,clumn:236,cmake:[3,5,6,29,32,34,40,41,43,44],cmp0014:42,code:[3,6,7,8,12,17,22,34,40,41,42,43,44,46,57,72,80,82,130,147,198,203,252,256,262],coffe:172,col1:64,col2:64,col3:64,collaps:40,colleagu:3,collect:[0,82,265],color:199,colum:264,column1:[11,40,41,42,111,113,114,134,196,207],column2:[11,40,41,42,114,134,196,207],column3:207,column:[11,22,29,34,38,39,40,41,42,43,44,46,47,51,55,58,64,65,67,71,92,94,95,96,97,98,101,103,105,106,107,116,119,122,129,137,139,142,143,147,150,156,157,160,168,169,170,171,172,176,178,181,190,192,196,197,201,205,206,207,210,212,213,214,215,216,236,237,258,259,261,265,267,268,269],column_1:[133,181],column_2:[133,181],column_3:[133,181],column_:91,column_copi:[22,43,44,46,47,80],column_cr:[22,34,38,42,43,44,46,47,79,80,90,92,94,101,102,103,104,105,106,107,111,113,114,115,116,119,121,122,129,133,134,139,141,142,143,147,152,153,157,160,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,206,207,208,209,210,219,220,236,255,259,260,261,262,264,265,267,268,269],column_index:[42,43,79,91,92,102,111,113,114,116,121,129,133,134,141,157,160,167,168,171,175,176,178,181,195,196,197,206,207,208,209,219,220,236,255,261,262,264,265,268],column_inform:92,column_information1:92,column_information2:92,column_list:[22,36,38,40,42,46,80,94,152,262],column_list_head:92,column_n:181,column_nam:[103,104,119,122,133],column_name1:104,column_name2:104,column_name_1:[113,133,134],column_name_2:[113,133,134],column_name_3:133,column_name_n:[113,134],column_name_with_t:133,column_name_with_table_nam:133,column_remov:[22,42,46,80,90,103,122,141,152],column_renam:[22,39,41,42,44,46,47,80,90,103],column_scalar:[44,47,90,91,92,94,101,102,103,104,105,106,107,111,113,114,115,116,119,121,122,129,133,134,141,142,143,147,157,160,164,167,168,169,170,171,172,175,176,178,181,183,195,196,197,206,207,208,209,219,220,236,255,260,261,264,265,268],column_type_1:[113,134],column_type_2:[113,134],column_type_n:[113,134],column_vector:[41,42,43,79,90,91,92,101,111,113,114,134,157,175,181,190,192,259,261,265,268],column_with_index:44,columnn:40,com:[6,7,8,12,13,17,21,34,134,256,259,260,262,264,266,269],comamnd:246,combin:[0,40,42,44,91,134,139,157,160,175,176,205,222,230,259,262],combind:195,come:[201,265],comma:[43,91,104,196,259,260,262],command:[0,6,7,8,13,14,17,18,21,22,25,26,29,32,34,36,38,40,41,42,43,44,46,47,50,54,73,79,82,84,85,87,90,91,92,94,95,96,97,98,100,101,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,128,129,130,131,132,134,135,136,137,138,139,141,142,143,144,145,146,147,153,154,156,159,167,168,169,172,180,183,190,192,193,195,205,206,207,212,213,214,215,216,236,237,244,245,252,257,258,259,264,267,268,269],command_lin:133,command_nam:[133,155,266],command_object_remov:122,command_vers:[43,44,81,83,136,154,155,167,168,169,178,203,252,262,266],commandinput:43,commands_column_list:92,commands_column_renam:94,commands_object_list:121,commands_object_remov:122,commands_table_renam:142,comment:[41,43,181,205,264],comment_cont:181,comment_index:265,comment_nam:181,comments2:264,comments_cont:264,comments_loc:265,commit:[6,7,17,34,42],commnad:[32,81],common:[31,38,40,67,68,134,139,152,194,195,196,216,237,264],commonli:[0,206],commun:[17,19,21,22,154,155,157],compar:[0,34,40,42,43,44,134,170,178,190,195],comparison:[22,34,40,44,91,190,243,245],compat:[24,25,27,31,34,42,43,44,111,113,114,117,147,154,155,199,208,209,246],compil:[6,7,29,38,41,42,43],complementari:34,complet:[22,34,38,39,41,44,46,85,123,124,128,137,157,175,202,211,215,268],complex:[40,41,43,134,196,206,230],complianc:154,compos:[22,23],composit:[34,199],compress:[29,34,38,40,41,42,44,91,120,133,245],compress_lz4:[44,91],compress_zlib:[44,91],compress_zstd:[44,91],comput:[40,73,91,111,113,114,134,136,157,196,202,207,208,209,212,213,215,236],conbin:[134,194],conbind:195,concaten:264,concatin:[40,41],concept:42,conclus:230,concret:[90,134,260,261,264],concurr:[104,198],cond:41,cond_sign:69,condit:[22,33,34,40,41,43,57,116,137,170,176,181,190,194,196,230,258,262,265,267],conditin:195,condition1:196,condition2:196,condition_column_name1:170,condition_column_namen:170,conditional_probability_threshold:[38,137],condtion:195,conf:[43,44,154,236,250,257],config:[8,25,29,32,35,38,40,43,95,152],config_delet:[22,43,46,80,96,97,148],config_get:[22,43,46,80,95,97,148],config_set:[22,43,46,47,80,95,96,148],configur:[3,7,8,12,14,17,20,22,23,24,25,27,28,30,31,32,34,39,40,41,42,43,44,46,47,48,95,96,97,108,134,156,157,196,205,206,210,236,245,250,255,257],confirm:[3,91,97,116,120,141,148,157,195,206,210,222,256,257,259],conflict:[34,44,104],confus:[44,206,222],conifugr:21,connect:[1,34,40,43,152,252,256,262],connection_refus:252,consid:[42,111,139,246,250,261,264,268],consist:[42,43,44,121,133,134,148,157,195,210,215,222,252,262],consol:154,constant:[34,43],constant_pattern:43,construct:[22,34,40,41,42,43,44,46,196],construnct:43,consum:[34,42],contact:17,contain:[0,34,40,41,42,43,44,57,102,104,118,121,134,146,160,167,168,195,196,207,208,209,221,256,261,262,264,265],content:[34,38,41,42,43,73,82,92,104,111,113,114,121,133,134,141,154,169,176,178,181,195,196,197,207,219,220,236,246,252,261,264,265],content_index:[141,207],content_length:[111,113,114,134],content_type_len:40,context:[34,38,43,50,54,57,64,136,141,154,178,181],continu:[21,40,41,42,43,136,145,152,213,223,224,225,226],contrast:[0,42,44,72,152,176,262],contrib:12,contribut:[22,41,44],control:[34,40,42,111,112,113,114,134,154,160,176,194],conveni:[0,1,29,34,38,212,218,245],convens:40,convent:40,convers:[38,154],convert:[34,42,43,44,86,196,199,216,259,265],coordin:[164,259],copa:43,copi:[40,43,44,47,73,90,94,142],copyright:42,core:[0,6,7,12,29,153,154,157,245],coremodul:154,correct:[22,34,40,42,43,44,46,137,157,205,211,212],correctli:[34,40,43,44,262],correl:[113,114],correspond:[64,103,111,113,114,134,137,155,212,213,214,215],corrupt:[34,44,116,150],cosmic:[31,34],cosmo0920:[41,42],cost:[197,232],could:[40,256,259],couldn:[40,43],count:[0,34,43,111,134,136,261,265],counter:44,countermeasur:[34,232],countri:[101,260,266],cours:260,cover:[0,116,178],coverag:14,cp932:34,cpu:[6,7,29,153,154,157,245],cpuinfo:[24,25,27,31],crach:34,crash:[34,38,40,41,42,43,44,94,103,106,142,150],crch:145,creat:[7,8,17,22,26,34,37,38,40,41,42,43,44,46,47,50,54,55,57,73,90,102,105,111,113,114,116,117,119,120,122,133,134,136,137,141,149,150,152,154,157,164,175,191,194,196,197,198,199,206,212,213,215,216,232,236,249,258,259,260,261,267,268],created_at:[111,113,114,183],createfilemap:43,createrepo:12,creation:[38,41,43,134,262],creteria:262,crit:[108,109,152],criteria:262,critic:[29,34,40,44,73,108,152,198],ctrl:[152,252,262],ctx:[11,34,50,51,54,55,57,58,59,60,61,62,63,64,65,66,67,68,70,71,73,256],cumul:[111,113,114,134],curl:[21,28,29,40,104,130,152,154,157,203,246],current:[17,25,34,38,43,47,50,53,54,55,87,90,94,104,112,134,136,139,141,142,154,201,262,265],current_column:47,current_nfthread:69,cursor:[38,43,58],custom:[6,7,8,21,29,34,38,40,41,42,43,44,69,91,102,117,134,139,143,144,145,154,176,178,190,194,195,198,199,207,212,217,245,260],customiz:178,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cuttlefish:[31,34],cve:[34,42],cxxflag:30,cycl:44,daemoinz:40,daemon:[40,41,42,43,154,157,158,244,249,266],dai:[34,43,136,183,196,197,198,210,265],daiki:[36,37,38,40],danger:[51,55,94,105,106,107,116,122,141,142,246],dangl:[116,141],danish:[34,219],dash:29,dat:[34,39,40,41,44],dat_kei:[120,216],data:[0,21,22,23,24,25,26,27,31,32,33,34,38,39,40,41,42,43,44,46,47,50,55,59,69,75,79,90,92,101,102,104,111,113,114,120,121,129,134,137,150,157,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,197,201,203,206,207,208,209,210,211,213,214,216,236,246,252,258,261,262,264,267],data_column:134,data_set_nam:137,databas:[0,20,22,29,34,38,40,41,42,43,44,50,54,55,64,67,92,94,98,102,103,104,105,106,107,118,119,121,122,123,128,129,133,139,141,142,146,148,150,152,154,156,157,158,178,194,195,196,199,210,216,236,237,245,250,252,257,258,266],database_path:150,database_unmap:[22,34,43,46,80,122,129],datail:134,dataset1:157,dataset2:157,dataset3:157,dataset:[22,41,43,44,46,137,149,157,158,212,213],date:[0,22,153,164,237,258,265],dav:170,dave:160,david:170,daylight:42,db1:246,db2:246,db_path:[43,122,152,154,155,157,203,244,249,252,262,266],dbm:[0,178],dbmss:0,dcb314:42,dcmake_install_prefix:[7,8,32],ddl:[42,153],deadlock:34,deafult:38,deatil:134,deb:[12,25,31,38,40,41,42,43,44],debian:[12,18,22,23,34,38,40,41,42,43,44,250],debootstrap:12,debug:[6,7,8,34,42,43,44,108,109,145,152,154,198],debugg:[6,7],decid:205,decim:[85,152,196,237,259],decreas:[6,7,33,34,43,69,221],decrement:34,decrypt:12,defalt:36,defaul_valu:161,default_command_vers:[83,136,154,203,252,262,266],default_mod:[170,190],default_token:[44,91,111,113,114,121,129,133,134,140,141,142,143,152,153,157,167,168,176,178,181,195,196,197,206,207,208,209,217,219,220,236,255,262,264,265,268],default_valu:161,defin:[34,43,91,121,134,156,157,175,196,197,205,210,212,237,252,262],define_selector:[22,46,80,152],definion:196,definit:[40,47,91,101,104,111,113,114,134,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,206,207,208,209],defrag:[22,38,41,46,80],degrad:43,degre:[38,79,196,259,269],dejan:44,delai:44,delet:[12,18,22,34,35,36,38,40,41,42,43,44,46,64,80,95,103,104,116,147,148,216],delimit:[0,34,41,43,145,215,222,259],delimiter1:230,delimiter2:230,demerit:[34,216],demo:261,dep:12,depend:[0,3,22,23,33,34,39,40,42,44,45,82,91,120,134,157,207,208,209,232,264],deprec:[34,38,40,41,42,43,44,73,81,89,114,128,134,136,139,152,164,239],dereferenc:44,deriv:[158,250],descend:[43,134,137,157],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,42,43,47,48,73,79,80,82,87,90,91,92,94,95,96,97,98,103,104,105,106,107,111,112,113,114,115,116,117,119,120,121,122,125,129,130,131,132,133,134,135,136,138,139,141,142,143,144,145,147,149,150,152,154,157,159,168,169,181,195,196,199,200,201,205,206,207,208,209,210,211,212,213,215,222,236,238,252,256,262,264,265],descript:[6,7,8,22,40,41,42,43,44,46,91,92,111,113,114,117,118,121,133,134,135,136,139,145,146,154,157,176,195,196,206,210,212,252,253,256,265],descriptor:157,design:[40,134,244,259],desin:250,desktop:[8,32,256],dest:[151,152,259],dest_kei:67,dest_key_s:67,destin:[43,64,90,138],destruct:[104,150],detail:[0,1,3,12,17,24,25,27,29,31,34,40,41,42,43,44,73,79,84,90,91,92,98,103,111,113,114,116,120,121,123,124,128,133,134,135,136,138,139,141,142,143,145,153,154,155,157,176,195,196,198,206,232,236,237,238,250,259,260,262,269],detect:[6,29,34,38,40,43,44,145,154,172],determin:[113,134,194,256,262],dev:[2,6,7,12,14,25,31,34,38,40,41,42,43,44,154],devel:[24,27],develop:[0,3,5,6,7,8,22,23,24,25,27,31,32,40,41,42,43,81,82,219,265],devic:0,dewangga:43,dgrn_with_debug:7,dgrn_with_mrubi:[7,8],dialog:41,dic:[27,28],dicrc:28,dictionari:[27,28,36,40,41,42,43,44,199,232],didn:[42,43,44],diff:12,differ:[19,34,40,42,43,91,113,120,134,139,152,154,157,164,170,176,195,196,203,206,207,222,223,224,225,226,227,228,229,231,234,235,246,259,264,269],difficult:0,dig:256,digest:246,digit:[42,91,111,113,114,134,139,198,206,213,222,226,229],dinam:194,dinner:0,dir:153,direct:[40,41,246],directli:[34,196,265],directori:[6,7,17,29,34,38,40,41,42,43,73,154,157,158,205],directory_not_empti:252,disabl:[18,29,34,36,38,39,40,41,42,43,111,113,114,122,134,152,154,157,195,198,212,256],discard:41,discuss:[2,19],disk:[34,43,98,103,119,139,152,154,206,264],disk_usag:120,displai:[34,40,44,175],dist:12,distanc:[0,40,44,164,172,196,201,269],distinct:[33,44,157,267],distribut:[12,23,24,25,26,27,29,31,32,40,42,111,114,210],divid:[0,196,209,259],divis:[34,42],dll:[34,38,40,42,44,73],do_gqpt:153,do_gqtp:153,do_http:153,do_loc:153,do_map:34,doc:[12,16,17,18,34,38,39,40,41,42,43,44,148,154,210,268],doc_bodi:268,docker:[22,23],dockerhub:26,documenataion:82,document:[0,3,5,6,7,8,12,16,17,21,23,29,34,36,38,39,40,41,42,43,44,75,91,116,134,145,152,154,155,157,159,176,178,195,196,197,206,207,208,209,214,220,221,236,238,257,263,268],document_index:[167,168],document_vers:12,document_version_ful:12,documents_content_index:[176,178],docutil:12,dodaisuk:34,doe:[0,25,40,41,43,44,69,79,134,137,150,154,176,181,195,196,250,259,262],doesn:[29,34,40,41,42,43,44,49,64,73,82,90,91,92,94,98,111,113,114,116,119,120,121,122,130,133,134,135,139,142,144,145,150,154,157,160,170,178,190,195,196,197,199,201,202,205,206,207,209,210,212,213,216,220,221,222,230,232,236,245,246,268],doing:106,domain:[16,40,42,43,44,57,64,73,92,94,140,142,152,266],domain_error:252,don:[17,23,29,34,38,42,43,50,53,54,57,69,79,85,91,92,98,103,105,106,107,111,112,113,114,116,129,134,135,139,152,154,155,157,175,195,196,197,199,203,205,206,207,208,209,215,220,221,222,232,246,249,252,262,266],done:[34,42,49,50,103,134,154],donut:172,dot:[34,40],doubl:[38,40,41,42,43,117,133,134,139,145,195,196,216,237,262],doubt:260,down:[22,34,41,42,114,134,256,258,265],downcas:199,download:[12,24,25,27,28,29,30,31,32],downtim:[47,245],drastic:44,draw:261,drildown:[22,258],drill:[114,134,265],drilldown:[22,34,38,41,42,43,44,77,99,113,216,258,261,265],drilldown_adjust:34,drilldown_calc_target:42,drilldown_calc_typ:42,drilldown_filt:[34,44],drilldown_limit:[43,99,260],drilldown_offset:[43,99,260],drilldown_output_column:[42,99,260],drilldown_result1:134,drilldown_result2:134,drilldown_result:134,drilldown_result_1:134,drilldown_result_2:134,drilldown_result_for_column1:134,drilldown_result_for_column2:134,drilldown_result_for_kei:134,drilldown_result_for_labeled_drilldown:134,drilldown_result_n:134,drilldown_sort_kei:[44,260],drilldown_sortbi:[43,44,99],drilldown_xxx:134,droonga:[170,171,190,210],drop:[34,38,40,41,42,43,44],due:[0,34,178,256],dump:[22,34,36,38,40,41,42,43,44,46,53,80,108,116,141,148,152,154,198,236],dump_config:102,dump_index:43,dump_plugin:43,dump_record:43,dump_schema:43,duplic:[42,44],dure:[25,34,40,262],dutch:[34,219],dynam:[0,34,39,44,91,154,262],each:[0,5,23,29,34,38,41,43,44,57,79,84,85,91,92,111,112,113,114,116,118,120,121,130,134,136,137,145,146,148,152,154,157,167,170,175,176,190,196,198,207,212,213,215,216,219,232,252,257,259,260,261,262,263,269],each_nam:43,ealier:40,eanbl:6,ear:145,earch:145,earli:34,earlier:[34,38,43,44,147,199],easi:[0,42,44,152,157,194,205,207,246,266],easier:[34,207],easili:[42,44],echo:122,eclips:17,ecmascript:[40,41,134,194,196],edg:34,edict2grn:42,edict:44,edit:[3,12,21,29,40,44,154,196,205],edit_dist:[22,35,44,46,159,196],editor:17,editrc:38,effect:[34,40,43,103,104,120,152,208,265],effici:[0,44,79,91,112,154,264],egg:264,eight:262,either:[19,41,114,134,160,195,196,206,264],eito:41,elaps:[38,82,136,157,196,198,203,237],elapsed_tim:[34,82,198],element1:[79,196],element2:[79,196],element3:79,element:[34,40,41,42,43,44,79,82,86,91,121,178,190,259,262],elfr:40,elimin:41,ellip:[164,165],ellipsoid:165,ello:43,els:[42,43,256],emac:17,embed:[0,34,43,152,154,168,178,205],embedd:43,emerg:[108,109,152,154,198],emfil:256,emit:40,emphas:169,empti:[34,38,41,42,43,92,95,96,97,120,133,134,195,237],enabl:[3,6,7,8,12,17,25,29,31,34,36,38,39,40,41,42,43,44,91,113,122,134,139,145,152,154,157,171,172,180,183,190,192,193,195,198,210,259,260,266,268],enable_tokenized_delimit:145,enablerepo:24,enci:153,enclos:262,encod:[23,34,41,42,43,44,54,56,57,73,152,155,157,196,199,203,246,252],encodiong:196,encount:[23,24,25,27,31,32],encyclopedia:237,end:[43,151,164,195,196,203,206,230,233],end_of_data:252,end_tagn:167,endian:42,endpoint:[157,158],eng:[137,212],engi:[137,212],engin:[22,24,25,27,31,134,137,145,167,168,178,206,207,208,209,212,213,214,215,250,259,261],enginen:212,english:[2,14,17,18,19,34,38,41,42,44,134,212,219,222],enhanc:45,enorm:[44,215,261],enough:[0,34,42,43,44,91,113,257,264],ensur:[34,43,44,213],enter:[41,43,252,262],entiti:0,entranc:262,entri:[41,43,44,50,59,87,89,90,93,99,100,101,104,105,106,107,111,113,114,129,134,141,150,167,168,181,195,196,236,264,265],entries_20150708:[111,113,114],entries_20150709:[111,113,114],entries_bodi:264,entries_content_index:[134,195,196,236],entries_content_index_20150708:[111,113,114],entries_content_index_20150709:[111,113,114],entries_key_index:[134,195,196,236],entries_key_index_20150708:[111,113,114],entries_key_index_20150709:[111,113,114],entries_numb:43,entries_titl:264,entries_whol:264,entries_yyyymmdd:[111,113,114],entry1:[90,264],entry2:264,entry3:264,entry4:264,entry_20150708:[111,114],entry_20150709:[111,114],entry_bodi:129,entry_kei:129,entry_selector:99,entrykei:141,enumer:262,env:205,envelop:44,enviromn:43,environ:[6,7,8,21,23,29,32,34,38,39,41,42,43,44,154,205],eol:34,epel:[24,34,40],epoch:[259,265],equal:[42,43,44,91,134,137,152,154,170,176,178,190,194,199,205,268,269],equat:164,era:0,eric:160,errbuf:34,errno:[42,43,256],error:[0,6,7,22,23,24,25,27,29,31,32,34,38,39,40,41,42,43,44,47,50,51,54,55,57,58,64,72,73,86,90,91,95,97,98,101,103,104,105,106,107,108,109,111,113,114,116,122,123,124,128,129,134,135,138,139,141,142,147,152,154,164,195,198,206,209,250,254,262],error_cod:73,error_loc:82,error_messag:82,error_no_system_resourc:34,errror:206,escal:[23,34,36,40,134,148,152,255],escap:[34,40,41,42,57,167,196],escape_charact:57,escaped_charact:57,escaped_queri:57,escaped_str:57,escaps:[167,168,178],especi:43,essenti:[25,31,154],establish:[252,262],estim:[34,43,44,58,143,257],estimate_s:43,estimated_s:[44,143],etc:[3,12,25,28,34,40,154,205,236,246,250,257,259,262],etim:151,euc:[41,152,233],euc_jp:29,eval:131,evalu:[34,41,43,91,131,133,134,181,195,196,206,233],evaluated_valu:131,evalud:131,even:[0,23,24,25,27,31,32,34,40,41,42,44,64,103,113,116,122,134,135,150,196,209,212,264],event:[43,157,246],event_dataset:[156,158],event_queri:[137,156,157,158,212,213,215],event_typ:[156,157],ever:41,everi:[34,260],everyon:266,evil:[157,196],exact:[11,47,91,112,134,139,216],exactli:257,exampl:[0,3,8,12,18,20,22,29,33,34,36,40,41,42,43,44,47,79,82,84,85,87,90,91,92,94,95,96,97,98,101,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,150,152,154,157,159,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,194,195,196,197,198,199,202,205,206,207,208,209,210,212,213,214,215,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,246,254,259,260,261,262,263,264,265,266,267,268,269],exce:[40,41,43,44],exceed:[33,257],excel:205,except:[27,34,38,40,42,43,47,79,90,113,114,120,129,131,132,134,139,145,154,170,171,178,190,195,201,206,216,219,220,222,230,236],exclam:43,exclud:[34,40,41,42,102,104,111,113,114,116,160,232],exclude_t:41,exclus:44,excut:41,exe:[12,32,34],exec_format_error:252,execut:[0,22,25,29,32,34,38,40,41,42,43,44,46,47,54,69,79,82,85,87,90,91,92,94,95,96,97,98,101,103,104,105,106,107,111,112,113,114,115,116,117,118,119,120,121,122,123,124,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,154,155,157,158,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,194,195,196,197,198,199,202,206,207,208,209,210,212,213,215,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,244,252,259,260,261,262,264,265,266,267,268,269],execute_search:114,executor:[113,114],exist:[1,18,34,40,41,42,43,44,47,55,64,91,103,104,111,113,114,115,116,119,122,130,134,141,150,152,154,158,160,170,171,196,207,210,222,250,252,259,262,264,269],exit:[40,41,43,148,150,152,196],exit_failur:72,exit_success:72,expand:[22,40,41,44,46,123,124,128,134,139,176,205,210],expans:[22,34,38,40,44,134,176,205,258],expect:[42,202,206,208,232,259],experiment:[34,38,39,40,41,42,43,44,50,55,111,117,124,131,132,206,208,209,233],expir:[34,43,87,154],explain:[34,43,157,259,262],explicitli:[18,40,43,103,134,135,154,199,203,212,246,264],exploit:0,expnas:205,expornenti:196,expr:[47,57],express:[8,22,32,34,38,40,41,43,44,46,57,101,104,132,134,154,164,176,194,230,233,236,264],expression_rewrit:[34,44],ext:145,extend:[42,206,264,268],extens:203,extract:[0,17,29,32,34,40,42,43,44,57,113,134,139,168,178,181,198,211,219,221,230,256],extrct:196,f10399c0:12,facebook:[12,22,40],facet:134,fact:[134,261],faction:265,factor:[42,134],fail:[34,38,40,41,42,43,44,49,50,73,90,91,95,98,103,111,113,116,122,123,124,128,134,138,139,141,142,161,195,262],failur:[12,34,40,42,43,44,49],fall:34,fallback:[43,44],fals:[12,34,35,41,42,44,90,91,94,95,97,98,101,105,106,107,108,114,116,119,120,121,122,129,130,133,141,145,147,157,160,167,170,171,176,181,195,196,218,221,222,223,225,226,227,228,229,230,231,232,233,234,235,237,259,267],famili:[34,91,145,196],familiar:260,fast:[0,43,75,82,91,104,111,113,114,134,139,145,164,167,168,169,170,171,178,190,195,196,201,206,207,209,216,245,246,261,262,264],faster:[29,34,38,41,42,44,91,113,233,244],fastest:47,fatal:42,fault:40,favorit:17,favorited_bi:265,fbnteqr:43,featur:[0,6,7,8,17,34,38,40,42,43,44,47,54,55,79,85,90,111,112,113,114,117,118,124,134,137,139,141,144,145,146,150,152,154,157,164,175,176,194,195,202,205,206,207,208,209,210,211,212,213,214,215,216,245,260,264],fedora:[12,18,22,23,29,36,38,40,41,42,250],feel:[42,206],fetch:[42,215,264],few:[134,245,246],fewer:[34,91],ff01:43,ff1f:43,ff21:34,ff76:199,ff9e:199,ffef:233,fff0:233,fffe:145,fget:43,field:[43,92],figur:201,file:[3,12,18,22,29,32,34,35,38,39,40,41,42,43,44,46,69,82,85,122,130,132,134,144,149,150,154,155,157,196,198,210,212,244,245,250,252,256,257,262],file_corrupt:252,file_exist:252,file_too_larg:252,filenam:34,filename_too_long:252,fill:[134,196],filter:[22,25,31,34,38,40,41,42,43,44,46,47,79,90,91,99,101,121,130,133,139,143,145,159,160,164,168,170,171,172,175,176,178,181,194,196,202,206,214,215,218,219,220,253,255,260,261,265,267,269],fin:65,find:[0,3,17,18,29,32,34,43,44,67,90,94,113,114,134,137,142,167,168,175,178,190,199,202,210,212,213,215,219,221,222,223,224,225,226,232,256,262],finish:[34,43,72,111,130,135,150,198],finnish:[34,219],firefox:17,firewood:[40,41],first:[17,29,32,34,38,41,42,43,44,54,73,82,91,92,111,113,114,130,134,139,154,167,168,170,178,183,190,195,196,205,206,207,246,250,256,259,261,262,264,265,268],five:[82,160,262],fix:[92,94,120,121,139,164,213,252,257],fix_siz:120,fixed_size_column:34,fixed_size_type_vector_column:43,flag:[33,34,38,39,40,42,43,44,51,54,57,61,64,67,68,70,73,79,88,92,94,120,133,140,142,152,153,195,196,199,206,216,259,260,261,262,263,264,265,267],flanc:164,flexibl:[0,91,176,194],flow:[3,44,134,246],flower:259,fluent:13,flush:[34,43,44,103],flushviewoffil:43,focus:262,folder:[8,32],follow:[2,17,18,21,25,26,29,32,33,34,38,40,41,42,43,44,47,51,72,73,79,82,90,91,92,94,103,104,111,112,113,114,116,117,118,119,120,121,122,133,134,137,139,141,142,144,145,146,150,152,154,155,156,157,158,161,164,167,168,170,172,176,178,180,181,183,190,192,193,195,196,198,201,203,205,206,207,208,209,210,212,213,214,215,221,222,224,225,226,233,236,237,244,246,249,252,256,257,259,260,261,262,266,269],followe:265,fontain:38,foo:34,footnot:[164,262],forc:[34,40,44],force_prefix:[34,43,145,218,221,222,223,225,226,227,228,229,230,231,232,233,234,235],force_prefix_search:[34,218,230,232,234,235],foreground:152,forget:[79,105,175],fork:[17,152],form:[34,38,41,44,134,154,194,195,196,199,249,252,262,265,266],form_1:262,form_2:262,format:[17,22,34,39,40,42,43,44,45,46,53,73,80,83,85,86,87,90,91,92,94,95,96,97,98,101,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,128,129,130,131,132,133,135,136,137,138,139,141,142,144,145,146,147,155,157,176,196,203,206,210,237,246,252,258,259,265,266],former:[47,157,199,205],formula:[164,257],found:[29,32,34,40,41,58,67,113,134,190,202,214,221],four:[82,90,152,170,198,216,232,262],fraction:[0,259,265],fragment:100,francisco:164,frank:160,free:[22,38,42,43,50,54,73,88,198,237,252,257],freebsd:[22,43,46],freed:[42,44,50,55,136],french:[34,219],freq0:[157,215],freq1:[157,215],freq2:[157,215],freq:157,frequenc:[42,43,137,143,207,208,209,263],frequency_threshold:[38,137,157,212,213,215],frequent:[34,207],fresh:197,fridai:183,friend:[3,261],friendli:40,friendship:261,from:[0,22,23,30,34,38,39,40,41,42,43,44,45,47,54,55,57,58,69,73,90,91,98,101,102,104,111,113,116,119,121,129,130,134,136,139,141,147,152,154,164,168,169,172,178,190,191,194,195,196,201,202,205,206,208,209,212,213,214,215,220,221,230,246,250,252,256,259,262,264,265,269],from_column:90,from_offic:172,from_stat:172,fromtabl:90,fsf:40,fstack:34,ftb:45,ftp:[12,153],fuku1:34,ful:145,full:[12,22,29,33,34,38,40,42,43,72,79,92,120,134,144,145,154,176,178,190,194,196,199,206,207,221,230,256,258,259,261,265,268],full_nam:[120,133],fullfil:250,fulli:[40,154],fulltext:[24,25,27,31,34,48,111,113,114,134,139,145,152,167,168,176,178,195,196,199,201,216,250,264],fullwidth:[34,43],fumiyasu:38,funa:42,func:[34,54,65,69,73],functin:196,function_nam:82,function_not_impl:252,furigana:137,further:259,futur:[38,41,79,111,117,131,132,164,206,246,252],fuzzi:[44,139],fuzzy_search:[22,44,46,159],g0763d91:83,ga54c5f8:153,garbag:[34,38,41,42,88,120,157],gat:[260,262,269],gb87d9f8:203,gcc:[24,27,29,30,38,40,41],gdb:[6,7],gem:12,gemfil:40,gener:[3,6,21,34,41,43,50,73,111,113,114,134,143,145,156,206,221,222,233,262],genki:41,geo:[22,38,39,41,58,164,258,265,269],geo_dist:[22,38,40,41,46,159,261,269],geo_distance2:[38,164],geo_distance3:[38,164],geo_in_circl:[22,38,41,44,46,159,261,265,269],geo_in_rectangl:[22,35,36,38,41,44,46,159,269],geodet:[237,269],geograph:[164,259],geoindex:261,geoloc:[22,42,46,200,207,208,209],geometri:[38,43],geopoint:164,geosit:261,german:[34,219],get:[0,2,12,17,18,22,25,29,31,34,38,40,42,43,44,50,54,58,73,87,96,111,112,115,122,134,143,144,145,148,152,155,171,196,197,202,203,212,213,215,218,232,258,260,264,265,266,269],getaddrinfo:40,getenv:43,getter:34,gettext:[17,18],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,34,38,40,41,42,43,44],githubusercont:21,gitter:[2,43,44],gituub:44,give:0,given:[40,41,44,179,183,190,256,261],glaser:44,glib:41,global:[18,22,40,41,43,46,48,50],glossari:[21,22,46],gmo:42,gnu:[3,5,8,12,18,22,23,29,30,34,38],gnupg2:12,gobject:43,going:0,golubchik:[34,43],gone:261,goo:[195,196],good:[0,17,29,111,113,114,134,143,145,170,190,195,196,197,220,222,232,264],googl:[134,195,207,208,209,214],goronga:32,goroo:244,got:[41,42],gpg:[12,25],gpl:45,gqtp:[0,1,22,24,25,27,31,34,40,41,42,43,86,151,152,153,243,251,266],grab:34,grace:[43,135],gram:[0,34,44,145,196,262],grand:265,graph:0,greas:259,greater:[137,176],greater_equ:176,gregex:41,grep:[24,25,27,31,256],grew:120,grn1:264,grn2:264,grn3:264,grn:[102,154],grn_address_is_in_us:86,grn_address_is_not_avail:86,grn_api:57,grn_arg_list_too_long:86,grn_bad_address:86,grn_bad_file_descriptor:86,grn_between_too_many_index_match_ratio:42,grn_bool:64,grn_bool_rc:54,grn_broken_pip:86,grn_builtin_typ:[64,70],grn_bulk:[44,57],grn_bulk_:34,grn_bulk_vsiz:[54,57],grn_cach:[22,43,46,48],grn_cache_clos:50,grn_cache_current_get:50,grn_cache_current_set:50,grn_cache_default_open:34,grn_cache_get_max_n_entri:50,grn_cache_open:50,grn_cache_set_max_n_entri:50,grn_cancel:[85,86],grn_cas_error:86,grn_column:[22,46,48],grn_column_cach:34,grn_column_cr:51,grn_column_get_all_index_data:43,grn_column_index:51,grn_column_index_upd:51,grn_column_nam:51,grn_column_name_id:51,grn_column_name_id_len:51,grn_column_name_kei:51,grn_column_name_key_len:51,grn_column_name_nsubrec:51,grn_column_name_nsubrecs_len:51,grn_column_name_scor:51,grn_column_name_score_len:51,grn_column_name_valu:51,grn_column_name_value_len:51,grn_column_renam:51,grn_column_t:51,grn_column_trunc:[42,51],grn_com_event_stop_accept:256,grn_command_error:86,grn_command_input_get_argu:43,grn_command_vers:[22,46,48,54],grn_command_version_default:43,grn_command_version_max:52,grn_command_version_min:52,grn_command_version_st:52,grn_cond:69,grn_conf_get:43,grn_conf_set:43,grn_config_cursor_get_kei:43,grn_config_cursor_get_valu:43,grn_config_cursor_next:43,grn_config_cursor_open:43,grn_config_delet:[43,95],grn_config_get:43,grn_config_set:43,grn_connection_refus:86,grn_content_json:53,grn_content_msgpack:53,grn_content_non:53,grn_content_tsv:53,grn_content_typ:[22,46,48,54],grn_content_xml:53,grn_ctx:[22,34,40,43,46,48,49,50,51,55,57,58,59,60,61,62,63,64,65,66,67,68,70,71,73,112],grn_ctx_at:[40,44,54],grn_ctx_batch_mod:42,grn_ctx_close:[38,42,54],grn_ctx_db:54,grn_ctx_fin:[40,54],grn_ctx_get:[51,54],grn_ctx_get_all_norm:43,grn_ctx_get_all_t:[43,54],grn_ctx_get_all_token:43,grn_ctx_get_all_token_filt:43,grn_ctx_get_all_typ:43,grn_ctx_get_command_vers:54,grn_ctx_get_match_escalation_threshold:63,grn_ctx_get_output_typ:54,grn_ctx_init:[38,54],grn_ctx_is_open:[43,54],grn_ctx_open:[38,54],grn_ctx_output_nul:43,grn_ctx_output_uint64:43,grn_ctx_per_db:[38,54],grn_ctx_recv:42,grn_ctx_send:[44,50,53,54],grn_ctx_set_command_vers:54,grn_ctx_set_fin:54,grn_ctx_set_match_escalation_threshold:63,grn_ctx_set_output_typ:54,grn_ctx_t:86,grn_ctx_use:54,grn_ctx_use_ql:42,grn_cursor_ascend:68,grn_cursor_by_id:68,grn_cursor_by_kei:68,grn_cursor_descend:68,grn_cursor_gt:68,grn_cursor_lt:68,grn_cursor_prefix:68,grn_cursor_rk:68,grn_dat:38,grn_dat_repair:39,grn_db:[22,39,46,48],grn_db_creat:55,grn_db_create_optarg:55,grn_db_float:43,grn_db_int:64,grn_db_kei:39,grn_db_open:55,grn_db_recov:[42,43,44,55],grn_db_register_by_nam:37,grn_db_text:57,grn_db_touch:[36,55],grn_db_unmap:[43,55],grn_default_logger_get_path:40,grn_default_logger_get_rotate_threshold_s:43,grn_default_logger_set_path:[34,40],grn_default_logger_set_rotate_threshold_s:43,grn_default_query_logger_get_path:40,grn_default_query_logger_get_rotate_threshold_s:43,grn_default_query_logger_set_path:[34,40],grn_default_query_logger_set_rotate_threshold_s:43,grn_directory_not_empti:86,grn_domain_error:86,grn_dump_column_create_flag:43,grn_dump_table_create_flag:43,grn_ecmascript:47,grn_enc_utf8:[56,68],grn_encod:[22,34,46,48,73],grn_encoding_pars:56,grn_encoding_to_str:56,grn_end_of_data:86,grn_exec_format_error:86,grn_expr:[22,40,42,46,48,99,101,164,206],grn_expr_add_var:57,grn_expr_alloc:57,grn_expr_append_const:[11,34,57],grn_expr_append_const_int:57,grn_expr_append_const_str:57,grn_expr_append_obj:[11,57],grn_expr_append_op:[11,34,57],grn_expr_clos:57,grn_expr_compil:57,grn_expr_creat:57,grn_expr_create_for_queri:11,grn_expr_estimate_s:43,grn_expr_exec:[43,54,57],grn_expr_get_keyword:57,grn_expr_get_var_by_offset:57,grn_expr_optim:34,grn_expr_pars:[34,57],grn_expr_query_no_syntax_error:34,grn_expr_syntax_escap:57,grn_expr_syntax_escape_queri:57,grn_expr_syntax_expand_queri:44,grn_expr_syntax_expand_query_by_t:34,grn_expr_take_obj:44,grn_expr_var:[65,73],grn_fals:[34,54,64],grn_file_corrupt:86,grn_file_exist:86,grn_file_read:43,grn_file_too_larg:86,grn_fileinfo_open:34,grn_filename_too_long:86,grn_fin:[43,72],grn_float_valu:43,grn_function_not_impl:86,grn_geo:[22,46,48],grn_geo_cursor_next:58,grn_geo_cursor_open_in_rectangl:58,grn_geo_estimate_in_rectangl:[38,58],grn_geo_point:58,grn_geo_select_in_circl:38,grn_geo_select_in_rectangl:[38,58],grn_geo_table_sort:43,grn_get_default_cache_base_path:34,grn_get_default_command_vers:52,grn_get_default_encod:56,grn_get_default_match_escalation_threshold:63,grn_get_global_error_messag:43,grn_get_lock_timeout:49,grn_get_package_label:43,grn_hash_siz:43,grn_hash_tini:43,grn_highlighter_clear_keyword:34,grn_hook:[22,46,48],grn_hook_entri:59,grn_hook_get:59,grn_hook_select:59,grn_hook_set:59,grn_id:[51,54,57,60,61,62,64,67,68,73],grn_id_nil:[54,57,67,68],grn_ii:[22,46,48],grn_ii_buff:60,grn_ii_buffer_append:60,grn_ii_buffer_clos:60,grn_ii_buffer_commit:60,grn_ii_buffer_open:60,grn_ii_cursor:43,grn_ii_cursor_clos:43,grn_ii_cursor_next:43,grn_ii_cursor_next_po:34,grn_ii_cursor_open:43,grn_ii_cursor_set_min:43,grn_ii_cursor_set_min_en:[43,44],grn_ii_estimate_size_for_lexicon_cursor:43,grn_ii_estimate_size_for_queri:43,grn_ii_max_n_chunks_tini:44,grn_ii_max_n_segments_tini:44,grn_ii_overlap_token_skip_en:[34,44],grn_ii_posting_add:44,grn_ii_reduce_expire_en:34,grn_ii_reduce_expire_threshold:34,grn_ii_sel:91,grn_illegal_byte_sequ:86,grn_improper_link:86,grn_in_values_too_many_index_match_ratio:42,grn_inappropriate_i_o_control_oper:86,grn_incompatible_file_format:86,grn_index_chunk_split_en:44,grn_index_cursor:[22,46,48],grn_index_cursor_next:[41,61],grn_index_cursor_open:61,grn_info:[22,46,48],grn_info_typ:62,grn_init:[40,43,69,72,198],grn_input_output_error:86,grn_int32_value_float_valu:43,grn_interrupted_function_cal:[86,130],grn_invalid_argu:[64,67,68,86],grn_invalid_format:86,grn_invalid_seek:86,grn_io_expir:34,grn_io_flush:34,grn_io_open:122,grn_io_use_spars:43,grn_io_vers:42,grn_is_a_directori:86,grn_itoh:38,grn_ja_skip_same_value_put:41,grn_log_level:73,grn_log_level_pars:43,grn_log_level_to_str:43,grn_log_path:40,grn_logger:40,grn_logger_info:40,grn_logger_put:34,grn_logger_reopen:40,grn_logical_range_filter_en:43,grn_logical_range_filter_threshold:43,grn_lzo_error:86,grn_match_escal:[22,46,48],grn_mecab_chunk_size_threshold:43,grn_mecab_chunked_tokenize_en:43,grn_mutex:69,grn_network_is_down:86,grn_ngram_tokenizer_remove_blank_dis:[34,44],grn_ngram_tokenizer_remove_blank_en:34,grn_no_buff:86,grn_no_child_process:86,grn_no_locks_avail:86,grn_no_memory_avail:86,grn_no_space_left_on_devic:86,grn_no_such_devic:86,grn_no_such_device_or_address:86,grn_no_such_file_or_directori:86,grn_no_such_process:86,grn_normalizer_error:86,grn_not_a_directori:86,grn_not_enough_spac:86,grn_not_socket:86,grn_obj:[22,34,40,42,43,46,48,51,54,55,57,58,59,60,61,62,65,66,67,68,70,71,73],grn_obj_add_hook:59,grn_obj_append:64,grn_obj_cast:43,grn_obj_cast_by_id:64,grn_obj_check:64,grn_obj_clear_lock:[38,64],grn_obj_clear_option_valu:34,grn_obj_clos:[11,42,43,54,61,64],grn_obj_column:64,grn_obj_column_index:[51,61],grn_obj_column_scalar:51,grn_obj_column_vector:51,grn_obj_compar:64,grn_obj_compress_lzo:51,grn_obj_compress_zlib:[44,51],grn_obj_db:55,grn_obj_decr:64,grn_obj_defrag:64,grn_obj_delete_by_id:[38,64],grn_obj_delete_hook:59,grn_obj_expir:64,grn_obj_fin:[54,57],grn_obj_flag:[51,57,67,70,73],grn_obj_flush:43,grn_obj_flush_recurs:43,grn_obj_get:64,grn_obj_get_disk_usag:34,grn_obj_get_element_info:62,grn_obj_get_hook:59,grn_obj_get_info:62,grn_obj_get_nhook:59,grn_obj_get_rang:64,grn_obj_get_valu:[38,64],grn_obj_id:64,grn_obj_incr:64,grn_obj_init:64,grn_obj_is_accessor:43,grn_obj_is_builtin:[38,64],grn_obj_is_corrupt:34,grn_obj_is_data_column:34,grn_obj_is_expr:34,grn_obj_is_function_proc:43,grn_obj_is_index_column:[34,64],grn_obj_is_key_accessor:43,grn_obj_is_lock:64,grn_obj_is_normalizer_proc:43,grn_obj_is_number_family_bulk:34,grn_obj_is_proc_proc:43,grn_obj_is_scalar_column:34,grn_obj_is_scorer_proc:43,grn_obj_is_selector_proc:43,grn_obj_is_t:43,grn_obj_is_text_family_typ:44,grn_obj_is_token_filter_proc:43,grn_obj_is_tokenizer_proc:43,grn_obj_is_tru:43,grn_obj_is_typ:43,grn_obj_is_vector_column:[34,64],grn_obj_key_float:70,grn_obj_key_int:70,grn_obj_key_norm:67,grn_obj_key_uint:70,grn_obj_key_var_s:70,grn_obj_key_with_si:67,grn_obj_lock:64,grn_obj_nam:64,grn_obj_own:43,grn_obj_path:[41,64],grn_obj_path_by_id:[39,64],grn_obj_persist:[51,67],grn_obj_prepend:64,grn_obj_reindex:43,grn_obj_reinit:64,grn_obj_remov:[38,43,64],grn_obj_remove_depend:44,grn_obj_renam:64,grn_obj_search:[44,66],grn_obj_set:64,grn_obj_set_element_info:62,grn_obj_set_fin:65,grn_obj_set_info:62,grn_obj_set_mask:64,grn_obj_set_valu:[64,68],grn_obj_table_dat_kei:38,grn_obj_table_hash_kei:[67,68],grn_obj_table_no_kei:[67,68],grn_obj_table_pat_kei:[67,68],grn_obj_type_to_str:44,grn_obj_unlink:[54,64],grn_obj_unlock:64,grn_obj_user_data:71,grn_obj_vector:[54,57,64],grn_obj_with_posit:51,grn_obj_with_sect:51,grn_obj_with_weight:51,grn_object_corrupt:86,grn_op_adjust:[11,44,66],grn_op_and:[11,66],grn_op_and_not:66,grn_op_but:11,grn_op_cal:11,grn_op_fuzzi:44,grn_op_get_valu:34,grn_op_or:[11,66],grn_op_push:11,grn_op_term_extract:43,grn_oper:[51,57,58,66,67],grn_operation_not_permit:86,grn_operation_not_support:86,grn_operation_timeout:86,grn_operation_would_block:86,grn_operator_to_exec_func:34,grn_order_by_estimated_size_en:34,grn_parse_query_flag:43,grn_pat_at:36,grn_pat_cursor_next:43,grn_pat_del:43,grn_pat_fuzzy_search:44,grn_permission_deni:86,grn_persistent_cache_open:34,grn_plugin_calloc:44,grn_plugin_charlen:73,grn_plugin_command_cr:[42,73],grn_plugin_error:[73,86],grn_plugin_expr_var_init:[42,73],grn_plugin_fin:73,grn_plugin_fre:73,grn_plugin_get_nam:43,grn_plugin_get_ruby_suffix:43,grn_plugin_get_suffix:38,grn_plugin_get_system_plugins_dir:38,grn_plugin_init:73,grn_plugin_isspac:73,grn_plugin_log:73,grn_plugin_malloc:73,grn_plugin_mutex:73,grn_plugin_mutex_clos:73,grn_plugin_mutex_lock:73,grn_plugin_mutex_open:73,grn_plugin_mutex_unlock:73,grn_plugin_proc_alloc:73,grn_plugin_proc_get_cal:34,grn_plugin_proc_get_value_mod:34,grn_plugin_proc_get_var:[42,73],grn_plugin_proc_get_var_bool:44,grn_plugin_proc_get_var_by_offset:[42,73],grn_plugin_proc_get_var_int32:44,grn_plugin_proc_get_var_str:44,grn_plugin_realloc:73,grn_plugin_regist:[37,73],grn_plugin_win32_base_dir:[43,73],grn_plugin_windows_base_dir:[43,73],grn_plugins_dir:[34,43],grn_plugins_path:34,grn_post:[58,61],grn_proc:[22,46,48],grn_proc_creat:65,grn_proc_func:[54,65,73],grn_proc_funct:73,grn_proc_get_info:65,grn_proc_get_typ:42,grn_proc_is_st:34,grn_proc_set_is_st:34,grn_proc_set_selector:42,grn_proc_typ:65,grn_ptr:43,grn_ptr_init:[54,57],grn_ptr_value_at:[54,57],grn_pvector:[43,54,57],grn_qlog_path:40,grn_queri:40,grn_query_expander_tsv_synonyms_fil:205,grn_query_log_show_condit:34,grn_range_error:86,grn_raw_str:34,grn_rc:[49,50,51,52,54,55,56,57,58,59,60,62,63,64,65,66,67,68,72,73],grn_read_only_file_system:86,grn_request_canceler_cancel_al:44,grn_resource_busi:86,grn_resource_deadlock_avoid:[64,86],grn_resource_temporarily_unavail:[34,86],grn_result_too_larg:86,grn_retry_max:86,grn_scan_info_regexp_dot_asterisk_en:34,grn_scorer_error:86,grn_search:[22,46,48],grn_search_optarg:[43,66],grn_select:134,grn_selector_func:42,grn_set_default_cache_base_path:34,grn_set_default_command_vers:52,grn_set_default_encod:56,grn_set_default_match_escalation_threshold:63,grn_set_lock_timeout:49,grn_snip:[40,42],grn_snip_clos:42,grn_sock:256,grn_socket_is_already_connect:86,grn_socket_is_already_shutdown:86,grn_socket_is_not_connect:86,grn_socket_not_initi:86,grn_stack_over_flow:86,grn_success:[49,50,51,54,55,57,64,72,73,86,198],grn_syntax_error:86,grn_t:43,grn_tabl:[22,46,48],grn_table_add:67,grn_table_apply_expr:34,grn_table_at:[36,39,64,67],grn_table_column:67,grn_table_cr:67,grn_table_cursor:[22,46,48,61],grn_table_cursor_clos:68,grn_table_cursor_delet:68,grn_table_cursor_get_kei:68,grn_table_cursor_get_valu:68,grn_table_cursor_next:[36,68],grn_table_cursor_open:[36,68],grn_table_cursor_set_valu:68,grn_table_cursor_t:68,grn_table_dat_kei:67,grn_table_delet:[43,67],grn_table_delete_by_id:[43,67],grn_table_differ:67,grn_table_find_reference_object:34,grn_table_fuzzy_search:44,grn_table_fuzzy_search_with_transposit:44,grn_table_get:[39,67],grn_table_get_kei:67,grn_table_group:[43,67],grn_table_group_flag:[43,67],grn_table_group_result:67,grn_table_hash_kei:[58,67],grn_table_lcp_search:67,grn_table_pat_kei:67,grn_table_renam:67,grn_table_s:[11,67],grn_table_select:[3,57],grn_table_select_and_min_skip_en:34,grn_table_select_enough_filtered_ratio:[34,44],grn_table_select_sequenti:44,grn_table_setoper:[34,44,67],grn_table_sort:67,grn_table_sort_asc:67,grn_table_sort_desc:67,grn_table_sort_flag:67,grn_table_sort_kei:67,grn_table_trunc:[38,67],grn_table_upd:67,grn_table_update_by_id:67,grn_text_len:57,grn_text_printf:42,grn_text_valu:57,grn_text_vprintf:42,grn_thread_:[22,46,48],grn_thread_get_limit:[43,69],grn_thread_get_limit_func:69,grn_thread_set_get_limit_func:[69,144],grn_thread_set_limit:69,grn_thread_set_limit_func:69,grn_thread_set_set_limit_func:[69,144],grn_token_filter_error:86,grn_tokenize_onli:44,grn_tokenizer_error:86,grn_tokenizer_query_open:40,grn_too_large_offset:86,grn_too_many_link:86,grn_too_many_open_fil:86,grn_too_many_open_files_in_system:86,grn_too_many_symbolic_link:86,grn_too_small_limit:86,grn_too_small_offset:86,grn_true:[54,64],grn_type:[22,46,48],grn_type_cr:70,grn_unknown_error:86,grn_unsupported_command_vers:86,grn_update_not_allow:86,grn_user_data:[22,46,48,65,73],grn_vector_pop_el:43,grn_void:44,grn_window_function_error:86,grn_window_get_s:34,grn_zlib_error:86,grn_zstd_error:86,grndb:[22,34,42,43,44,46,122,149],grnline:262,grnslap:[22,46,149],grntest:[12,13,36,38,40,44],grnwrap:262,gro:[157,178],gronga:[205,214],gronnga:214,groo:[134,157],groonga1:81,groonga:[1,2,13,16,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,46,47,48,49,50,53,64,69,72,73,75,79,80,81,82,83,85,90,91,92,94,98,102,103,104,108,111,113,114,116,117,121,122,123,124,128,130,133,134,135,136,137,139,142,144,145,148,149,150,164,167,168,169,170,171,176,178,181,190,192,194,195,196,197,198,199,200,201,202,203,205,206,207,209,210,211,212,213,214,215,216,217,219,221,222,230,231,236,237,243,244,245,246,249,252,256,257,259,260,261,262,263,264,265,266,267,268,269],groonga_cache_base_path:34,groonga_cache_limit:41,groonga_cli:196,groonga_clone_dir:12,groonga_databas:246,groonga_database_auto_cr:[40,41],groonga_default_command_vers:246,groonga_dir:12,groonga_dist:40,groonga_get_thread_limit:69,groonga_log_level:41,groonga_log_path:41,groonga_n_record:41,groonga_org_path:12,groonga_path:153,groonga_query_log_path:[41,42],groonga_release_d:12,groonga_set_thread_limit:69,groonga_vers:[12,38],groongau0000ful:231,grooon:157,grooonga:34,group:[0,34,40,41,42,43,44,111,113,114,134,181,216,259,260,265],group_kei:34,grroonga:214,gtar:30,gted:17,gtihub:38,guard:[43,104,209],guess:29,gui:133,gurun:194,gurunavi:[34,43,44],gzcat:44,gzip:[29,40,245],gzip_typ:246,had:[17,34,43,44,207],hai:11,half:[34,199],halfwidth:199,hana:261,hanako:101,hand:[0,18,43,44,134,154,157,176,181,259,264],handl:[34,41,42,43,44,54,86,91,154,216,223,224,225,226,227,228,229,236,257,259],hang:41,hanleabl:91,happen:34,hard:236,has:[0,12,19,33,34,40,41,42,43,44,45,47,49,54,58,67,73,75,79,82,91,92,94,101,111,113,114,116,117,118,120,121,122,130,133,134,137,139,141,142,144,145,146,150,152,154,155,156,157,160,161,164,167,168,170,175,178,181,183,190,194,195,196,197,198,199,200,201,203,205,206,207,208,209,210,211,213,214,217,218,219,220,221,222,223,224,225,226,230,232,236,245,246,252,259,260,261,262,264],hash:[34,38,40,41,43,44,91,102,121,133,139,196,216],hash_index:265,hash_kei:[34,120,121,216],hash_tag:265,hasn:[222,223,224,225,226,227,228,229,231,233,234,235],hat:29,hatak:[42,43],have:[0,6,7,16,17,21,29,34,42,43,53,55,75,82,86,90,91,92,111,113,114,116,120,121,134,135,137,139,141,150,154,157,175,195,196,197,199,201,205,206,210,213,215,217,220,222,236,237,245,246,250,259,262,266],haystack:11,hdd:153,head:[42,134,151,154,252],header:[30,40,41,42,43,85,86,87,90,91,92,94,98,101,103,104,106,108,111,112,113,115,116,117,118,119,120,122,123,124,128,129,130,131,132,134,135,136,138,139,141,142,144,145,146,147,246],heavi:[34,103,134,244],held:43,hello:[43,111,113,114,134,143,195,196,197,220,221,222,225,226,230,233,264],help:[16,17,23,34,41,134,150,152,202,206,207,214,232],hemispher:40,hendro:41,here:[6,7,8,17,18,21,29,31,32,34,47,50,53,54,55,57,69,72,73,75,79,83,84,85,86,87,90,91,92,94,95,96,97,101,102,103,104,105,106,107,111,112,113,114,115,116,117,118,120,121,123,124,128,129,130,131,132,133,134,135,136,137,139,141,142,143,145,146,147,150,152,154,156,157,158,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,198,199,201,205,206,207,208,209,212,213,215,216,217,218,219,220,221,222,223,224,225,226,230,231,232,236,246,252,260,264,269],hereaft:0,hex:[196,261],hidden:[0,34],hide:41,hideki:[41,42,43],high:[0,34,79,134,194,208],high_scor:90,higher:[91,134,137],highight_ful:167,highli:[207,208,209],highlight:[34,44,167,168],highlight_ful:[22,34,42,44,46,159,168],highlight_html:[22,34,42,43,44,46,159,167],hino:41,hint:256,hiragana:[34,175,195,196,202,212,218,222],hiro:43,hiroaki:[43,44],hiroshi:[38,42,43,44],hirotaka:43,hiroyuki:[43,44],histori:[34,38],hit:[34,41,91,134,194,267],hmm:265,hobbi:198,hoge:[152,162],hold:[259,263],home:[12,29,111,114,116,233],homebrew:[12,22,23,42,44],homepag:153,hook:[21,116],horikoshi:38,horimoto:[34,111,114,116],host1:206,host2:206,host:[6,7,8,21,38,153,157,206,210,252,266],host_name_or_ip_address:[252,266],hostnam:[40,152,153,154,155,252],hottolink:45,hour2:113,hour:[49,196,198,265],how:[4,18,21,22,23,24,25,26,27,28,29,30,31,32,34,40,42,43,44,46,73,91,111,112,114,116,133,134,141,157,164,170,176,190,196,201,206,207,208,209,211,232,236,243,249,254,259,260,261,262,264,265],how_to_use_range_index:112,howev:[0,230],howto:[34,44],html:[3,12,36,38,40,42,44,154,155,167,168,178,246],html_untag:[22,41,46,159],htpasswd:[154,246],http:[0,1,12,13,17,21,22,24,25,27,28,29,30,31,32,34,40,41,42,43,44,46,79,102,104,130,149,151,152,153,154,157,169,170,171,190,206,215,230,243,244,256,258,259,260,261,262,264,269],httpd:[12,22,24,25,27,31,34,38,39,40,41,42,43,44,46,50,130,144,149,156,198,214,243,245,246],httprewritemodul:154,hubeni:164,human:[92,139],hypertext:[22,258],hyphen:[34,91,139,262],i18n:[3,15,18,22,44],i386:[12,38],i686:153,ichii:38,id_column:51,idea:134,identifi:[34,47,90,101,237],ideograph:[34,43],idf:[42,207,208,209],ieee:237,iff:262,ignor:[34,38,40,41,42,43,44,55,101,103,117,130,134,145,195,205,216,220,223,224,225,226],ii_buff:60,ill:253,illegal_byte_sequ:252,illustr:260,imag:[22,23,34],imagin:[134,260],immedi:[0,43,44,130,135,154,157],immut:120,implement:[17,38,40,42,43,44,45,85,90,91,111,114,131,132,134,154,155,164,175,196,209,210,216,244,245],implemnt:245,implicitli:264,improper_link:252,improv:[103,154,171,194,196,250],in_record:[22,34,46,159],in_valu:[22,34,42,43,44,46,159],inaccur:40,inada:41,inappropriate_i_o_control_oper:252,inc:[34,42,43,44],includ:[6,16,34,41,42,43,44,82,90,92,94,104,111,113,114,116,117,120,122,123,124,128,131,132,134,142,143,145,157,160,178,190,196,205,208,209,222,230,232,246,262],include_class:34,include_form:34,include_read:[34,232],inclus:[34,160],incompat:[34,40,41,42,43,44],incompatible_file_format:252,incomplet:44,incorrect:42,increas:[0,6,7,34,43,69,79,118,131,134,136,145,146,157,164,206,209,221,236],increment:[34,84,150],incres:42,independ:[0,112,154,232],index:[12,17,22,34,38,39,40,41,42,43,44,45,46,55,58,60,61,64,75,79,92,102,103,111,112,113,114,116,120,129,134,141,143,150,152,170,175,178,195,196,201,216,221,233,236,258,265],index_1:133,index_2:133,index_blog:264,index_column:[42,43,44,103,134],index_column_df_ratio:34,index_column_df_ratio_between:34,index_column_nam:133,index_column_name_with_table_nam:133,index_column_source_record:34,index_column_value_statistics_n_array_seg:120,index_column_value_statistics_n_buffer_seg:120,index_friend:261,index_medium:[91,120],index_messag:264,index_n:133,index_point:261,index_smal:[91,120],index_tag:261,index_titl:264,indexblog1:264,indexblog2:264,indexbuf:51,indic:[41,145,164,198,262,267],infin:34,infinit:[38,40,42,43,139],inflected_form:[34,232],inflected_typ:[34,232],influenc:[152,154],info:[34,43,44,91,108,109,150,152,154,206,209],inform:[0,2,17,22,34,39,40,41,43,44,50,54,92,113,120,121,123,128,131,132,133,134,150,152,198,199,258,261,265],inherit:41,inhibit:39,init:[25,29,40,41,42,65],initi:[34,38,40,42,43,44,54,72,73,111,113,114,134],innodb:0,input:[34,38,41,44,53,82,104,134,196,202,212,213,214,215,218,252,262],input_file_nam:82,input_output_error:252,insensit:[134,175,206],insert:[40,178,262],inspect:[34,41,42,43,44,120,133],inst:41,instal:[0,3,12,14,21,22,24,25,26,27,28,30,31,34,38,40,41,42,43,44,73,155,232,250],instant:22,instantli:[0,178],instead:[21,23,27,29,32,34,38,40,41,42,43,44,54,73,89,91,114,120,128,134,136,139,150,152,154,164,167,168,176,178,194,195,196,199,201,206,216,239,250,252,268],instroduc:41,instruct:[34,44,157],insuffici:[44,259],int16:[36,41,120,121,133],int32:[40,41,42,43,79,90,94,114,120,121,133,134,137,139,142,147,157,160,164,172,176,195,196,207,208,209,212,213,215,255,260,261,262,264,265,269],int64:[41,42,114,120,121,133,134,161],int8:[36,41,42,120,121,133,259],integ:[43,44,79,86,120,121,134,144,152,237,252,259,262],integr:[21,40,41,259],intel:153,intend:[40,42,181,195,264],intens:154,interact:[252,262],interest:[3,43,206,262],interfac:[40,157,203,262],intern:[39,41,42,43,44,50,53,54,120,121,178,259],internet:[0,194],interpret:[12,39,195,230],interrupt:34,interrupted_function_cal:252,interv:[44,196],introduc:[3,34,42,43,44],introduct:[3,15,17,22,42,46,102,137,211,252,262,266],introspect:40,intuit:267,inv_res_column:153,inv_thread_column:153,invalid:[34,38,40,41,42,43,44,56,73,91,103,134,139],invalid_argu:252,invalid_format:252,invalid_seek:252,invers:[42,207,209],invert:[22,38,40,42,43,44,91,178,196,261,262],investig:[34,41,44,256,257,260],io_flush:[22,34,43,44,46,80],ipa:27,ipad:[27,28,232],iptabl:[246,266],is_a_directori:252,is_anim:259,is_popular:[111,113,114,134],is_removable_t:141,is_stop_column:220,is_stop_word:[34,42,43,143,220],isn:[6,7,8,29,34,40,41,42,43,44,47,54,55,64,69,82,85,87,91,92,103,104,111,112,113,114,116,120,131,132,133,134,137,139,141,152,154,178,190,195,205,210,212,213,214,221,222,232,252],iso:196,isob:41,isssu:41,issu:[3,22,34,41,42,43,44,250,257,258],itagaki:36,italian:[34,219],item:[34,43,47,95,96,97,134,137,139,148,157,175,212,213,215,216,246,250],item_:137,item_dataset:[156,215],item_queri:[137,156,157,212,213,215],item_query_kana:157,item_query_kei:157,items_index:175,iter:[43,196],its:[3,20,34,40,43,57,69,73,79,91,92,103,104,111,114,116,133,134,141,142,150,170,196,198,208,212,249,252,256,259,262,265,266],itself:[34,41,42,79,145,195,205,206],ivh:27,iwai:[39,40,41,44],iwamatsu:44,jacob16bit:43,jame:267,jan:[34,265],januari:196,japan:[101,212,260,266,269],japanes:[0,2,17,19,34,40,42,195,196,202,212,222,232],jason:267,javascript:[12,22,38,154,155,258,266],jeff:267,jekyl:12,jemalloc:42,jennif:267,jersei:265,jessi:[12,25,34,41,42,43],jinja2:12,jira:44,jiro:261,job:153,john:[101,267],join:2,joseph:267,jqueri:42,json:[34,36,38,40,42,43,44,53,79,83,104,137,154,155,203,246,252,262],jsonp:[43,157],juli:[34,43],juman:27,jumand:27,jun:[42,43],just:[6,7,17,21,23,24,25,27,29,30,31,32,34,38,40,41,42,43,50,55,64,72,82,83,87,91,94,101,111,116,117,119,120,123,128,130,131,132,134,139,141,142,145,150,152,156,157,176,195,196,197,198,205,207,210,212,221,230,245,246,265],kagami:43,kakesa:43,kana:[34,137,156,157,202,212,213,215,232],kanako:41,kanji:[202,218,222],kashihara:42,katagiri:41,katakana:[34,137,175,199,202,212,218,222],kawada:42,kawaji:40,kazuhiko:[40,42,44],kazuhiro:41,keep:[33,34,38,44,50,54,79,85,150,154,197,208,209,232],kei:[0,12,22,33,34,39,40,41,42,43,44,47,64,67,68,79,90,91,101,104,111,113,116,120,130,133,136,137,139,141,148,150,157,176,195,196,199,202,216,221,258,259,260,261,262,268],ken:261,kenichi:[36,38],kentaro:41,kept:[34,113,114,134],kernel:[40,236],key1:[34,90],key2:34,key_1:133,key_2:133,key_column:51,key_float:121,key_geo_point:121,key_index:141,key_int:121,key_larg:[33,44,139,216],key_length:252,key_n:133,key_nam:[114,134],key_norm:[40,43,139,199],key_siz:67,key_typ:[67,91,133,152,153,259,260,261,262,264,265,267],key_uint:121,key_valu:34,key_var_s:121,key_with_si:[139,195,196,267],keyboard:134,keybuf:67,keyr:[25,40],keys_zon:154,keyword1:[40,167],keyword2:[40,167],keyword:[34,40,41,44,57,112,134,139,167,168,176,178,195,206,207,208,209,214,261,262,264],keyword_cont:57,keyword_s:57,kfc:201,kill:135,kind:[0,237,260,262,268,269],kinjir:261,kisk:40,kitaiti:44,kiyokawa:44,klose:43,know:[43,91,103,134,150,221,260,261,265],knowledg:0,known:[0,41,178,196,207,262,266],koi8r:[29,40,152],koji:40,konishi:41,korea:260,kosuk:41,kouhei:41,kuriyama:[42,43],kwic:178,kytea:[29,34,40,41,145],label1:[42,114,134],label2:[114,134],label:[34,41,42,43,44,90,175],label_1:134,label_2:134,label_n:134,labeledargu:34,lack:256,lager:41,lake:201,langasek:44,languag:[0,1,3,20,21,34,41,42,44,219,222,232],larg:[0,34,40,43,44,150,195,196,210,216,221,236,246,259],larger:[34,42,43,79,85,98,113,114,120,121,134,139,152,158,178,215,216,236,252],larget:130,largetext:216,last:[34,40,43,54,145,157,222,256],last_modifi:265,lat:153,late:134,latenc:153,later:[34,38,40,41,42,43,44,90,104,134,152,167,168,169,181,199,206,210,262],latest:[2,6,7,8,24,26,42,43,44,134],latin1:[29,40],latin:[34,152],latinov:44,latitud:[22,196,258,265,269],latitude_in_degre:196,latitude_in_degreexlongitude_in_degre:196,latitude_in_msec:196,latitude_in_msecxlongitude_in_msec:196,latter:[47,157,199,205],launch:158,launchpad:[12,31,42],layer:43,layout:12,lc_messag:17,lcov:14,lead:[134,178,262],leak:[34,36,38,40,41,42,43,44,136],leakag:268,leaner:158,lear:215,learn:[41,111,113,114,134,137,164,211,260,264],learner:[22,42,44,46,149,156,214],least:[40,43,87,91,170,181,195,236,257],left:[34,44,58],left_hand_side_el:44,leftmost:196,lemon:47,length:[34,40,44,73,259],less:[34,42,43,44,85,134,139,152,170,176,178,190,194,197,206,208,209,236,237,250,269],less_equ:176,let:[22,79,111,113,114,134,141,164,197,222,256,258,259,261,262,264,268,269],letter:[34,199],level:[34,40,41,42,43,44,73,91,108,109,152,154,158,198,252,260],lexcon:262,lexicon2:264,lexicon:[22,34,43,44,91,102,129,141,143,176,181,197,199,206,216,220,258,264],lexicon_t:153,lgpl:45,lib:[28,36,41,113,123,124,128,150,154,250,256],libedit:[27,29,38,40,43],libev:[25,29,31,39],libgcc_s_sjlj:42,libgroonga:[20,34,262],liblz4:25,liblzo2:31,libmecab:[12,25,31],libmemcach:14,libmsgpack:[25,31],librari:[1,20,22,23,34,40,41,42,43,44,48,53,72,144,152,194,195,207,244,250,256,262],libstemm:42,libtool:[6,43],libwinpthread:42,libzmq3:25,libzmq:31,libzstd:25,lic:170,licens:[12,40,42,45],life:43,lifecycl:21,light:[94,119,121,142,244],like:[2,22,29,34,42,43,51,79,92,94,104,111,113,114,119,120,122,134,137,142,152,154,157,164,175,176,181,194,195,196,201,206,208,209,212,222,234,235,244,246,258,260,265],limit:[22,34,35,38,40,41,42,43,44,46,58,67,68,99,130,137,152,154,164,181,194,195,196,198,207,208,210,215,236,258,261,262,264,266],line:[6,7,8,14,17,18,21,29,32,34,38,40,42,43,54,82,104,133,154,164,195,201,205,206,210,244,245,246,256,262],line_cont:82,line_numb:82,link:[34,40,42,43,134,195,196,259,260,266],linux:[3,5,8,12,18,22,23,26,34,38,40,46,153],lion:40,lisp:34,list:[3,12,13,17,18,22,25,34,40,42,43,44,57,92,103,112,115,118,120,121,134,139,146,152,154,156,158,195,196,199,201,217,221,256,259,261,262,265],listen:[34,40,154,246,252,256,266],liter:[38,40,41,44,167,168,178,195,206,233],littl:[134,152,154],live:[139,265],lldb:[6,7],llt:145,load:[22,34,36,38,39,40,41,42,43,44,46,47,80,89,90,91,94,98,101,102,103,111,113,114,116,119,120,123,128,132,134,137,139,142,143,147,150,152,153,157,158,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,199,202,205,206,207,208,209,210,212,213,215,219,220,237,246,255,258,259,260,261,264,267,268,269],loaded_id:[44,104],loaded_record:104,loaded_valu:132,local:[0,6,7,12,17,18,28,29,34,113,152,154,196],localeoutput:34,localhost:[12,104,130,151,152,153,154,157,203,246,252],localstatedir:23,locat:[21,22,40,41,42,44,82,154,201,246,258,259,260,265,266],location_in_groonga:82,location_in_input:82,location_str:265,lock:[22,34,38,40,41,43,44,49,55,73,103,104,105,106,107,178],lock_acquir:[22,43,46,80,107],lock_clear:[22,34,42,43,46,80,89,105,107],lock_releas:[22,43,46,80,105],lock_tabl:34,log1:90,log:[12,22,23,34,38,40,41,42,43,44,46,54,73,90,91,108,111,115,116,119,122,129,134,139,152,153,154,157,206,208,209,210,212,213,215,216,245,250,257],log_20160320:116,log_level:[22,34,43,46,80,91,109,110,150,152,198],log_put:[22,43,46,80,108,110,152],log_reopen:[22,44,46,80,108,109],log_repoen:40,logal:21,logger:[40,43],logic:[40,43,44,111,113,114,115,134,170,210,221],logical_:[112,210],logical_count:[22,34,43,46,80,136,210],logical_paramet:[22,43,46,80,210],logical_range_filt:[22,34,43,46,80,111,112,136,210],logical_select:[22,34,43,44,46,80,111,113,116,136,210,238],logical_shard_list:[22,43,46,80,116,210],logical_table_nam:[111,113,114,210],logical_table_remov:[22,34,43,44,46,80,103,210],logicalcountcommand:111,logicalrangefiltercommand:113,logicalselectcommand:114,logicaltableremovecommand:116,login:236,logo:40,logrot:[40,42,43],logs_20150203:[111,116],logs_20150801:115,logs_20150802:115,logs_20150814:210,logs_20150815:210,logs_20150930:115,logs_20160318:116,logs_20160319:116,logs_20160320:116,logs_20160320_:116,logs_20160320_timestamp:116,logs_message_index:206,logs_timestamp:129,logyyyymmddhhmmss:157,london:164,longer:[34,45,54,105,120],longest:[38,67,196],longitud:[22,196,258,265,269],longitude_in_degre:196,longitude_in_msec:196,longitudexlatitud:41,longtext:[47,58,91,120,121,133],look:86,lookahead:230,loop:[40,42,43,44],loos:[34,161],loose_blank:34,loose_items_index:175,loose_symbol:34,looseitem:175,lost:[34,44],lot:41,love:264,lower:[91,134,139,145,206,262],lowercas:206,lowest:134,lru:87,lte:145,lucid:[36,41],lunch:0,lz4:[23,34,42,44,91,120,133],lzo:[38,40,41,42],lzo_error:252,m64:30,mac:[22,23,36,40,42,44],machin:[42,152],macport:[22,23,38],macro:[34,38,41,42,43,256],made:[34,38,40,43,262],madrid:164,magnitud:[113,114],mai:[0,20,29,33,34,38,40,41,42,43,44,50,51,55,69,82,91,92,94,103,104,105,106,107,111,113,117,119,130,131,132,133,136,137,139,141,142,150,154,157,170,195,196,205,206,207,208,209,216,222,232,233,236,246,261,264],mail:[3,17,22,43],mail_column:153,mailarch:12,main:[12,25,69,114],mainli:[42,265],mainlin:[42,43],mainstream:0,maintain:232,mainten:[219,232],maintenait:219,maintenir:219,major:[23,34],make:[0,14,17,18,19,23,24,25,27,28,30,31,34,42,44,73,151,152,153,154,178,197,262,266,267],makecach:40,makefil:[7,8],makoto:44,malfunct:43,malloc:42,man:44,manag:[0,18,21,29,47,54,55,84,98,120,130,148,150,152,154,178,205,216,246,266],mani:[0,3,17,29,33,34,38,41,42,43,44,69,79,91,103,111,113,114,116,121,134,139,141,143,145,154,156,178,195,196,206,207,208,209,214,216,236,244,245,246,250,256,259,260,262],manipul:194,manner:[134,262],manual:[22,42,197],map:[34,38,43,47,90,98,134,198,212,236,257],map_hugetlb:38,mariadb:[41,42,44],mark:[34,39,42,43,44,91,139,199,220,233,250,265],marku:40,markup:[16,43],masafumi:[41,42,44],masaharu:[39,40,41,44],masahiro:[36,41,42],masanori:44,masatoshi:[34,43],massachusett:265,master:[17,21,154],match:[23,34,36,38,40,41,42,43,44,47,57,58,79,101,111,113,114,134,139,148,152,154,160,167,168,170,171,175,176,178,181,190,194,197,206,207,208,209,220,230,255,262,264,265],match_column:[22,34,41,42,43,44,79,91,99,167,168,178,195,197,198,207,208,209,219,220,253,255,258,262,265,268],match_escal:34,match_escalation_threshold:[29,34,36,54,148],math:172,math_ab:[22,34,46,159],matsuu:36,matthia:43,matur:[1,250],maverick:38,max:[34,38,40,41,42,43,44,47,50,68,69,88,95,96,97,98,112,120,134,136,141,148,151,152,153,157,177,178,196,208,216,246],max_array_segment_id:120,max_buffer_segment_id:120,max_command_vers:[83,136,154,203,252,262,266],max_concurr:151,max_dist:44,max_in_use_chunk_id:120,max_in_use_physical_segment_id:120,max_interv:196,max_length:170,max_map_count:257,max_map_seg:34,max_nfthread:69,max_section_id:120,max_siz:68,max_total_s:120,max_tp:151,max_valu:236,maximium:134,maximum:[33,43,84,91,111,114,116,120,121,134,139,160,196,207,208,216,252,257,259,262],mayb:34,mcdonald:201,mdev:[43,44],mean:[29,34,40,41,42,43,44,47,49,53,57,58,64,73,79,85,86,91,92,98,103,104,105,106,107,108,111,113,114,116,120,122,129,130,134,136,137,145,148,150,152,154,157,181,195,196,198,199,201,202,205,206,208,209,210,212,221,226,229,236,257,259,260,262,264,269],meaning:43,meaningless:[47,206],measur:[0,38],mecab:[0,12,24,25,27,28,29,31,34,38,40,41,42,43,44,45,232],mecab_new2:40,mecab_strerror:42,mecabrc:28,mechan:[40,43,154,246],media:42,median:42,medium:[23,24,25,27,31,32,44,120,265],meerkat:38,meet:[42,265,269],meetup:43,memcach:[0,1,22,43,44,243,266],memcpi:34,memo1:207,memo2:207,memo3:207,memo4:207,memo5:207,memo6:207,memo7:207,memo:[43,121,133,170,171,176,183,190,192,207,208,209,219,220],memo_index:42,memori:[22,23,24,25,27,31,32,34,36,38,40,41,42,43,44,50,54,73,91,98,103,134,136,139,152,154,206,254,256],memos_cont:[219,220],memos_content_index:[121,133],memos_tag:171,memset:43,mention:181,menu:[32,134],mercuri:12,merg:[0,17,40],meridian:164,merit:[113,134,152,154],messag:[6,7,12,22,23,34,38,39,40,41,42,43,44,73,82,104,109,198,206,208,209,254,264,265],message_for_1st_record:104,message_for_2nd_record:104,message_index:[208,209],message_pack_install_prefix:23,messagepack:[29,34,38,39,40,43,53,203,246,252],met:181,meta:[40,92,150],metadata:[34,40,44,91,121,131,132,207,208,209,232,265],meter:[164,172,269],method:[34,41,43,120,133,155,202,212,221,222,224,225,226,227,228,229,233,234,235,262],micro:[22,196,258,259],microsecond:[198,259],microsoft:[8,32,43,256],middl:34,midnight:196,migrat:[42,111,113,114,134,195,196],mike:101,million:[33,91],millisecond:[49,85,152,157,196,259,269],mime:[43,246],min:[34,40,42,43,49,68,134,151,153],min_siz:68,minagawa:[41,42,44],mind:[33,210],mine:0,mingw:12,minim:[154,160],minimum:[24,25,27,31,73,111,114,116,134,196,250],minut:[196,198,212,213,265,269],mip:44,mipsel:44,mismatch:[34,42,44,150],miss:[34,38,40,41,42,43,44,205],mitani:42,mitsuhiro:36,mitsuo:41,mix:[34,43,79,137,155,222],miyashita:44,mizuhara:43,mkdir:102,mkostemp:42,mktime:43,mmap:[22,41,254],mnt:26,mobil:0,mode1:170,mode:[17,34,40,41,42,43,44,45,122,155,170,176,206,233,252,262],model:[42,144,152,252],moden:170,modern:265,modif:43,modifi:[29,34,44,257,266,268],modul:[0,22,36,42,43,199,207,217,221,246],moero:261,mondai:183,monei:261,monitor:[24,25,27,31,41],monkei:259,month:[34,43,196,198,210,261,265],montywi:39,more:[0,6,7,29,33,34,40,41,42,43,44,54,73,75,79,91,92,103,111,113,114,116,120,121,129,134,137,139,141,150,152,154,157,158,170,171,175,176,178,181,195,196,197,202,205,206,207,208,209,210,213,214,216,217,221,222,230,232,236,237,246,252,259,262,265,267],moreov:269,moritapo:261,moritar:264,morn:197,morpholog:[0,29,196,232],most:[34,42,43,54,58,79,80,91,114,121,134,195,196,206,208,222,233,246,259,262],motoi:41,move:[16,32,38,40,43,90,98,120],movi:261,mpaa:160,mrb:[34,43],mrb_valu:44,mroonga:[22,34,39,40,41,42,43,44,79,102,104,111,113,114,134,167,168,169,170,171,176,181,190,195,196,205,207,210,264],mrubi:[6,7,8,12,34,41,42,43,44,131,132,210],ms740668:256,msdn:256,msec:[38,49],msg_control:43,msg_controllen:43,msg_flag:43,msg_id:12,msghdr:43,msgpack:[34,43,44,203,246,252],msvc:43,msyql:79,mte:45,much:[34,221],multi:[0,29,34,38,42,43,44,154,198,245],multibyt:[38,44],multilin:206,multipl:[0,22,34,40,41,42,43,44,47,50,79,92,101,111,113,114,117,129,130,133,134,143,145,152,154,157,167,170,171,176,195,200,206,207,210,212,230,244,258,261,263,265],multipli:196,multithread:[43,98,130],munin:[23,24,25,27,31,38,39,40,41,42],murakami:[34,41,42,43,44],murata:34,museum:265,musha:43,music:[198,261],must:[6,7,8,29,34,42,43,44,47,50,51,55,57,58,64,72,73,75,90,91,92,94,98,101,103,104,105,106,107,111,113,114,120,122,130,134,137,139,142,144,150,152,154,157,158,160,169,175,181,195,196,206,208,209,210,215,236,246,252,257,259,262,266],mutabl:120,mutex:[41,73],mutex_lock:69,mutex_unlock:69,mxcl:12,myamanishi3:34,myisam:0,mysql:[0,24,25,27,31,34,42,43,44,45,79,117,134,167,168,178,199,205,207,210,214],n29:196,n_array_seg:120,n_buffer_seg:120,n_builtin_type_nam:55,n_byte:121,n_element:[44,121],n_entri:87,n_garbage_chunk:120,n_garbage_chunks_in_space0:120,n_garbage_chunks_in_space13:120,n_garbage_chunks_in_space1:120,n_garbage_seg:120,n_hit:[111,134],n_kei:67,n_keyword:57,n_like:[82,111,113,114,134,195,196,236],n_likes_class:134,n_likes_cumulative_sum_per_tag:[111,113,114,134],n_likes_str:[111,113,114,134],n_likes_sum_per_tag:[111,113,114,134],n_loaded_record:[44,104],n_max_thread:144,n_queri:[83,136,154,203,252,262,266],n_record:120,n_result:67,n_tabl:54,n_unmanaged_seg:120,n_var:73,nagano:42,naist:232,naiv:260,nakai:41,nakamura:43,name1:[111,113,114,134,196],name2:[111,113,114,134,196],name:[0,17,22,34,38,39,40,41,42,43,44,46,47,51,54,55,56,57,64,65,67,70,73,82,88,90,92,93,99,101,103,104,105,106,107,115,116,117,118,121,123,124,129,133,137,138,140,145,146,147,150,152,154,157,158,164,167,170,176,181,190,196,205,210,212,216,232,246,249,252,256,258,259,260,261,262,265,267,269],name_1:[262,266],name_2:[262,266],name_s:[51,54,57,64,65,67,70,73],name_t:120,namebuf:[51,64],nan:34,nanosecond:[82,198],naoina:[40,41],naoya:[34,41,42,43,44],narg:57,narrow:[22,34,41,42,103,134,256,258],narwhal:38,natanael:43,natti:38,natur:[34,44],ncpu:28,nearbi:0,nearest:172,necessari:[38,150,262],need:[0,5,6,7,8,17,18,21,29,30,32,33,34,38,40,42,43,47,50,53,54,57,69,72,79,82,91,98,103,104,105,111,112,113,114,115,116,117,123,128,130,134,135,139,141,145,147,150,152,154,155,157,168,172,175,178,183,190,195,196,199,202,203,205,206,207,208,209,210,212,213,215,216,232,236,246,249,252,257,262,264,267,268,269],needl:11,needleess:40,needless:[34,39,40,41,43,44,85,103,230,232],neg:[34,40,43,49,54,65,73,86,134,230],neglig:[34,42],neighbor:0,neither:103,neolog:232,neologd:232,nest:[22,34,40,41,42,43,120,258],nested_reference_column:134,net:[2,12,259,260,261,262,266,269],netbsd:41,netinet:43,network:[40,246,252,261],network_is_down:252,never:[29,34,43,112,134,137,206],new_column:47,new_limit:69,new_release_d:12,new_seri:90,new_tag:90,new_valu:134,new_vers:12,newark:265,newer:[18,34,42,43],newid:90,newli:[0,42,50,91,147,178,197],newlin:[38,39,43,230],newnam:90,newvalu:51,next:[0,42,43,58,65,111,113,114,134,157,261,262],nfkc51lexicon:199,nfkc:[34,199],nfs:29,nfthread:69,nginx:[24,25,27,31,34,40,41,42,43,44,245,250],nginxhttpstubstatusmodul:42,ngram:34,ngx_http_proxy_modul:154,nice:197,night:[197,268],nightli:12,niho:175,nihon:[175,212],niku:42,nine:262,nippon:212,nise_nab:42,no_buff:252,no_child_process:252,no_kei:[120,216],no_locks_avail:252,no_memory_avail:252,no_space_left_on_devic:252,no_such_devic:252,no_such_device_or_address:252,no_such_file_or_directori:252,no_such_process:252,noarch:[24,27],nobuhiro:44,node:[12,21,40,43,44],nogpgcheck:40,nois:[157,213,221,232],nokubi:42,nomal:[40,134,154],nomral:195,non:[34,40,41,43,44,82,91,120,134,150,195,196,222,223,224,225,226,232,234,235],none:[29,105,106,107,114,117,120,129,134,139,143,145,152,154,156,157,252,264],nonexist:[34,42,43,44,47,95,96,111,113,114,134],nonexistent_command:43,nor:[134,139],noraml:145,normal:[22,24,25,27,31,34,39,40,41,42,43,44,46,47,53,54,55,69,80,82,90,91,92,98,103,111,112,113,114,116,118,120,121,122,129,134,136,140,141,142,143,150,152,154,157,167,168,175,176,178,195,196,197,202,205,206,207,208,209,217,219,220,221,222,230,234,235,236,237,255,262,264,265,268],normalizeauto:167,normalized_text:117,normalizer_1:133,normalizer_2:133,normalizer_list:[22,42,46,80],normalizer_n:133,normalizer_nam:133,normalizer_name_1:133,normalizer_name_2:133,normalizer_name_n:133,normalizerauto:[43,91,111,113,114,117,118,121,129,133,134,139,141,143,145,157,167,168,175,176,178,195,196,197,202,206,207,208,209,217,219,220,222,223,225,226,227,228,229,230,231,233,234,235,236,255,262,264,265,268],normalizernfkc100:[34,218],normalizernfkc51:[34,118,133],normalizs:139,normallexicon:199,normalzi:167,northern:40,norwegian:[34,219],nosuchfileordirectori:43,not_a_directori:252,not_enough_spac:252,not_equ:176,not_socket:252,notat:[40,41,196],note:[0,27,34,38,40,41,42,43,44,73,91,101,103,111,113,122,130,131,132,134,139,152,154,157,169,190,196,236,246,257,259,260,262,266],noth:[43,53,69,103,134,150,152,154,192,212,214],notic:[43,44,91,108,109,152,154,208,209],notif:[41,198],notifi:130,notrelated_20160320:116,noun:[34,232],now:[6,7,8,17,18,22,27,29,34,39,42,43,46,47,79,91,104,111,114,131,132,159,175,178,206,250,260,264,265],nroonga:[21,176,264],nsi:12,nsubrecs_column:51,nsubrecs_str:114,nterm:88,nth:114,nul:[38,73,231],number1:196,number2:196,number:[0,23,33,34,38,40,41,42,43,44,50,54,58,65,69,73,79,82,84,87,88,98,111,112,113,114,120,121,131,133,136,137,139,141,144,148,152,153,154,157,170,178,179,194,195,196,206,207,209,215,216,237,246,250,252,256,257,259,260,261,262,266],number_classifi:[22,44,46,134,159],number_liter:43,numer:[22,34,43,195,196,258],nvar:65,o_binari:40,o_creat:34,obata:[34,36,38,41,43,44],obj:[51,55,57,59,62,64,65,66,71,88],object1:196,object2:196,object:[34,38,40,42,43,44,47,50,54,55,64,67,73,75,79,91,94,100,103,105,106,107,116,117,118,119,120,122,129,133,134,136,142,145,146,150,178,194,216],object_1:121,object_2:121,object_corrupt:252,object_exist:[22,43,46,80,116,122],object_inspect:[22,34,44,46,80],object_list:[22,44,46,80],object_n:121,object_remov:[22,44,46,80,103],objnam:[89,100],obsolet:[43,202,250],obtain:73,obvious:259,occur:[34,40,41,42,43,44,54,58,82,94,114,134,137,142,157,205,236,256,268],occurr:209,ocelot:[38,41],octal:196,octob:42,odd:196,off:[38,42,154,221],offic:172,offici:[8,12,27,38,176],offlin:[22,34,39,40,41,42,43,44,46],offset:[34,40,43,57,58,59,64,67,68,73,99,137,262],often:[103,160],ohkubo:44,ohzeki:42,okapi:[207,209],old:[18,38,40,43,44,73,94,142,160,199],old_releas:12,old_release_d:12,older:[43,265],oldvalu:51,omit:[38,82,103,105,106,107,123,124,128,129,134,145,157,164,190,203,212,216,262],onc:[34,38,40,42,72,111,114,134,154,157,199,260,264,265],one:[0,24,25,27,31,33,34,38,42,43,44,49,50,73,79,82,87,90,91,92,95,96,101,103,104,105,106,107,111,112,113,114,115,116,119,120,122,123,124,128,129,130,131,132,133,134,135,137,139,141,144,145,147,148,150,152,154,157,158,164,168,169,170,172,175,176,178,181,183,190,192,195,196,199,202,206,207,208,209,210,213,216,221,222,230,236,237,244,246,252,256,259,261,262,265,269],one_charact:44,oneir:[38,41],oneself:42,onga:178,ongaeshi:[40,41,43],onigmo:[34,42,43,44,206],oniguruma:43,onli:[0,6,7,17,21,23,24,25,27,31,32,33,34,40,42,43,44,47,50,53,64,72,73,85,86,87,91,92,95,96,98,101,102,103,104,105,106,107,111,112,113,114,115,116,119,120,121,122,123,124,128,129,130,131,132,134,135,136,137,139,141,144,145,147,150,152,154,155,157,160,167,168,169,170,175,176,178,181,183,190,195,196,197,199,201,205,206,207,208,209,210,216,221,222,232,233,246,250,256,259,262,264,267,269],onlin:[22,34,43,46],only_open:34,onto:236,ooo:216,opaqu:[50,252],opear:196,open:[21,34,38,40,41,43,44,50,54,55,58,103,121,122,141,150,157,167,198,199,252,262],open_tag1:167,openbsd:[43,44],oper:[22,29,34,40,41,42,43,44,46,57,58,90,94,106,116,119,134,142,170,175,194,202,252,256,258],operation_not_permit:252,operation_not_support:252,operation_timeout:252,operation_would_block:252,optarg:[55,66],optim:[34,42,43,44],optimum:154,option:[6,7,8,18,24,25,27,28,29,30,31,34,38,39,40,41,42,43,44,55,82,87,92,105,106,107,129,134,137,150,151,153,154,155,159,167,178,194,195,196,198,199,203,206,210,212,213,215,217,218,244,245,246,249,252,262,264,265,266,267],oracl:[22,23,38,40],orangain:41,order:[0,34,40,41,43,44,111,114,115,134,172,195,196,201,252,260,262,267,269],ore:[82,134,195,196],org:[12,17,24,25,27,28,29,30,31,32,42,43,79,102,104,153,154,169,259,260,261,262,266,269],orient:[0,178,259],origin:[1,17,34,41,42,53,82,102,134,199,215,252,266,267,268],orilldown:260,orphan:[34,41],orthograph:[34,232],osanai:[42,43],osdn:[2,12,43],otehr:139,other:[0,3,17,22,23,34,40,42,43,44,49,51,55,72,73,75,82,90,91,92,101,103,104,106,111,113,114,117,134,137,141,143,145,150,152,154,155,158,176,181,195,196,199,222,230,232,237,246,259,260,261,262,264,269],other_t:43,otherhand:134,otherwis:[21,50,54,64,73,94,95,97,101,105,106,107,108,116,119,120,121,129,130,133,141,147,160,170,171,176,181,190,196,262],ouput:41,our:[2,17,210],out:[13,23,24,25,27,31,32,34,42,85,181,264],out_gqtp:153,out_http:153,out_loc:153,outdat:[42,44],output:[3,22,29,34,38,39,40,41,42,43,44,46,53,54,57,79,80,83,85,86,87,90,91,92,94,95,96,97,98,101,102,103,105,106,107,108,111,112,115,116,117,118,119,120,121,122,123,124,128,129,130,131,132,133,135,136,137,138,139,141,142,144,145,146,147,153,155,157,158,169,198,218,232,256,258,259],output_column:[34,40,41,42,43,44,79,90,91,99,111,137,159,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,196,207,208,209,255,259,261,262,264,265,269],output_error:34,output_id:44,output_pretti:83,output_typ:[155,203],outsid:42,over:[0,34,40,41,42,43,44,111,113,114,167,257,266],overcommit:236,overcommit_memori:40,overflow:[34,38,41,42,43,44,259],overhead:[34,42,120,250],overrid:[29,47],overview:[22,43,46,48,258],overwrit:[44,85],overwritten:269,own:[0,34,40,43,57,196,259],owner:[41,43,154],pack:23,packag:[8,12,17,22,23,24,25,27,28,30,32,34,38,40,41,42,43,44,149,154,232,243,262],page:[2,17,22,40,41,43,155,256,262],pagerank:[207,208,209],pagin:[12,262],pai:134,pair:[34,43,120,121,134,205,212,213,214,215,259],pair_dataset:[156,215],pair_queri:[137,156,157,212,213,215],pakcag:27,pangolin:[34,40],paragraph:262,parallel:[0,6,7,12,44],paramet:[22,32,34,38,39,40,41,42,43,44,46,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,73,83,84,85,118,123,124,128,146,148,154,161,178,183,196,205,207,222,223,224,225,226,227,228,229,231,233,234,235,238,246,257,258,259,260,262,265,266,268,269],parameter1:154,parameter_name1:155,parameter_name2:155,parent:[114,134,154],parenthes:[34,262],pari:164,park:265,parker:43,pars:[34,42,44,47,56,57,176,194],parser:[195,206],part:[0,29,34,82,113,134,178,232,259,262,265],partial:[11,34,43,210,212,214,252],pass:[6,7,8,12,34,38,39,43,44,55,69,104,130,144,154,157,164,176,195,196,206,262,266],past:40,pat:[39,40,44],pat_kei:[120,121,216],patch:[34,38,40,41,42,43,44,45],path:[12,18,23,26,34,35,38,40,41,42,43,51,55,64,67,73,92,94,121,123,124,128,137,139,140,142,152,154,155,157,158,198,206,245,250,252,262],patiricia:43,patprefix:267,patricia:[22,38,40,41,43,44,121,133,139,195,196,216,258,262],patsuffix:267,pattern:[0,34,43,82,170,195,196,206],pcre:[34,40,154],pdb:34,pen:230,penalti:41,pend:43,pentium:153,peopl:[0,91,221],people_age_index:91,people_age_medium_index:91,people_age_small_index:91,people_key_roles_index:91,people_roles_index:91,per:[0,38,40,44,111,113,114,134,148,154,157,234,235],percentag:136,perfect:[0,209],perfectli:112,perform:[0,34,38,41,42,43,44,103,104,113,134,152,157,171,178,196,244,245,250,256,262,264],period:[34,264],perl:154,permiss:[29,42],permission_deni:252,permit:[34,116],persist:[22,34,46,67,92,94,121,142,148,152,154],person:[22,23,91,232,265],pgp:12,pgroonga:[34,43,102,198,207,210],php:[12,40,42,43,244],phrase:[40,44,91],physic:[34,88],pid:[29,34,35,38,43,44,152,198],pikonyan:261,pinu:34,pip:[12,18],pipermail:42,piro:42,pkg:[25,29,30,36,38,40,43],place:[2,29,265],placehold:41,plai:[0,268],plain:[34,43,169],plan:[34,267],platform:[17,18,23,38,54,73],platorm:44,player1:90,player:[90,142],pleas:[2,3,17,19,25,29,42,43,44,55,207,208,209,250,262],plug:34,pluggabl:0,plugin:[13,17,22,23,24,25,27,31,34,36,38,39,40,41,42,43,44,46,48,102,111,112,113,114,115,116,117,121,123,124,128,131,132,134,145,172,176,180,183,190,192,193,199,205,210,217,236],plugin_1:133,plugin_2:133,plugin_id:121,plugin_n:133,plugin_nam:133,plugin_name_1:133,plugin_name_2:133,plugin_name_n:133,plugin_regist:[22,46,80,102,103,111,112,113,114,115,116,124,128,131,132,133,134,143,157,170,172,180,183,190,192,193,205,217,219,220],plugin_unregist:[22,43,46,80,103,123,128],poedit:17,point:[0,38,39,41,43,58,73,79,94,130,134,164,165,166,171,195,201,237,253,257,259,262,269],pointer:[44,73],pole:164,polici:41,pool:69,poor:205,popular:[43,79,111,113,114,134,152],port:[26,28,41,42,45,152,153,154,155,157,203,246,250,252,266],port_numb:[249,252,266],portabl:[38,41,154],portugues:[34,219],pos:[165,166],posit:[34,42,44,58,73,79,86,91,92,120,133,134,144,145,218,221,222,223,225,226,227,228,229,230,231,232,233,234,235,262],posix:[43,196],possibl:[34,38,43,44,134,155,237,256],post:[12,34,40,41,42,43,44,58,91,104,111,113,114,120,134,157,195,196,197,245,262],post_filt:34,posted_bi:265,postfix:[111,113,114,116],postgresql:[0,34,178,210],potenti:41,power8:42,power:[134,206],poyonga:244,ppa:[12,22,23,42],practic:[0,42,259],pragma:134,pre:157,precis:[0,12,34,40,43,44,82,91,196,212,221,222,232,237,262],preconfigur:[24,25,27,31,250],predic:[34,43],predict:[139,216,222],prefer:43,preferenti:98,prefix:[6,12,14,18,22,23,34,38,39,40,42,43,44,46,67,68,69,90,123,124,128,137,139,154,157,175,176,190,200,210,216,245,258,262],prefix_match_s:44,prefix_rk_search:[22,43,46,159,202],prefix_search:[38,137],prepar:[22,154,168,178,219,258],prepend:[154,195,196],press:17,pretti:[22,42,43,44,46,80],prevent:[41,44],previou:[34,40,41,42,44,144,157,206,207,250,259,260,264],price:259,primari:[22,104,258,259,260,261,262,268],print:[22,42,43,44,46,80,252],printf:34,prioriti:[0,34,134,212],privileg:[41,266],probabl:137,problem:[34,38,40,41,43,44,50,116,122,154,195,196,208,222,259],proc:[24,25,27,31,34,41,43,59,65,71,73,98],proc_database_unmap:98,proc_object:122,proc_select:134,procedur:[40,41,44,175],process:[0,17,22,23,24,25,27,31,32,34,38,40,41,42,43,44,46,51,55,80,82,85,86,94,103,106,111,113,114,123,128,129,134,135,136,139,142,148,152,154,157,195,196,199,217,221,246,250,252,262,269],processor:[0,24,25,27,31],produc:34,product:[43,44,113,154,157],profil:265,program:[1,34,40,41,92,152,154,157,158,196],progress:[34,198],project:[0,3,12,13,19,21,42,196,250],prolong:34,promot:41,prompt:[32,40,203,262],pronoun:34,pronounc:[34,194],proonga:244,propag:34,proper:[42,82,134,265],properli:[40,43,195,266],properti:[31,44,133,198],propos:[134,157,214],protector:34,protocol:[0,1,22,24,25,27,31,40,42,43,44,86,152,153,154,155,203,243,244,246,250,258],provid:[0,1,21,24,25,27,31,34,40,42,43,44,48,54,69,72,91,92,111,112,113,114,149,150,152,154,157,164,176,203,205,206,207,209,210,212,213,214,215,216,245,246,250,256,260,262,266],proxi:246,proxy_cache_path:154,proxy_cache_valid:154,proxy_pass:154,pseudo:[22,40,41,42,43,46,51,75,91,92,104,133,134,195,196,260,269],pthread_:41,ptr:[36,73],pub:12,publish:[12,42,44],pull:[12,22,23],pure:222,puropos:145,purpos:[41,44,79,176,262,266],push:[17,54],put:[17,42,43,134,155,195,202,206,209,236],pyenv:18,python:[12,18,244],q_cond:69,q_mutex:69,qps:[151,153],quantal:40,queri:[11,22,34,38,40,41,42,43,44,46,57,66,79,80,86,87,91,99,111,113,123,124,128,137,152,153,156,157,158,159,160,167,168,169,170,171,178,181,194,196,197,202,203,205,206,207,208,209,212,213,214,215,219,220,221,222,232,244,246,250,252,253,255,258,259,260,261,262,264,265,266,267,269],query_expand:[22,41,44,46,80,123,124,128,205,268],query_expans:[38,41,205],query_flag:[34,40,44,176,195],query_no_syntax_error:34,query_s:57,query_str:41,queryexpandertsv:[22,40,41,46,123,124,128,176,204],question:[43,264],quetzal:40,queue:256,quickli:[111,113,114,134,197],quiet:252,quit:[12,22,34,46,80,152,198,252],quiz:261,quorum:34,quot:[41,117,145,195,196,262],quotat:[117,145],quotient:196,rab:[260,262,269],raccoon:261,radious_or_point:165,radix:196,rais:34,rake:12,rakutan:264,ram:153,ran:212,rand:[22,34,46,159,269],rand_max:177,random:269,rang:[22,34,40,41,42,43,44,75,91,92,94,112,116,134,140,142,160,206,216,258,265],range_error:252,range_filt:[22,42,46,80,113],range_index:[43,113],ranguba:[34,42,79],rank:[42,262],rare:[41,43],rate:[41,160],rather:[43,79,92,134,197,206,207,208,209,222,232,244],raw:[21,41,44,104,120],rch:145,rdbm:[43,152],rdiscount:12,reach:[34,236],read:[3,22,34,38,40,94,104,134,142,158,175,178,205,211,218,232,252,262],read_only_file_system:252,readabl:[39,42],readi:[18,29,40,111,113,114,134,195,196,206],readm:[12,41],real:[0,34,47,69,113,134,136,178,236,237],real_nam:[47,95,96,97],realli:[111,113,114,134,195,196,268],realloc:34,realtim:[137,215],reason:[40,134,139,150,196,206,212,222,246,250,257,260],rebuild:[34,43],recal:[0,194,221,222,232],receiv:[0,17,54,152,154,157,158,196,249,252],recent:[44,87],recogn:0,recommend:[6,7,8,23,24,25,27,31,32,34,42,43,44,47,82,134,154,157,171,195,196,206,221,222,236,244,246,250,262,266],reconstruct:42,record1:116,record2:116,record3:116,record:[0,22,33,34,38,40,41,42,43,44,46,47,57,58,64,67,79,90,101,102,104,111,113,114,116,120,137,139,147,160,164,167,168,170,171,175,176,178,181,194,195,196,197,198,201,206,207,208,209,210,215,237,258,259,260,261,264,265,266,267,268,269],record_1_column_1:[113,134],record_1_column_2:[113,134],record_1_column_n:[113,134],record_2_column_1:[113,134],record_2_column_2:[113,134],record_2_column_n:[113,134],record_id:43,record_n_column_1:[113,134],record_n_column_2:[113,134],record_n_column_n:[113,134],record_numb:[22,34,44,46,114,238],recov:[34,43,55],recover:[55,150],recreat:[34,43,44,129,150],recrod:134,rect:[40,164,165],rectangl:[0,38,40,58,165,201],recurs:[6,7,8,12,13,47,106,134,150,154,205],recycl:42,red:29,redcloth:12,redhat:38,redmin:42,reduc:[0,34,40,41,43,44,91,98,104,112,150,170,202,206,213,216,246,250,268],redund:34,refer:[0,22,34,38,41,42,43,44,47,101,103,104,116,133,134,157,170,181,197,206,237,258,260,264,265],referenc:[34,40,41,91,101,103,116,134,139,141,260],reference_column:[34,42,43,134,141],reference_vector_column:41,referenced_table_nam:103,referencedbycolumn:141,referencedbyt:141,referencedt:141,referencet:141,refin:[0,41],refresh:261,regard:[34,41,155,195],regardless:[34,43],regexp:[34,42,43,176],regexplexicon:[129,206],region:[201,269],regist:[0,22,25,34,40,41,43,44,46,47,73,80,102,111,112,113,114,115,116,117,123,131,132,134,145,172,178,180,183,190,192,193,195,196,197,199,202,205,212,213,214,216,217,259,265,269],regress:[41,42,43],regular:[22,34,43,44,46,154,176,230,233,259,262],regular_express:206,reindex:[22,34,43,44,46,80],rel:[38,42,134],relat:[0,2,3,13,21,22,24,25,27,29,31,34,38,40,41,42,43,44,64,69,150,152,194,206,214,215,216,236,238,250,257,258],relationship:[22,40,91,94,142,258,259,264,265],relax:236,releas:[6,7,8,12,24,27,32,45,72,98,105,107,111,114,116,164,176,197],relev:[0,262],reload:205,remain:[34,41,44,98,150,198,206],remaind:196,rememb:134,remot:[22,152,252,258],remov:[6,7,30,34,38,39,40,41,42,43,44,55,64,90,101,122,128,143,150,154,206,220,259],remove_blank:[34,117],remove_t:116,remove_tokenized_delimit:117,removep:64,renam:[34,38,40,41,43,47,90,94,142,216,262],reopen:[38,44,129],rep_gqpt:153,rep_gqtp:153,rep_http:153,rep_loc:153,repair:39,repeat:[0,17],replac:[21,42,43,47,156,158,196,206,268],replai:154,repli:[264,265],replic:207,replied_to:265,replied_us:265,replies2:264,replies_cont:264,reply_to:264,repoforg:40,report:[3,22,29,34,38,40,41,42,43,44,49,73,91,122,150],report_source_loc:34,repositori:[3,4,12,22,25,27,31,38,40,41,43],repot:256,repres:[57,121,152,194,196,206,259,261,268],represent:[17,34,56,57,79],reproduc:[34,41],request:[22,34,41,42,43,44,46,47,80,104,113,130,134,135,136,148,152,155,157,196,198,212,213,215,246,249,252,266],request_cancel:[22,34,42,44,46,80,84,85],request_id:[43,44,84,130],request_timeout:[44,85],requir:[0,21,24,25,27,29,30,31,32,34,38,40,41,43,123,124,128,131,132,150,154,158,167,171,172,175,181,192,195,197,206,207,210,212,214,232,245,246,259],res1:67,res2:67,res:[58,66,67],res_column:153,res_tabl:153,rescord:194,reset:43,resiz:73,resolut:[22,258,265],resolv:[22,34,38,40,44,46,79,100,122,207,208,209,210],resourc:[34,42,54,55,72,85,197],resource_busi:252,resource_deadlock_avoid:252,resource_temporarily_unavail:252,resours:50,respect:[40,259,265,269],respons:[0,34,38,40,41,42,43,44,50,85,86,90,104,111,113,114,130,134,136,154,246,252],rest:[34,73,113,205],restart:[34,43,44,123,128,152,154,205,236],restaur:0,restor:44,restrict:[40,41,113,246,266],result:[0,11,17,22,34,38,39,40,41,42,43,44,67,82,83,111,113,114,117,130,131,132,134,150,155,157,158,164,170,176,178,181,196,199,202,203,205,206,212,213,215,216,223,224,225,226,258,259,261,264,265,268,269],result_too_larg:252,retri:49,retriev:[0,91,121,134,157,196],retry_max:252,return_cod:[34,82,104,198],return_code_for_1st_record:104,return_code_for_2nd_record:104,reus:[34,43,120,134,152,216],reveal:0,revers:[12,22,246,258,262,265],revert:44,revis:44,rewrit:[43,45],rid:60,rid_max:61,rid_min:61,right:[42,43,58],right_hand_sid:44,ring_buff:157,ringtail:41,risk:[42,150],riski:34,rlimit_nofil:[41,198],role:[0,91,176],romaji:[34,175,212],romanian:[34,219],room:[22,43],roonga:[190,195,196,214],root:[41,43,152,154,155,266],rose:259,rotat:[43,152],roughli:259,round:38,row:[0,178],rpm:[12,24,27,34,38,39,40,41,42,43,44],rroonga:[21,41,42,43,50,167,168,171,176,181,192,194,207,264],rst:12,rubi:[0,6,7,8,12,21,40,42,43,45,79,131,132,167,168,192,194,206,207,244],ruby19:40,ruby_ev:[22,34,41,46,80,132],ruby_load:[22,41,46,80],ruby_script:131,rubygem:40,rubyinstal:8,rule:[22,34,42,46,111,113,114,134,145,246],run:[3,12,14,17,21,22,26,29,32,34,42,43,55,84,94,103,104,113,129,130,135,141,142,152,154,157,158,205,236,243,245,246,249],run_bodi:111,runtim:43,rurema:42,russian:[34,219],ryo:[34,43],ryoji:42,ryunosuk:44,s10:42,s_id1:104,s_id2:104,sae:[137,213],saer:[137,213],saerc:[137,213],saerch:[137,213],safe:[34,91],safeti:44,sai:[91,190,195,196,262,264],sako:43,salamand:[41,42],same:[34,41,43,44,49,54,57,79,82,84,90,91,104,111,113,114,116,123,128,129,130,134,154,155,157,176,195,196,199,206,207,208,209,210,213,218,230,244,246,259,262,264,269],sampl:[40,101,102,111,113,114,115,116,123,124,128,134,153,154,158,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,205,206,207,208,209,246,264],san:164,satisfi:[41,43,44,104,116,141],sato:[43,44],satoh:38,satoshi:[34,42],satouyuzh:34,saturdai:183,sauci:[41,42],save:[12,42,157,257,264],sbin:28,scalar:[22,34,43,44,46,47,75,79,92,113,120,133,134],scale:[0,246],scan:[14,43,167,168,175,195,196],scan_build:14,schema:[22,34,43,46,47,80,90,101,102,104,111,113,114,116,121,134,141,156,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,206,207,208,209,210,213,236,264],scope:[43,206],score1:11,score2:11,score:[34,40,43,44,79,91,94,137,142,147,157,176,194,207,208,209,262,269],score_1:157,score_2:157,score_adjust_express:134,score_adjust_expression1:134,score_adjust_expression2:134,score_column:51,score_funct:207,score_function1:207,score_function2:207,score_function3:207,score_valu:43,scorer:[22,34,43,46,99,103,159,164,172,194,196,208,209,258,261],scorer_tf_at_most:[34,43,207,209],scorer_tf_idf:207,scr:153,script:[21,22,29,34,40,41,42,43,44,46,57,104,132,134,153,181,194,195,206],sea:[145,212],sear:212,searc:212,search:[22,24,25,27,29,31,34,38,39,40,41,42,43,44,46,47,48,57,58,72,75,90,92,137,139,145,152,167,168,170,175,176,178,181,190,194,197,199,200,205,206,207,208,209,210,214,216,220,221,222,230,231,232,233,246,250,258,259,260],search_result:134,searchabl:[34,43,197],searchu0000http:231,sebastian:42,sec:49,second:[82,85,92,130,134,136,152,157,164,170,190,195,196,198,207,237,246,259,262,264,265,269],secret:12,secsion:82,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,32,34,41,42,43,44,47,48,51,60,73,79,80,87,90,91,92,94,95,96,97,98,103,104,105,106,107,111,112,113,114,115,116,117,119,120,121,122,125,129,130,131,132,133,134,135,136,138,139,141,142,143,144,145,147,149,150,152,154,157,159,164,168,195,200,205,206,207,208,209,211,212,213,215,236,238,252,256,260,264,265],secur:[22,34,42,43,236,258],sed:[28,38,40,43],see:[0,1,17,18,21,22,24,25,27,28,29,30,31,40,41,42,43,46,49,54,73,79,90,94,98,103,106,111,112,113,114,116,119,120,122,129,135,136,138,141,142,144,147,150,152,154,155,164,169,170,190,195,196,206,212,222,236,237,238,244,250,257,259,260,261,262,265,269],segment:[40,42,44,88,120],segv:41,seki:34,select:[22,34,36,37,38,40,41,42,43,44,46,47,50,57,58,79,80,81,84,85,87,90,91,94,101,103,111,113,127,130,136,142,147,152,153,154,159,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,194,195,196,197,198,199,205,206,207,208,209,215,219,220,238,244,253,255,259,260,261,262,264,265,266,267,268,269],select_al:34,select_opt:196,selector:[34,40,43,44,175],self:153,semi:[34,38,139],sen_index_delimit:45,sen_index_norm:45,sen_sel_term_extract:45,senario:34,senboku:41,send:[3,19,130,157,158,244,252],sender:158,senna:[34,111,113,114,134,195,196,205],sens:[152,154],sensit:222,sent:246,sentens:43,separ:[34,40,43,53,91,92,104,117,120,121,134,137,139,143,145,154,157,176,195,196,203,205,221,222,231,234,235,252,260,262],sequenc:[38,41,84,104,134,137,157,195,196,198,212,213,215,252],sequence_dataset:156,sequence_queri:[156,157],sequenti:[34,42,43,44,170,175,195,196,197,206,233],serach:213,serch:[137,213],sergei:[34,42,43],seri:262,serial:90,serihiro:40,seriou:[40,42],serv:[12,42,259],server:[1,21,22,23,24,25,27,31,32,34,38,39,40,41,42,43,46,69,116,130,135,144,149,154,157,170,171,190,203,244,245,246,249,261,262],servic:[0,21,25,26,40,41,42,43,135,213,236,250],session:[157,244,252],set:[24,25,27,31,34,40,41,42,43,44,49,50,54,64,69,75,79,87,91,96,97,108,112,134,135,143,144,148,157,161,194,196,212,236,246,250,267],set_host:153,set_port:153,set_token_filt:42,setup:[17,21,41,44],seven:262,shape:201,sharabl:22,shard:[22,34,43,46,111,112,113,114,115,116,216],shard_name_1:115,shard_name_2:115,shard_name_n:115,share:[0,2,25,29,38,40,41,49,50,51,55,111,113,114,116,152,154,261,264],shell:[29,43,152,195,206],shidara:38,shift_ji:[29,233],shimada:40,shimamura:[34,43],shimoda:36,shimomura:40,shinjyuku:269,shinoda:[42,43,44],shinya:40,shm:154,sho:[41,42,44],shop:[172,197,253],shorter:[43,197],shorttext:[34,42,44,47,58,79,82,90,91,92,94,101,102,103,104,105,106,107,111,113,114,115,116,119,120,121,122,129,133,134,137,139,140,141,142,143,147,152,153,157,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,199,202,206,207,208,209,212,213,215,216,217,219,220,236,255,259,260,261,262,264,265,266,267,268,269],should:[6,7,8,18,21,23,24,25,27,29,31,32,34,40,43,44,54,57,73,79,84,91,104,112,113,116,122,129,134,139,141,147,150,157,195,196,199,205,213,252],shouldn:[6,7,42],show:[0,29,34,35,38,40,41,42,43,44,47,53,82,86,90,91,101,104,105,111,113,114,116,117,120,121,133,134,160,161,164,167,168,169,172,175,176,178,181,195,196,201,203,206,207,208,209,222,249,252,259,260,261,262,265,266,269],showen:86,shown:[196,262],shuhei:42,shutdown:[22,34,44,46,80,103,152,154,206,246,252],sid:[12,38,42,88],side:[0,40,43,44,85,134],sigcont:41,sign:[12,25,40,86,237,259],signal:42,significantli:0,sigstop:41,sigusr1:38,silent:[21,44],simil:196,similar:[34,40,41,42,79,113,120,134,137,152,170,176,190,194,199,223,224,225,226,227,228,229,231,234,235,260,264,266],similar_search:[40,137],simpl:[42,43,92,94,111,117,118,136,142,143,145,146,147,154,164,169,170,171,172,175,176,181,183,190,192,194,195,196,245,246,250,260],simplest:[0,29,84,207],simpli:[209,267],simplifi:[41,171],simultan:34,sinc:[27,34,40,43,44,51,73,82,89,111,114,128,134,136,139,147,152,157,164,196,197,198,206,237,239,250,259,265],singl:[41,42,79,91,117,134,144,145,262],sister:91,site:[42,102,105,106,107,129,134,194,259,260,261,262,264,266,269],site_titl:129,sitecountri:[260,266],sitedomain:[260,266],situat:[134,256],six:[198,262],size:[23,24,25,27,31,32,33,34,38,40,41,42,43,44,47,51,57,69,70,73,84,88,92,95,96,97,120,121,122,133,139,148,152,154,178,192,210,216,236,257],size_of_one_value_in_byt:133,sizeof:[43,54,57],sji:[29,45,152],skip:[41,42,43,44,103,262],slash:196,sleepi:197,slice:[34,44],slow:[43,152,154,195,196,206,216],slower:[91,152,154,164,207,209,260],small:[33,34,41,42,43,44,113,120,122,139,195,196,216,221,265],smaller:[0,34,79,139,164,197,198],smith:44,snake_cas:43,snippet1:178,snippet2:178,snippet3:178,snippet:[40,41,44,45,178],snippet_html:[22,34,40,41,42,43,44,46,113,134,159],soccer:261,social:261,socket:[22,40,254],socket_is_already_connect:252,socket_is_already_shutdown:252,socket_is_not_connect:252,socket_not_initi:252,soerr:256,soft:236,softwar:[3,21,31,43],soichiro:44,solari:[5,7,8,22,23,38,40,43],solr:196,solut:[22,222,254,260,264],solv:[34,44,207,208,209,259],some:[0,1,2,8,17,27,29,33,34,40,41,42,43,44,47,49,57,72,79,82,84,91,104,111,113,114,116,120,121,130,134,135,139,141,145,148,150,156,157,159,176,195,196,198,206,207,210,217,221,236,237],some_condit:34,someon:265,someth:42,sometim:[42,44],soon:[85,178,201,210,246],sort:[0,22,34,38,41,43,44,102,111,113,114,115,134,137,157,201,216,258,261],sort_bi:170,sort_hash_t:34,sort_kei:[34,44,171,172,176,207,208,209,261,262,269],sortbi:[38,41,44,99,137],sound:[34,199,213],soundkitchen:[38,40],sourc:[6,7,8,12,16,17,18,21,22,23,30,34,38,40,41,42,43,44,55,64,82,90,92,94,120,138,150,256,261,262,264,265],source_1:[121,133],source_2:[121,133],source_column_nam:43,source_file_nam:82,source_n:[121,133],source_offset:34,sourceforg:[2,12,43],southern:40,sozaki:34,space:[0,34,38,41,43,44,73,79,91,117,120,134,145,195,206,215,221,222,223,224,225,226,230,231,234,235,256,262],spain:164,spammer:[207,208,209],span:[167,168,169,178],spanish:[34,219],spars:[34,43],speaker:2,spec:[34,38,40,41,134],special:[17,29,41,49,57,82,86,104,134,145,155,167,168,178,195,206,252,262],specif:[0,22,29,34,40,41,42,44,79,102,111,122,131,132,134,137,155,160,196,199,202,232,233,258,259,260,261],specifi:[0,6,7,8,17,22,28,29,33,34,39,40,41,42,43,44,54,55,58,64,65,73,75,79,82,83,85,87,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,119,120,121,122,123,124,128,129,130,131,132,133,134,135,137,138,139,141,142,143,144,145,147,150,152,154,155,156,157,158,160,161,167,168,169,170,171,172,175,176,178,181,190,192,194,195,196,201,203,206,207,208,209,216,219,220,230,232,246,249,252,257,258,259,260,261,264,265,266,267,269],speech:[0,34,232],speed:[38,214,216],spefici:161,spell:[205,268],spend:[195,196],sphere:165,spheric:164,sphinx:[3,12,15,16,18,42,43,44],sphr:[164,165],spil:43,split:[38,43,44,196,216,230],spokesman:3,sport:261,spreadsheet:205,sql:[134,207,260],squar:164,squeez:[12,41],src:[12,25,259],src_kei:67,src_key_siz:67,srpm:34,ssh:12,ssssss:198,stabl:[34,42,44,81,137],stack:[41,44],stack_over_flow:252,stage:[34,42,44],stamp:[198,212,213,215],stand:[43,244],standalon:[155,158],standard:[43,104,154,237,252,262],start:[17,25,29,32,34,38,40,41,42,44,73,82,94,111,113,114,134,136,142,155,157,164,195,196,197,198,202,203,205,212,214,222,246,256,262,266],start_tim:[43,83,136,154,252,262,266],starttim:[43,83,136,154,203,252,262,266],startup:40,state:[40,101,164,244,252],statement:196,station:[172,201,265,269],statist:[34,120],statu:[22,24,25,27,31,40,41,42,43,44,46,80,83,86,101,150,151,152,153,154,164,203,244,246,262,266],status:[86,252],stdin:39,stem:[25,31,34,42,219],steme:219,steming_algorithm:219,step:[17,18,29,32,44,90,134,206,215,259,262],steve:44,still:[16,17,34,41,42,94,113,130,142,150],stock:34,stop:[34,38,40,41,42,43,44,47,69,85,94,113,134,135,142,152,154,207,208,209,220,263],stop_word:[102,143,217,220],storag:[22,41,167,168],storategi:134,store:[22,33,40,41,43,47,50,54,57,58,64,75,79,90,91,92,111,113,114,120,133,134,158,164,175,196,199,201,206,215,216,237,252,259,260,261,262,264,265,268,269],str:57,str_length:73,str_ptr:73,str_size:57,strang:206,stream:[42,44],strerror:42,stretch:[22,23],strftime:34,strict:[42,43],string1:162,string2:162,string:[11,22,34,38,39,40,41,42,43,44,54,56,57,64,65,73,79,82,84,95,96,97,108,111,113,114,121,133,134,139,148,157,161,164,167,168,170,175,178,179,180,194,195,206,218,237,258,260,261,262,264,265,268],string_length:[22,44,46,111,113,114,134,159,170],string_liter:42,string_siz:57,string_substr:[22,44,46,159],stringifi:44,strip:169,strlen:73,stronger:[34,134],strongli:[23,24,25,27,31,32],struct:34,structur:[0,42,44,82,216,261],stub:42,studio:[8,32,40,41,43,44],style:[34,42,43,104,120,206],sub1:[114,134],sub:[0,12,34,114,157,232],sub_filt:[22,34,41,43,46,159,170,175],subclass0:232,subclass1:232,subclass2:232,subclass:[34,232],subject:41,submiss:[137,212,213,215],submit:[3,22,41,137,157,212,213,215],subrecord:41,subsect:256,subset:237,substit:134,substitut:[17,134,176,195,196],substr:[44,170,195,196],succe:34,succeed:[29,43,86,95,97,101,105,106,107,108,129,147,262],succeeded_or_not:[94,101,106,108,129,147],success:[44,50,51,54,55,57,64,72,73,90,91,94,98,103,116,123,124,128,138,139,141,142,252],successfulli:[44,73,106,107,262],successor:196,suddenli:41,sudo:[12,14,18,21,24,25,27,28,29,30,31,40,236,250,257,266],suenaga:43,suffici:[73,256],suffix:[22,34,40,123,124,128,150,156,158,170,176,190,232,258,264],suffixsearchterm:[195,196],sug:214,suggest:[22,29,34,36,37,38,39,40,41,42,43,44,46,80,149,206,212,213],suggest_prepar:[137,212,213,215],sugimoto:43,suit:[0,42,178],suitabl:[42,91,111,114,134,139,152,197,207,209,216,221,222,230,231],sum:[34,42,111,113,114,134,207],summar:260,summari:[22,41,46,153,243,260],sundai:183,suno:42,superior:[0,178],support:[0,1,6,7,8,17,21,25,29,31,34,38,39,40,41,42,43,44,45,73,83,85,91,104,111,113,114,130,131,132,134,136,139,144,145,150,154,158,170,175,178,190,195,196,197,199,202,203,205,206,210,216,219,232,233,246,249,250,259,260,261,262,264,266,267,269],suppport:44,suppress:[34,39,40,42,114,134],sure:262,surfac:201,surrog:34,surround:[40,167,168,178,196],suzuki:40,swap:236,swedish:[34,219],swig:45,symbol:[34,222,223,224,225,226,227,228,229],synonym:[44,134,205,268],syntax:[22,34,40,41,42,43,44,46,47,57,79,194,207,258,264],syntax_error:252,syscal:[42,262],sysconfig:250,sysctl:[28,43,236,257],system:[0,5,6,7,29,30,31,34,38,41,42,43,44,91,98,103,111,113,114,134,152,154,178,195,196,197,236,237,256,259,269],systemctl:[25,250],systemd:[25,40,43,44],tab:[43,53,203,205,252],tabel:34,tabl:[11,22,34,38,39,40,41,42,43,44,46,47,51,54,55,58,64,65,67,68,71,75,79,81,93,98,99,101,103,105,106,107,111,113,114,115,117,119,122,129,130,137,138,142,147,150,152,154,156,157,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,199,202,205,206,207,208,209,210,212,213,215,217,219,220,236,246,249,255,258,259,260,261,263,266,267,268,269],table1:[67,141],table2:[67,141],table_1:133,table_2:133,table_:[139,216],table_buff:54,table_copi:[22,44,46,80],table_cr:[22,34,40,42,43,44,46,47,79,80,90,91,92,94,101,102,103,104,105,106,107,111,113,114,115,116,119,120,121,122,129,133,134,141,142,143,147,152,153,157,160,161,164,167,168,169,170,171,172,175,176,178,181,183,190,192,195,196,197,199,202,206,207,208,209,210,216,217,219,220,236,255,259,260,261,262,264,265,267,268],table_dat_kei:[33,34,41,42,44,90,120,133,139,195,196],table_hash_kei:[33,44,47,79,90,91,101,102,103,104,105,106,107,111,113,114,115,116,119,120,121,122,129,133,134,139,141,157,160,161,164,169,170,171,172,175,176,183,190,192,196,197,199,207,236,259,260,261,262,264,265],table_list:[22,34,36,38,40,46,80,142,152,262],table_n:133,table_nam:[103,119,122,133],table_name_1:133,table_name_2:133,table_name_n:133,table_name_of_index_column:103,table_no_kei:[33,42,43,47,90,101,102,105,106,107,116,119,120,122,129,133,134,139,141,157,167,168,176,178,195,196,197,206,208,209,219,220,255,264],table_pat_kei:[33,41,43,44,79,90,91,92,94,102,111,113,114,116,120,121,129,133,134,139,141,142,143,147,152,157,167,168,170,171,175,176,178,181,195,196,202,206,207,208,209,217,219,220,236,255,261,262,264,265,267,268],table_remov:[22,34,40,41,43,44,46,80,90,103,116,122,152],table_renam:[22,39,46,80,90,103],table_token:[22,44,46,80,221],tablecursor:43,tablegroupflag:43,tablenam:81,tables_buff:54,tachikawa:44,tag:[12,22,34,38,40,41,42,43,79,90,92,111,113,114,134,167,168,169,170,171,178,190,192,196,207,208,209,216,230,231,258],tag_length:114,tagger:0,tahr:[31,42],taht:34,tail:[12,252],tajima:40,takagi01:34,takashi:101,takatsugu:42,takayama:43,takayuki:38,take:[34,44,87,90,91,92,94,95,96,97,98,103,105,106,107,111,112,113,114,115,116,117,118,119,120,121,122,123,124,128,129,130,131,132,133,134,135,136,138,139,141,142,143,144,145,146,147,150,155,250,262],taken:121,takiuchi:41,talk:[2,12,34,41,43],tamano:[42,44],tanab:41,tanuma:42,tar:[12,24,25,27,28,29,30,31],target:[18,29,32,34,38,40,42,43,44,50,51,55,57,58,64,79,95,96,97,103,104,105,106,107,111,113,114,116,122,129,130,134,139,145,157,161,167,168,175,176,178,195,196,206,208,209,246,259,262,264],target_charact:57,target_class:34,target_nam:42,taro:261,task:[0,40],tasuku:[43,45],tatsuya:40,tcp:157,tcp_nodelai:44,team:34,techniqu:[207,208,209],temporari:[6,7,22,34,40,43,44,46,141,152,164,257],temporarili:34,tend:264,term:[0,33,34,40,41,42,43,44,88,91,111,113,114,121,133,134,141,143,152,167,168,176,178,195,207,208,209,217,219,220,236,255,262,264,268],termin:[40,43,54,57,65,73,152,154,262,265],terms_tabl:134,teruya:43,test:[6,12,14,23,24,25,27,31,32,40,42,43,44,112,153,154,233,259,262,264,265,266],test_loc:153,test_str:14,test_text_otoj:14,testdb:[153,158],tetsuharu:42,tex:145,text:[17,22,29,33,34,38,40,41,42,43,44,47,57,58,72,79,82,92,104,106,111,113,114,117,120,121,129,133,134,139,141,143,145,153,167,169,176,178,190,194,196,199,202,203,206,207,208,209,216,221,222,223,224,225,226,230,231,232,233,236,246,258,259,261,265,268],than:[0,33,34,38,41,42,43,44,79,85,91,92,98,113,114,120,121,134,137,139,152,154,164,170,176,178,190,194,197,198,205,206,207,208,209,215,222,232,233,236,237,244,250,259,260,262,264,265,269],thank:265,thatn:134,the_number_of_loaded_record:104,theater:268,theatr:268,thei:[29,30,43,47,79,91,103,104,111,113,114,116,121,123,124,128,134,141,145,154,155,167,168,175,178,181,194,195,196,197,198,203,205,207,208,209,210,212,213,214,215,216,232,236,246],them:[16,17,24,25,27,29,31,34,43,49,57,79,82,91,103,113,114,116,134,139,141,157,164,170,190,195,196,206,207,222,223,224,225,226,227,228,229,231,234,235,236,252,259,262,269],themselv:[17,202,205],therefor:230,therubyrac:12,thesauru:134,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,32,34,38,40,41,42,43,44,47,48,50,51,53,54,55,64,73,79,80,82,87,90,91,92,94,95,96,97,98,103,104,105,106,107,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,128,129,130,131,132,133,134,135,136,138,139,141,142,143,144,145,146,147,149,150,152,154,156,157,159,160,164,168,170,171,172,176,178,180,181,183,190,192,193,195,196,198,200,202,203,205,206,207,208,209,210,211,212,213,215,218,222,230,232,233,236,237,238,246,252,256,257,259,260,262,264,265,266,267,268,269],thing:43,think:[134,141,196,206,207,208,209],third:[92,134,190,196,259],thorsten:44,those:[0,17,29,30,39,134,164,178,194,195,196,199,203,214,215,216,246,259,262],though:[0,34,40,41,42,44,150,212,264],thread:[0,34,41,42,43,44,51,54,55,69,73,98,106,112,136,141,144,152,157,198,246],thread_count:43,thread_limit:[22,34,43,46,80,98,112,122,141],thread_tabl:153,thread_title_column:153,threasd:152,three:[41,79,82,94,103,117,134,160,161,164,167,170,190,194,208,209,212,213,259,260,262,264],threshold:[23,34,36,38,40,42,43,54,63,64,100,134,137,148,152,255],through:[0,154,157],throughput:[38,246],thu:[0,34,42,44,113,114,134,156,158,195,263,264,268,269],thursdai:183,tid:61,tim:34,time:[0,6,7,22,34,38,40,41,42,43,44,49,82,85,111,113,114,115,116,119,120,121,122,129,130,133,135,136,137,139,150,153,157,178,183,195,197,198,205,206,210,212,213,215,230,236,255,258,262,269],time_classify_dai:[22,44,46,159],time_classify_day_of_week:[22,34,46,159],time_classify_hour:[22,44,46,113,159],time_classify_minut:[22,44,46,159],time_classify_month:[22,44,46,159],time_classify_second:[22,44,46,159],time_classify_week:[22,44,46,159],time_classify_year:[22,44,46,159],time_column:153,time_format:34,time_format_iso8601:34,time_stamp:[34,198],timeout:[22,41,44,46,49,64,80,152],timestamp:[44,115,116,119,122,129,157,265],timeuot:49,tini:43,titl:[12,34,41,42,102,104,105,106,107,111,113,114,129,134,141,162,176,181,195,196,207,208,209,259,260,261,262,264,266],title_index:207,title_index_column:34,tiwawan:43,tld:260,tmp:[6,7,12,41,92,94,113,121,122,137,142,152,205,206,246,252,262,266],to_column:90,tobbi:176,todai:0,todo:[6,7,14,34,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,74,76,78,79,82,91,104,113,114,117,127,134,156,159,179,191,195,196,210,236,238,246,247,248,263,264],token:[22,24,25,27,28,29,31,34,38,40,41,42,43,44,46,80,90,91,111,113,114,121,134,139,143,146,153,195,196,199,206,213,215,216,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,262],token_filt:[34,44,102,143,217,218,219,220],token_filter_1:[121,133],token_filter_2:[121,133],token_filter_n:[121,133],token_filter_nam:133,token_filter_name_1:133,token_filter_name_2:133,token_filter_name_n:133,token_fitl:133,tokenbigram:[91,111,113,114,121,129,133,134,139,141,143,145,146,152,157,167,168,176,178,181,195,196,197,207,208,209,213,216,217,219,220,221,223,224,225,226,227,228,229,232,234,235,236,255,262,264,265,268],tokenbigramignoreblank:[133,146,221,255],tokenbigramignoreblanksplitsymbol:[133,146,221,255],tokenbigramignoreblanksplitsymbolalpha:[34,133,146,221,255],tokenbigramignoreblanksplitsymbolalphadigit:[34,133,146,221,255],tokenbigramsplitalpha:34,tokenbigramsplitdigit:34,tokenbigramsplitsymbol:[34,133,146,221,255],tokenbigramsplitsymbolalpha:[133,134,145,146,221,222,255],tokenbigramsplitsymbolalphadigit:[90,133,146,176,213,221,255],tokenbigramsplitxxx:222,tokenbigrm:90,tokendelimit:[34,133,145,146,157,215,218,221,231],tokendelimitnul:[133,146,221],tokendelmit:34,tokenfilternfkc100:[34,217],tokenfilterstem:[25,31,34,217],tokenfilterstopstem:219,tokenfilterstopword:[34,143,217,219],tokenizer_1:133,tokenizer_2:133,tokenizer_error:252,tokenizer_list:[22,42,46,80],tokenizer_n:133,tokenizer_nam:133,tokenizer_name_1:133,tokenizer_name_2:133,tokenizer_name_n:133,tokenizs:[22,46],tokenkytea:40,tokenmecab:[34,40,196,218,221,255],tokenngram:34,tokenregexp:[43,44,129,133,146,206,221],tokenstopword:34,tokentrigram:[43,133,145,146,221],tokenunigram:[133,146,221],tokyo:[164,269],tokyogeopoint:[38,44,58,120,121,133,164,165,166,269],tom:176,tomita:36,tomo:261,tomoatsu:[36,40],tomygx:43,too:[18,34,41,43,44,69,79,122,134,196,256,259,264],too_large_offset:252,too_many_link:252,too_many_open_fil:252,too_many_open_files_in_system:252,too_many_symbolic_link:252,too_small_limit:252,too_small_offset:252,tood:[73,138],tool:[6,15,17,18,21,22,23,32,43,155,246,250,258,262],top:[58,260],top_left:[38,166],top_left_point:58,topic:[3,22],torinki:44,tortoisegit:8,toshio:34,totabl:90,total:[33,34,40,43,44,88,120,139,153,216,236,252,257],total_chunk_s:120,total_s:120,touch:[43,55,116],toybox:259,tracker:[3,22,42],trade:221,tradit:[0,42],trail:34,transfer:[0,22,244,250,252,258],transit:250,translat:[3,18,40,42,218],transposit:44,travel:265,travi:[20,22,40,41,42],treat:[34,40,41,42,43,111,113,114,116,134,145,170,196,201,212,213],tree:42,trend:134,tri:[34,49,170,265],trial:0,trie:[22,38,40,41,43,44,121,133,139,195,196,216,258,262],trigram:[34,234],tritonn:[111,113,114,134,195,196],troubl:17,troubleshoot:[22,34,36],truncat:[22,34,38,41,42,43,44,46,51,80,103],trust:12,trusti:[12,31,42],tsu_root:43,tsv:[43,123,124,128,155,203,252],tuesdai:183,tune:[22,41,43,46,79,134,257],tupl:170,turn:[34,154],tutori:[22,40,42,43,73,259,262],tweet:[2,197],twice:[43,134,195],twitter:[22,40,44,265],two:[19,24,25,27,31,34,41,42,43,54,57,82,91,92,97,111,112,113,114,116,122,134,138,139,141,142,144,145,154,157,158,160,164,171,175,176,178,181,190,195,198,199,201,206,208,213,215,222,230,245,246,250,260,261,262,264,265,269],txt:[16,17,233],type1:[137,157],type2:[137,157],type:[13,22,33,34,38,39,40,41,42,43,44,46,47,51,53,54,57,58,62,64,65,69,75,79,86,90,92,94,101,104,117,119,130,131,137,139,141,145,150,153,154,155,161,164,181,195,196,201,203,206,207,208,209,212,213,215,216,222,246,252,258,260,261,262,264,267,269],type_1:133,type_2:133,type_n:133,type_nam:133,type_name_1:133,type_name_2:133,type_name_n:133,type_of_the_column:181,typic:[43,134],typo:[34,38,40,41,42,43,44,205,212,213],u0000ful:231,u0000http:231,ubuntu:[12,18,21,22,23,34,38,40,41,42,43,44,250],uchiyama:34,ud83c:34,udf7a:34,ueno:[38,40],uid:12,uint16:[41,120,121,133],uint32:[33,40,41,42,47,79,82,90,91,92,94,101,111,113,114,120,121,133,134,139,140,141,142,147,157,160,170,175,181,195,196,197,199,206,219,220,236,255,260,261,262,264,266,267,268,269],uint32_column:43,uint32_t:69,uint64:[33,34,41,42,120,121,133,157],uint8:[36,41,47,91,92,103,120,121,133,183],uint:[40,44],ull:145,ultra:261,umask:42,umemoto:38,unari:41,unauthent:40,unchang:73,uncontinu:40,undefin:259,under:[29,34,42,154,155,157,158,246],underflow:[34,259],underli:0,underscor:[91,139],understand:[42,116,134,141,262],undocu:134,unexpect:[34,40,42,44],unexpectedli:[34,41,43,44,103],unexpectedlli:34,unfinish:34,unhandl:157,unicod:[34,43,199],unicorn:43,unifi:34,unify_alphabet:34,unify_difit:34,unify_digit:34,unify_hyphen:34,unify_hyphen_and_prolonged_sound_mark:34,unify_kana:34,unify_kana_cas:34,unify_kana_voiced_sound_mark:34,unify_katakana_bu_sound:34,unify_katakana_v_sound:34,unify_middle_dot:34,unify_prolonged_sound_mark:34,unify_symbol:34,unify_to_romaji:34,unigram:235,uniniti:43,uninstal:40,uniqu:[34,91,130,157],unit:[80,85,101,136,157,164,178,196,234,235,252],univers:31,unix:[3,5,8,29,42,136],unix_time_when_command_is_start:82,unknow:42,unknown:[39,47,56],unknown_error:252,unlimit:44,unlink:[34,57],unload:40,unlock:[34,73,104],unmanag:[88,120],unmap:[34,43,55,98],unnam:34,unnecessari:[34,236],unpatch:45,unrecover:55,unregist:[123,124],unrel:38,unreli:150,unresolv:38,unsaf:[43,44,55],unsign:[42,43,50,51,57,60,64,65,67,68,70,73,86,120,237,252,259],unsort:44,unsplit:[11,134],unstabl:39,unsupport:[34,43],unsupported_command_vers:252,untag:169,until:[17,42,49,73,85,98,134,197],unus:[42,98],updag:40,updat:[3,22,25,27,31,34,38,40,41,42,43,44,45,49,91,104,120,134,154,178,197,211,216,232,259,261,262,264],update_buffer_s:60,update_not_allow:252,updated_at:255,upgrad:[12,34,40,42,43,44,245],upload:12,upper:[38,42,91,139,206,262],uppercas:206,uptim:[83,136,154,203,252,262,266],uri:[154,155,157],url:[38,42,102,155,246],usa:260,usabl:[148,157],usag:[0,22,34,41,42,43,44,46,195,196,264],use:[0,1,5,6,7,8,15,16,17,19,21,22,23,24,25,27,28,29,31,32,33,34,38,40,41,42,43,44,46,47,50,51,53,54,55,57,69,72,73,79,82,88,90,91,95,96,97,98,101,103,104,106,111,112,113,114,115,116,117,119,120,122,123,128,129,130,131,132,133,134,135,136,139,141,145,147,150,152,154,155,157,159,164,167,168,169,170,171,175,176,190,194,195,196,198,199,201,202,203,205,206,207,208,209,210,211,216,222,230,232,233,236,237,244,246,249,250,252,257,259,260,261,262,264,265,266,267,268,269],use_offline_index:39,use_range_index:43,use_read:[34,218],used:[0,21,29,33,34,38,40,41,42,43,44,47,48,50,53,54,55,57,64,72,79,82,84,85,86,87,90,91,98,103,105,106,107,111,112,113,114,119,120,129,133,134,136,137,139,147,150,152,154,157,158,159,160,167,168,169,170,176,178,181,194,195,196,198,199,202,205,206,207,208,209,213,216,221,222,233,234,235,238,244,246,252,259,260,261,262,264,265,269],useful:[0,6,7,34,42,43,44,47,51,79,82,85,91,92,111,112,117,121,122,129,133,134,135,143,145,152,154,194,195,202,206,207,216,232,246,259,262,264],useless:55,user:[3,6,7,8,29,32,34,40,41,42,43,44,47,69,82,84,85,90,91,92,94,101,103,116,119,120,122,130,133,134,142,147,150,153,154,160,168,170,176,178,181,195,196,198,202,212,213,214,215,236,237,246,261,266,268],user_ag:160,user_column:153,user_data:[65,73],user_input:196,user_pattern:170,usernam:[32,261],users_20160320:116,users_index:265,users_loc:265,users_memo:176,users_nam:176,uses:[0,18,19,20,21,29,31,34,40,41,42,44,47,50,53,55,72,79,82,85,86,91,111,113,114,116,117,133,134,135,139,141,143,144,145,152,154,164,167,168,170,171,176,178,195,196,197,198,199,201,205,206,207,208,209,212,213,215,217,219,220,222,230,231,234,235,236,246,252,259,260,262,263,264,266,267],using:[0,3,22,29,33,34,40,41,43,44,45,47,53,85,91,103,111,112,113,114,116,134,141,144,150,154,157,170,176,195,196,202,205,206,214,215,232,252,258,261,262,264],usr:[14,25,28,29,123,124,128,152,154],usual:[43,44,54,158,259,264],utc:[82,196],utf8:[29,44,56,152],utf:[34,40,41,45,157,196,199,203,233],util:154,utop:43,uuid:44,uuuuuu:196,uzulla:38,vagrant:12,valid:[34,38,40,41,42,43,44,111,113,114,134,195,196,215,216,259],valu:[0,8,29,34,38,39,40,41,42,43,44,49,51,53,54,60,62,64,65,68,73,75,79,82,85,86,148,150,152,154,195,196,197,203,205,206,207,212,213,214,215,216,218,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,246,250,252,257,259,260,262,267,269],value1:[90,104,154,155,170,171,196],value2:[104,155,196],value_1:[133,262,266],value_2:[133,262,266],value_column:51,value_n:133,value_s:[44,121],value_typ:[67,133],valuebuf:62,valuen:[170,171],var_siz:[120,121],vari:[33,73],variabl:[30,34,38,39,40,41,42,43,44,73,92,120,121,134,196,205,252,259],variant:[34,232],varieti:261,variou:[22,258,262,265],vdw:[260,262,269],vector:[22,34,38,40,41,42,43,44,46,64,75,92,101,111,113,114,120,121,133,134,191,192,193,212,258,265],vector_column:[41,44],vector_find:[22,34,46,159],vector_new:[22,34,46,111,113,114,134,159],vector_s:[22,34,43,46,111,159],vector_slic:[22,34,44,46,159],vector_text_column:43,veres:246,veri:[0,34,40,44,82,104,111,113,114,134,167,168,170,178,190,195,196,206,207,212,216,246,261],version1:81,version2:81,version3:81,version4:81,version:[12,18,22,25,26,29,30,31,32,34,38,40,41,42,43,44,45,46,47,51,52,54,55,73,80,83,84,85,89,90,91,95,96,97,98,102,103,104,105,106,107,111,112,113,114,115,116,119,120,121,122,123,124,125,128,129,130,133,134,135,136,138,141,144,147,148,150,152,153,154,155,161,163,164,167,168,169,170,171,172,179,180,183,190,191,192,193,195,196,199,203,206,208,209,210,233,238,239,240,241,242,245,250,252,262,266],vertic:[91,139],vervet:[43,44],via:[17,26,34,40,86,157,215],video:261,view:[12,22,40,171,257,258,266],violat:34,violin:34,virtual:[41,43],virtualbox:12,visual:[0,8,32,38,40,41,42,43,82,133],visut:44,vivid:[12,43,44],vmstat:257,vocabulari:262,voic:[34,199],void_t:69,vojtovich:42,volum:26,vulner:42,w64:12,wai:[0,3,6,7,19,34,40,41,42,79,103,134,148,150,154,157,158,176,194,203,232,260,262,264,265,268],wait:[49,73,85,111,113],wanab:41,want:[6,7,8,13,16,24,25,27,28,29,31,34,42,43,47,69,90,91,104,111,112,116,117,119,120,122,131,132,133,134,139,141,143,145,150,152,154,157,164,171,175,181,195,205,206,210,212,213,215,218,219,221,222,232,244,250,252,257,260,262,264,268],wareohji:40,warm:[152,154],warn:[6,7,34,39,40,41,42,108,109,134,152,154,198,206,209],warp:42,warri:23,washida:41,wasn:[34,44],watch:12,weak:[0,178],web:[29,134,137,154,155,195,213,215,261],webclip:169,wednesdai:183,week:183,weight1:[34,40,79,134],weight2:[34,40,79,134],weight3:79,weight:[22,34,40,41,42,92,120,133,134,157,176,195,207,258,259],weight_in_match_column:79,weight_in_weight_vector:79,welcom:[2,3,16,17,111,113,114,134,195,196,265],well:[0,29,34,41,154,178,266],were:[34,44,164,262],werewolf:[43,44],wget:[24,25,27,29,30,31],wgs84geopoint:[38,44,58,120,121,133,164,259,260,261,265,266,269],wgs84geoppoint:58,what:[22,34,46,57,91,103,116,134,137,141,157,181,206,268],when:[0,3,18,34,38,40,41,42,43,44,47,51,55,64,69,79,82,83,85,90,91,95,98,102,103,104,105,111,112,113,114,116,120,121,122,123,128,129,133,134,135,137,139,141,144,150,152,154,157,161,164,169,171,176,181,190,195,197,199,206,210,212,218,220,221,222,230,233,236,244,249,252,256,261,262,265,267],where:[29,34,86,256,259],whether:[34,40,42,43,44,54,55,64,86,95,97,102,103,104,105,106,107,108,111,113,114,116,119,120,121,122,129,133,134,137,141,147,150,154,157,160,164,170,171,176,181,194,195,210,257,259],which:[0,1,27,34,40,41,42,43,44,72,73,101,108,111,113,114,116,117,131,132,134,143,145,150,152,157,158,164,169,171,172,175,176,181,192,195,196,212,250,252,256,259,260,261,262,264,265,266,267,268,269],white:[195,221,222,223,224,225,226,234,235,262],whitespac:34,who:[34,41,43,150,160,221,261],whole:41,whombx:41,whose:[196,256,262],why:[41,134,206,250],wibowo:41,wide:[0,29,38,44,202,206,262],width:[34,38,43,199],wiedenroth:42,wiki:154,wikipedia:[202,237],wili:[43,44],win64:[8,32],window:[3,5,6,7,12,22,23,34,38,40,41,42,43,44,45,46,73,135,256],window_count:[22,34,46,238],window_record_numb:[22,34,46,114,238,239],window_sum:[22,34,46,111,113,114,134,238],wing:[40,41],with_check:[42,117],with_command_vers:43,with_posit:[34,44,91,92,111,113,114,120,121,129,133,134,157,167,168,176,178,181,195,196,197,206,207,208,209,219,220,236,255,262,264,265,268],with_sect:[34,42,43,44,91,92,120,133,264,265],with_typ:117,with_weight:[42,79,91,92,120,133],within:[212,213,265,269],without:[0,34,39,40,41,42,43,44,47,79,83,87,90,107,111,112,113,114,116,120,122,123,128,134,144,154,176,178,181,195,196,206,212,215,245,259,268],wno:38,won:34,wonderland:91,word1:[40,134,195,196],word2:[40,134,195,196],word:[0,34,40,42,43,69,75,111,113,114,134,141,181,194,195,196,205,207,212,213,214,215,220,222,230,232,263,265],work:[0,3,12,29,34,38,40,41,42,43,44,73,98,111,113,114,116,134,144,154,198,206,210,211,222,236,246,262,266],workaround:[42,43,44,141],worker:[34,41,44,154],worker_process:246,world:[41,42,221,222,230,237,264,269],worst:[34,44],writabl:[42,43],write:[14,18,29,39,42,43,69,106,127,134,138,152,195,196,206,263,264,265],written:[18,42,123,128,147,210,265],wrong:[34,38,40,41,42,43,44,150,213,214],wrongli:[38,44],wsaenobuf:256,wsasend:34,www:12,x64:[12,32],x86:[32,38,43],x86_64:12,xcode:28,xenial:[31,44],xeru:[31,44],xml:[38,39,40,41,42,53,155,203,246,252],xvzf:[24,25,27,28,29,30,31],xxx:[34,41,42,44,134,152,196],xxx_20150603:43,xxx_20150604:43,xxx_201506:43,xxxx:12,xxxxx:256,yahppo:41,yak:[34,44],yakketi:[34,44],yamada:42,yamaguchi:38,yamamoto:42,yaman:[41,42],yappo:[41,42,45],yasuhiro:34,year:[43,47,160,196,198,265],years_old:47,yes:[12,14,34,39,41,43,44,83,102,103,104,111,113,114,116,122,134,137,141,151,212],yet:[0,34,38,41,44,111,113,114,131,132,134,157,196,201,207,209,210,246],yito:[40,41],yml:[12,21,26],yoji:38,yokoyama:[41,42,44],yoku:[41,42],york:[164,265],yoshida:41,yoshioka:[40,43],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,29,31,32,33,34,38,39,40,41,42,43,44,47,49,50,51,53,54,55,57,69,72,73,79,80,82,83,84,85,86,87,90,91,92,94,95,96,97,98,101,102,103,104,105,106,107,111,112,113,114,115,116,117,119,120,122,123,124,128,129,130,131,132,133,134,135,137,139,141,142,143,144,145,147,148,150,152,154,155,156,157,158,159,160,164,167,168,169,170,171,172,175,176,178,181,183,190,194,195,196,199,201,202,203,205,206,207,208,209,210,212,215,216,217,218,219,220,221,222,223,224,225,226,230,232,233,236,237,244,246,249,250,252,256,257,259,260,261,262,264,265,266,267,268,269],younger:91,your:[0,3,6,7,8,18,21,31,34,38,42,43,91,103,104,105,106,107,123,128,129,139,144,150,152,154,172,176,196,199,205,206,210,217,232,236,246,252,268],your_db:38,your_github_account:17,your_new_db:38,yourself:[23,91],yuki:[38,42,44],yum:[12,18,24,27,40],yunqiang:44,yutaro:[34,43],yuya:[42,43,44],yy_syntax_error:47,yyi:17,yyyi:[196,198],yyyymm:210,yyyymmdd:[111,113,114,210],zapu:34,zcat:44,zenigata:261,zero:[34,44,75,79,91,134,175,199,205,217,221,252,259],zeromq:29,zesti:34,zip:[12,22,23,40],zlib1g:[25,31],zlib:[23,34,36,38,40,41,42,91,120,133],zlib_error:252,zsh:29,zstandard:[29,44,91,120],zstd:[34,120],zunda:38,zxvf:12},titles:["1. Characteristics of Groonga","6. Client","3. Community","12. How to contribute to groonga","12.3. For Groonga developers","12.3.2. How to build Groonga at the repository","12.3.2.1. How to build Groonga at the repository by GNU Autotools","12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix","12.3.2.3. How to build Groonga at the repository by CMake on Windows","12.3.3. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12.3.4. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","12.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","12.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","12.3.1. Repository","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. How to contribute in documentation topics","12.2.3. C API","12.2.2. I18N","12.2.1. Introduction","12.1. How to report a bug","11. Development","11.1. Travis CI","Groonga documentation","2. Install","2.5. CentOS","2.3. Debian GNU/Linux","2.8. Docker","2.6. Fedora","2.2. Mac OS X","2.9. Others","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. Limitations","News","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","7. Reference manual","7.19. Alias","7.25. API","7.25.2. Global configurations","7.25.4. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_cache</span></code>","7.25.5. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_column</span></code>","7.25.6. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_command_version</span></code>","7.25.7. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_content_type</span></code>","7.25.8. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ctx</span></code>","7.25.9. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_db</span></code>","7.25.10. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_encoding</span></code>","7.25.11. grn_expr","7.25.12. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_geo</span></code>","7.25.13. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_hook</span></code>","7.25.14. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ii</span></code>","7.25.15. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_index_cursor</span></code>","7.25.16. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_info</span></code>","7.25.17. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_match_escalation</span></code>","7.25.18. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_obj</span></code>","7.25.19. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_proc</span></code>","7.25.20. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_search</span></code>","7.25.21. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table</span></code>","7.25.22. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table_cursor</span></code>","7.25.23. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_thread_*</span></code>","7.25.24. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_type</span></code>","7.25.25. <code class=\"docutils literal notranslate\"><span class=\"pre\">grn_user_data</span></code>","7.25.1. Overview","7.25.3. Plugin","7.12. Cast","7.6. Column","7.6.4. Index column","7.6.3. Pseudo column","7.6.1. Scalar column","7.6.2. Vector column","7.3. Command","7.3.1. Command version","7.3.2. Output format","7.3.3. Pretty print","7.3.4. Request ID","7.3.5. Request timeout","7.3.6. Return code","7.3.7. <code class=\"docutils literal notranslate\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal notranslate\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal notranslate\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal notranslate\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal notranslate\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal notranslate\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal notranslate\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal notranslate\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal notranslate\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal notranslate\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal notranslate\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal notranslate\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal notranslate\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal notranslate\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal notranslate\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal notranslate\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal notranslate\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal notranslate\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal notranslate\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal notranslate\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal notranslate\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal notranslate\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal notranslate\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal notranslate\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal notranslate\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal notranslate\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal notranslate\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal notranslate\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal notranslate\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal notranslate\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal notranslate\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal notranslate\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal notranslate\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal notranslate\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal notranslate\"><span class=\"pre\">object_list</span></code>","7.3.42. <code class=\"docutils literal notranslate\"><span class=\"pre\">object_remove</span></code>","7.3.43. <code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_register</span></code>","7.3.44. <code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_unregister</span></code>","7.3.45. <code class=\"docutils literal notranslate\"><span class=\"pre\">query_expand</span></code>","7.3.46. <code class=\"docutils literal notranslate\"><span class=\"pre\">quit</span></code>","7.3.47. <code class=\"docutils literal notranslate\"><span class=\"pre\">range_filter</span></code>","7.3.48. <code class=\"docutils literal notranslate\"><span class=\"pre\">register</span></code>","7.3.49. <code class=\"docutils literal notranslate\"><span class=\"pre\">reindex</span></code>","7.3.50. <code class=\"docutils literal notranslate\"><span class=\"pre\">request_cancel</span></code>","7.3.51. <code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_eval</span></code>","7.3.52. <code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_load</span></code>","7.3.53. <code class=\"docutils literal notranslate\"><span class=\"pre\">schema</span></code>","7.3.54. <code class=\"docutils literal notranslate\"><span class=\"pre\">select</span></code>","7.3.55. <code class=\"docutils literal notranslate\"><span class=\"pre\">shutdown</span></code>","7.3.56. <code class=\"docutils literal notranslate\"><span class=\"pre\">status</span></code>","7.3.57. <code class=\"docutils literal notranslate\"><span class=\"pre\">suggest</span></code>","7.3.58. <code class=\"docutils literal notranslate\"><span class=\"pre\">table_copy</span></code>","7.3.59. <code class=\"docutils literal notranslate\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal notranslate\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal notranslate\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal notranslate\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal notranslate\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal notranslate\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal notranslate\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal notranslate\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal notranslate\"><span class=\"pre\">truncate</span></code>","7.18. Configuration","7.1. Executables","7.1.1. <code class=\"docutils literal notranslate\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal notranslate\"><span class=\"pre\">groonga</span></code> executable file","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP server","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal notranslate\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.15. Function","7.15.1. <code class=\"docutils literal notranslate\"><span class=\"pre\">between</span></code>","7.15.2. <code class=\"docutils literal notranslate\"><span class=\"pre\">cast_loose</span></code>","7.15.3. edit_distance","7.15.4. <code class=\"docutils literal notranslate\"><span class=\"pre\">fuzzy_search</span></code>","7.15.5. <code class=\"docutils literal notranslate\"><span class=\"pre\">geo_distance</span></code>","7.15.6. geo_in_circle","7.15.7. geo_in_rectangle","7.15.8. <code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_full</span></code>","7.15.9. <code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_html</span></code>","7.15.10. <code class=\"docutils literal notranslate\"><span class=\"pre\">html_untag</span></code>","7.15.11. <code class=\"docutils literal notranslate\"><span class=\"pre\">in_records</span></code>","7.15.12. <code class=\"docutils literal notranslate\"><span class=\"pre\">in_values</span></code>","7.15.13. <code class=\"docutils literal notranslate\"><span class=\"pre\">math_abs</span></code>","7.15.14. now","7.15.15. <code class=\"docutils literal notranslate\"><span class=\"pre\">number_classify</span></code>","7.15.16. <code class=\"docutils literal notranslate\"><span class=\"pre\">prefix_rk_search</span></code>","7.15.17. <code class=\"docutils literal notranslate\"><span class=\"pre\">query</span></code>","7.15.18. rand","7.15.19. <code class=\"docutils literal notranslate\"><span class=\"pre\">snippet_html</span></code>","7.15.20. <code class=\"docutils literal notranslate\"><span class=\"pre\">string_length</span></code>","7.15.21. <code class=\"docutils literal notranslate\"><span class=\"pre\">string_substring</span></code>","7.15.22. <code class=\"docutils literal notranslate\"><span class=\"pre\">sub_filter</span></code>","7.15.23. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day</span></code>","7.15.24. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day_of_week</span></code>","7.15.25. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_hour</span></code>","7.15.26. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_minute</span></code>","7.15.27. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_month</span></code>","7.15.28. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_second</span></code>","7.15.29. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_week</span></code>","7.15.30. <code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_year</span></code>","7.15.31. <code class=\"docutils literal notranslate\"><span class=\"pre\">vector_find</span></code>","7.15.32. <code class=\"docutils literal notranslate\"><span class=\"pre\">vector_new</span></code>","7.15.33. <code class=\"docutils literal notranslate\"><span class=\"pre\">vector_size</span></code>","7.15.34. <code class=\"docutils literal notranslate\"><span class=\"pre\">vector_slice</span></code>","7.13. grn_expr","7.13.1. Query syntax","7.13.2. Script syntax","7.21. Indexing","7.23. Log","7.7. Normalizers","7.17. Operations","7.17.1. Geolocation search","7.17.2. Prefix RK search","7.2. Output","7.10. Query expanders","7.10.1. QueryExpanderTSV","7.14. Regular expression","7.11. Scorer","7.11.3.1. <code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_idf</span></code>","7.22. Sharding","7.20. Suggest","7.20.2. Completion","7.20.3. Correction","7.20.1. Introduction","7.20.4. Suggestion","7.5. Tables","7.9. Token filters","7.9.2.1. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterNFKC100</span></code>","7.9.2.2. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStem</span></code>","7.9.2.3. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStopWord</span></code>","7.8. Tokenizers","7.8.3.1. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigram</span></code>","7.8.3.2. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlank</span></code>","7.8.3.3. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbol</span></code>","7.8.3.4. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code>","7.8.3.5. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code>","7.8.3.6. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbol</span></code>","7.8.3.7. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlpha</span></code>","7.8.3.8. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlphaDigit</span></code>","7.8.3.9. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimit</span></code>","7.8.3.10. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimitNull</span></code>","7.8.3.11. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenMecab</span></code>","7.8.3.12. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenRegexp</span></code>","7.8.3.13. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTrigram</span></code>","7.8.3.14. <code class=\"docutils literal notranslate\"><span class=\"pre\">TokenUnigram</span></code>","7.24. Tuning","7.4. Data types","7.16. Window function","7.16.1. <code class=\"docutils literal notranslate\"><span class=\"pre\">record_number</span></code>","7.16.2. <code class=\"docutils literal notranslate\"><span class=\"pre\">window_count</span></code>","7.16.3. <code class=\"docutils literal notranslate\"><span class=\"pre\">window_record_number</span></code>","7.16.4. <code class=\"docutils literal notranslate\"><span class=\"pre\">window_sum</span></code>","5. Server","5.3. GQTP","5.2. HTTP","5.2.1. Comparison","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached binary protocol","5.1. Server packages","8. Specification","8.1. GQTP","8.2. \u691c\u7d22","10. Troubleshooting","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","10.2. How to analyze error messages","10.3. How to avoid mmap Cannot allocate memory error","4. Tutorial","4.3. Various data types","4.5. Drilldown","4.6. Tag search and reverse resolution of reference relationships","4.1. Basic operations","4.9. Additional information about lexicon for full text search","4.7. match_columns parameter","4.10. Let\u2019s create micro-blog","4.2. Remote access","4.8. Prefix search with patricia trie","4.11. Query expansion","4.4. Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[36,37,38],"1\u30ea\u30ea\u30fc\u30b9":[36,38],"2\u30ea\u30ea\u30fc\u30b9":36,"3\u30ea\u30ea\u30fc\u30b9":36,"4\u30ea\u30ea\u30fc\u30b9":36,"5\u30ea\u30ea\u30fc\u30b9":36,"6\u30ea\u30ea\u30fc\u30b9":[35,36],"7\u30ea\u30ea\u30fc\u30b9":[35,36],"8\u30ea\u30ea\u30fc\u30b9":36,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30aa\u30d7\u30b7\u30e7\u30f3":[151,153],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":81,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":153,"\u30b5\u30f3\u30d7\u30eb":[151,153],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":153,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":153,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":255,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":35,"\u30d0\u30fc\u30b8\u30e7\u30f31":[36,37],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":81,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":12,"\u30d3\u30eb\u30c9\u6642\u306etip":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30d6\u30ed\u30b0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":237,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":153,"\u4f8b":[162,165,166,173,177,255],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[35,36,37,38],"\u5236\u9650\u4e8b\u9805":153,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":255,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":255,"\u540d\u524d":[77,151,153,162,165,166,173,177],"\u5909\u66f4":36,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":253,"\u5b9f\u9a13\u7684":38,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":255,"\u5bfe\u7b56\u65b9\u6cd52":255,"\u5f15\u6570":[151,153,162,165,166,177],"\u611f\u8b1d":[35,36,37,38],"\u6539\u826f":[35,36,37,38],"\u66f8\u5f0f":[151,153,162,165,166,173,177],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":253,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":253,"\u691c\u7d22\u306e\u6319\u52d5":253,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":81,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":12,"\u7279\u6b8a\u547d\u4ee4":153,"\u7406\u7531":10,"\u8aac\u660e":[77,151,153,162,165,166,173,177],"\u8fd4\u5024":[162,165,166,173,177],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":253,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":255,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":253,"benchmark\u547d\u4ee4":153,"benchmark\u5b9f\u884c\u7d50\u679c":153,"boolean":[196,259],"case":[82,116,141],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":206,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":81,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"default":[29,81,85],"examples\u306e\u5b9f\u884c":12,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[196,237],"function":[111,113,114,134,159,196,238],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":110,"new":[17,34,38,39,40,41,42,43,44,45],"null":196,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":12,"release\u306e\u5b9f\u884c":12,"return":[85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,155,157,160,161,163,164,167,168,169,170,171,172,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,208,209,239,240,241,242],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":81,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[35,36,37],AND:[195,196],For:4,NOT:[195,196],Near:[195,196],Not:[195,196],The:[34,91,134,236],Use:157,Using:[164,246],With:26,about:[237,263],access:[246,266],add:17,addit:[196,199,263],adjust:134,administr:[154,266],advanc:[114,134,218,230,232],against:264,aggreg:0,algorithm:219,alia:47,all:216,alloc:257,also:[6,7,8,47,82,84,85,86,87,89,91,92,95,96,97,99,101,104,105,107,108,109,110,115,117,118,121,123,124,125,127,128,130,131,132,133,134,137,139,143,145,146,156,157,161,167,168,175,176,178,181,194,199,202,205,208,209,216,217,230,232,252],among:264,analyz:256,anchor:206,api:[16,48],appli:79,approximate_typ:164,archiv:31,arg:11,arithmet:196,arrai:196,assign:[84,195,196],authent:246,autotool:6,avail:[154,217],avoid:257,basic:[116,141,196,262],benchmark:153,between:160,bigram:265,binari:249,bitwis:196,blog:265,blogroonga:12,bodi:82,bool:237,broken:116,brows:154,bug:19,build:[5,6,7,8,24,25,27,28,29,31,32],built:[199,207,221],builtin:[152,237],cach:[111,113,114,134,154],cache_limit:87,calc_target:114,calc_typ:114,call:196,callback:11,can:237,candidate_n:157,cannot:257,cascad:101,cast:74,cast_loos:161,cento:24,chang:[45,90],charact:206,characterist:[0,216],chat:2,check:[88,150],checkout:[6,7,8],choic:206,clear:150,clearlock:89,client:[1,152,252],clone:17,close_tagn:167,cmake:[7,8],code:[85,86],column:[0,33,75,76,77,78,79,90,91,104,111,113,114,120,121,133,134,141,164,167,175,195,208,209,220,260,262,264],column_copi:90,column_cr:91,column_full_nam:120,column_id:120,column_list:92,column_nam:120,column_or_valu:160,column_remov:93,column_renam:94,column_t:120,column_type_nam:120,column_type_raw_id:120,column_type_raw_nam:120,column_value_typ:120,combin:195,command:[80,81,133,148,150,152,155,157,203,210,246,262,266],comment:265,common:121,commun:2,comparison:[196,246],complet:[212,214],compos:26,compress:246,condit:[134,195,269],condition_column_nam:170,condition_t:170,config_delet:95,config_get:96,config_set:97,configur:[6,18,21,29,49,90,148,154,246],confirm:17,construct:197,contain:11,contribut:[3,15],control:196,convert:202,cooccurr:[212,213,215],core:246,correct:[213,214],cpu:246,creat:[6,79,91,139,156,262,264,265],custom:246,daemon:[152,252],data:[91,139,154,158,195,196,212,215,237,259,265],data_column_value_compress_method:120,databas:[120,246,262],database_name_t:120,database_path:[157,158],database_type_id:120,database_type_nam:120,database_unmap:98,dataset:156,date:259,db_api:11,debian:25,decreas:[116,141],default_mod:176,default_token:139,define_selector:99,defrag:100,delet:101,delimit:230,depend:[6,7,8,18,29,116,141],descript:237,desctipion:156,develop:[4,20],differ:114,direct:154,divis:196,docker:26,document:[15,18,22],domain:260,down:[154,269],downtim:246,drildown:260,drilldown:[114,134,260],drilldown_calc_target:[114,134],drilldown_calc_typ:[114,134],drilldown_filt:[114,134],drilldown_limit:[114,134],drilldown_offset:[114,134],drilldown_output_column:[114,134],drilldown_sort_kei:[114,134],drilldown_sortbi:[114,134],dump:102,dump_index:102,dump_plugin:102,dump_record:102,dump_schema:102,dynam:[111,113,114,134],each:[104,264],edit:17,edit_dist:162,ellipsoid:164,enabl:[18,85],encod:29,engin:0,equal:[11,195,196],error:[82,256,257],escal:29,escap:[195,206],exampl:[21,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,156,252,256,257],execut:[149,152],exit:156,expand:204,expans:268,explicit:195,explicitli:164,express:[195,196,206],extract:[196,215],facebook:2,favorit:265,featur:201,fedora:27,file:[17,152,156,158,205,236,246],filter:[111,113,114,134,217],filter_str:181,fix:[34,38,40,41,42,43,44,45],flag:[91,111,113,114,117,121,134,139,143,145,176,252],flow:17,follow:265,forc:[116,122,150],format:[82,134,198,205,262],free:0,freebsd:236,from:[6,7,8,24,25,27,28,29,31,32,114,157,158],from_nam:[90,138],from_tabl:90,full:[0,91,195,262,263,264,269],fuzzy_search:163,gener:[17,18],geo:[0,196,261],geo_dist:164,geo_in_circl:165,geo_in_rectangl:166,geoindex:265,geoloc:[201,265],geopoint:265,get:[157,262],global:49,glossari:210,gnu:[6,7,25],gqtp:[244,250,252],greater:[11,195,196],greater_equ:11,grn_cach:50,grn_column:51,grn_command_vers:52,grn_content_typ:53,grn_ctx:54,grn_db:55,grn_encod:56,grn_expr:[11,57,194],grn_geo:58,grn_hook:59,grn_ii:60,grn_index_cursor:61,grn_info:62,grn_match_escal:63,grn_obj:64,grn_proc:65,grn_search:66,grn_tabl:67,grn_table_cursor:68,grn_table_select:11,grn_thread_:69,grn_type:70,grn_user_data:71,grndb:150,grnslap:151,groonga:[0,3,4,5,6,7,8,9,12,17,22,45,152,153,154,155,156,157,158,247,248,250],groonga_base_path:154,groonga_cache_base_path:154,groonga_cache_limit:154,groonga_databas:154,groonga_database_auto_cr:154,groonga_log_level:154,groonga_log_path:154,groonga_query_log_path:154,group:[195,196,206],group_kei:[111,113,114,134],gzip:246,handleabl:91,hash:265,hashtag:265,header:[82,95,96,97,105,107,121,133,252],help:29,highlight_ful:167,highlight_html:168,homebrew:28,how:[3,5,6,7,8,15,17,19,47,79,84,85,90,197,202,212,213,215,244,252,256,257,266],html:[17,18,169],html_untag:169,http:[155,203,245,246,250,266],httpd:[154,157,158,248,250],hypertext:266,i18n:17,ifexist:104,imag:26,improv:[34,38,39,40,41,42,43,44,45],in_record:170,in_valu:171,include_class:232,include_form:232,index:[0,33,76,91,121,133,139,197,206,208,209,261,262,264],index_column:143,index_column_source_full_nam:120,index_column_source_id:120,index_column_source_nam:120,index_column_source_t:120,index_column_value_posit:120,index_column_value_s:120,index_column_value_sect:120,index_column_value_statistics_max_array_segment_id:120,index_column_value_statistics_max_buffer_segment_id:120,index_column_value_statistics_max_in_use_chunk_id:120,index_column_value_statistics_max_in_use_physical_segment_id:120,index_column_value_statistics_max_section_id:120,index_column_value_statistics_n_garbage_chunk:120,index_column_value_statistics_n_garbage_seg:120,index_column_value_statistics_n_unmanaged_seg:120,index_column_value_statistics_total_chunk_s:120,index_column_value_weight:120,inform:[263,269],input:157,input_typ:104,instal:[6,7,8,17,18,23,29,32,205],instant:0,int16:237,int32:237,int64:237,int8:237,integ:196,introduct:[18,214],invert:0,io_flush:103,issu:[19,266],javascript:269,json:82,just:79,kei:[95,96,97,114,134,237,267],kern:236,key_typ:139,keyword:265,keywordn:167,kind:91,label:[114,134],languag:17,larg:139,latest:12,latitud:[0,259],launch:157,learn:[157,158,212,213,214,215],learner:[157,158],left:196,less:[11,195,196],less_equ:11,let:265,level:150,lexicon:[139,262,263],librari:[0,29],like:269,limit:[33,79,113,114,134,205,216,237,260],line:[152,157,203],linux:[7,25,236],list:[2,19,86],liter:196,load:[79,104,154,262,265],localstatedir:29,locat:[0,164,205,261,269],lock:[0,150],lock_acquir:105,lock_clear:106,lock_releas:107,lock_tabl:104,log:[29,150,158,198,246],log_level:108,log_put:109,log_reopen:110,logic:[116,195,196],logical_count:111,logical_paramet:112,logical_range_filt:113,logical_select:114,logical_shard_list:115,logical_t:[111,113,114,115,116],logical_table_remov:116,longitud:[0,259],longtext:237,lz4:29,mac:28,macport:28,mail:[2,19],make:[6,7,12,29],manual:46,match:[29,195,196],match_column:[114,134,176,264],match_escal:134,match_escalation_threshold:[114,134],math_ab:172,max:[87,111,113,114,116,144,160,236],max_bord:[111,113,114,116,160],max_map_count:236,maxfileperproc:236,medium:91,memcach:249,memori:[236,257],messag:[29,256],message_pack_install_prefix:29,messagepack:82,micro:265,min:[111,113,114,116,160],min_bord:[111,113,114,116,160],mmap:257,mode:[11,135,143,145,152,190],mode_nam:170,modul:154,modulo:196,mroonga:0,much:116,multi:246,multipl:[91,196,260,264],munin:29,name:[91,94,111,113,114,119,120,122,134,139,141,142,155,156,237,264],narrow:269,nest:264,new_nam:[94,142],nginx:154,nofil:236,normal:[79,117,133,139,145,199],normalizer_list:118,normalizer_nam:167,normalizerauto:199,normalizernfkc51:199,not_equ:11,now:173,number:[29,91,134,236],number_classifi:174,numer:259,object:[121,196],object_exist:119,object_inspect:120,object_list:121,object_remov:122,object_typ:121,offlin:197,offset:[113,114,134],old:34,one:264,onlin:197,only_open:103,open:236,open_tagn:167,oper:[196,200,262],option:[90,91,95,96,97,98,102,103,104,111,112,113,114,115,116,117,119,120,121,122,125,133,135,136,138,139,141,143,144,145,152,156,157,158,160,164,168,170,176,190,208,209,219,220,230,232],oracl:30,order:113,origin:196,other:[29,206],output:[17,82,113,114,134,203,262],output_column:[113,114,134],output_error:104,output_id:104,overcommit_memori:236,overview:[0,72,259],pack:29,packag:[29,31,250],page:134,paramet:[87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,125,126,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,152,157,158,160,164,167,168,169,170,171,172,175,176,181,190,191,192,208,209,218,219,220,230,232,236,264],part:116,patch:17,path:[29,132,150,246],patricia:267,pattern:230,per:236,perform:[154,246],period:45,persist:216,person:31,phrase:195,platform:29,plugin:[29,73,133],plugin_regist:123,plugin_unregist:124,point1:164,point2:164,point:196,possibl:116,post:[154,246,265],post_filt:[111,113,114],ppa:31,prefix:[11,29,195,196,202,212,246,267],prefix_rk_search:175,prepar:268,pretti:83,primari:[237,267],print:83,proc:121,process:[198,236],properti:121,protocol:[249,252,266],proxi:154,proxy_cach:154,pseudo:77,pull:[17,26],quantifi:206,queri:[0,114,134,154,175,176,195,198,204,268],query_expand:[114,125,134,176],query_expans:134,query_flag:[114,134],query_str:176,query_typ:252,queryexpandertsv:205,quit:126,rand:177,rang:[121,139,262],range_filt:127,range_index:112,read:[0,202,212],record:[91,134,216,262],record_numb:239,recov:150,rectangl:164,recurs:103,red:12,refer:[46,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,79,91,141,259,261],regist:128,regular:[195,196,206],reindex:129,relat:[111,113,114,116,134,154,158,264],relationship:261,releas:[34,38,39,40,41,42,43,44],remot:266,remov:[116,141],report:19,repositori:[5,6,7,8,13,17],request:[17,84,85,154],request_cancel:130,requir:[90,91,92,94,95,96,97,98,103,104,111,112,113,114,115,116,117,119,120,121,122,125,130,133,134,135,136,138,139,141,142,143,144,145,147,157,160,164,168,169,170,176,190,208,209,218],resolut:261,resolv:47,resourc:[116,141],respons:157,restart:250,result:[260,262],revers:[154,261],right:196,romaji:202,room:2,ruby_ev:131,ruby_load:132,rule:210,run:[6,7,8,18,244,252,266],sampl:[195,196],scalar:[78,91],schema:133,scope:181,score:134,score_n:157,scorer:[114,134,207,269],scorer_tf_at_most:208,scorer_tf_idf:209,script:[131,196],search:[0,79,91,111,113,114,134,195,196,201,202,212,213,215,261,262,263,264,265,267,268,269],secur:[196,266],see:[6,7,8,47,82,84,85,86,87,89,91,92,95,96,97,99,101,104,105,107,108,109,110,115,117,118,121,123,124,125,127,128,130,131,132,133,134,137,139,143,145,146,156,157,161,167,168,175,176,178,181,194,199,202,205,208,209,216,217,230,232,252],select:[114,134],send:[17,266],senna:45,server:[0,152,155,243,250,252,266],set:[85,154],setup:157,sharabl:0,shard:210,shard_kei:[111,113,114,116],shift:196,shorttext:237,shut:154,shutdown:135,sign:196,similar:[11,195,196,213],simpl:[113,114,134,218,230,232],size:252,slice:134,small:91,snippet_html:178,socket:256,softwar:[6,7,8,18],solari:30,solut:257,sort:[260,262,269],sort_hash_t:102,sort_kei:[111,113,114,134],sortbi:[114,134],sourc:[24,25,27,28,29,31,32,91,121,133],specif:[121,154,251,264,265],specifi:[164,237,262],sphere:164,sphinx:17,stage:[111,113,114,134],standalon:152,start:250,statu:[136,156,252],stop:250,storag:0,store:[0,139],stretch:25,string:[117,143,145,196,259],string_length:179,string_substr:180,style:134,sub_filt:181,submit:19,substitution_t:176,subtract:196,succeeded_or_not:[95,97,105,107],success:82,suffix:[11,195,196,267],suggest:[137,156,157,158,211,214,215],summari:[47,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,76,78,79,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,152,154,155,157,158,160,161,163,164,167,168,169,170,171,172,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,199,202,205,206,207,208,209,210,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,239,240,241,242,244],support:201,synopsi:[155,158],synopsti:156,syntax:[87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,150,152,154,157,160,161,163,164,167,168,169,170,171,172,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,195,196,206,208,209,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,239,240,241,242,269],tabl:[33,90,91,92,94,102,104,116,120,121,133,134,139,141,143,158,216,237,262,264,265],table_copi:138,table_cr:139,table_dat_kei:216,table_hash_kei:216,table_id:120,table_key_max_total_s:120,table_key_total_s:120,table_key_typ:120,table_list:140,table_n_record:120,table_nam:120,table_no_kei:216,table_pat_kei:216,table_remov:141,table_renam:142,table_token:143,table_type_id:120,table_type_nam:120,table_value_typ:120,tag:[139,261,265],target:[91,141,150,172,192],target_class:232,target_nam:[103,105,106,107,129,147],target_valu:171,temporari:216,term:196,termin:252,test:113,text:[0,91,168,195,237,262,263,264,269],than:[195,196],thank:[34,38,39,40,41,42,43,44],thread_limit:144,threshold:29,time:[196,237,259,265],time_classify_dai:182,time_classify_day_of_week:183,time_classify_hour:184,time_classify_minut:185,time_classify_month:186,time_classify_second:187,time_classify_week:188,time_classify_year:189,timeout:85,to_nam:[90,138],to_tabl:90,todo:178,token:[0,133,145,217,221],token_filt:[121,133,139,145],tokenbigram:222,tokenbigramignoreblank:223,tokenbigramignoreblanksplitsymbol:224,tokenbigramignoreblanksplitsymbolalpha:225,tokenbigramignoreblanksplitsymbolalphadigit:226,tokenbigramsplitsymbol:227,tokenbigramsplitsymbolalpha:228,tokenbigramsplitsymbolalphadigit:229,tokendelimit:230,tokendelimitnul:231,tokenfilternfkc100:218,tokenfilterstem:219,tokenfilterstopword:220,tokenizer_list:146,tokenizs:221,tokenmecab:232,tokenregexp:233,tokentrigram:234,tokenunigram:235,tokyogeopoint:237,tool:[29,154,266],topic:15,total:134,tracker:19,transfer:266,translat:17,travi:21,trie:267,troubleshoot:254,truncat:[147,150],tsv:[82,205],tune:236,tutori:258,twitter:2,type:[91,111,113,114,120,121,133,134,157,237,259,265],type_id:120,type_id_of_typ:120,type_nam:120,type_name_of_typ:120,type_s:120,ubuntu:31,uint16:237,uint32:237,uint64:237,uint8:237,unify_kana:218,unix:7,unremov:[116,141],unsign:196,updat:[0,12,17,18,212],upgrad:246,usag:[47,76,78,79,83,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,150,152,154,157,158,160,161,163,164,167,168,169,170,171,172,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,202,203,205,206,207,208,209,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,239,240,241,242],use:[197,212,213,215],use_html_escap:167,use_range_index:113,use_read:232,used:[116,141],user:[157,265],using:[265,269],valu:[87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,155,157,160,161,163,164,167,168,169,170,171,172,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,208,209,239,240,241,242,265],value_typ:139,variou:[259,269],vector:[79,91,190,259],vector_find:190,vector_new:191,vector_s:192,vector_slic:193,version:[81,246],view:262,weight:[79,91,264],wgs84geopoint:237,what:221,who:265,window:[8,32,111,113,114,134,238],window_count:240,window_record_numb:241,window_sum:242,without:246,work:[17,212,213,215],worker_process:154,xml:82,xor:196,your:17,zip:32,zlib:29}}) \ No newline at end of file ... truncated to 1.0MB