Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 03663abacfb5829946c324cb3e985338 > files > 202

groonga-doc-1.2.7-1.fc14.x86_64.rpm




<!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">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>News &mdash; groonga v1.2.6 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">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '1.2.6',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </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="top" title="groonga v1.2.6 documentation" href="index.html" /> 
  </head>
  <body>
<div class="header">
  <h1 class="title">
    <a id="top-link" href="index.html">
      <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="other-language-links">
    <ul>
      <li><a href="../../ja/html/news.html"><img src="_static/jp.png" alt="日本語"></a></li>
    </ul>
  </div>
</div>
  

    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li><a href="index.html">groonga v1.2.6 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="news">
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
<div class="section" id="release-1-2-7-2011-10-29">
<span id="release-1-2-7"></span><h2>Release 1.2.7 - 2011/10/29<a class="headerlink" href="#release-1-2-7-2011-10-29" title="Permalink to this headline">¶</a></h2>
<div class="section" id="improvements">
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>[libedit] Added error check for wide character to
multibyte sequence conversion. [Reported by SHIDARA Yoji]</li>
<li>Added grn_geo_estimate_in_rectangle().</li>
<li>Added cursor API to geo search in rectangle.</li>
<li>Improved geo search in rectangle speed.</li>
<li>Added packages for Ubuntu 11.10 Oneiric Ocelot</li>
<li>[experimental] Supported Oracle Solaris 10 8/11. (just buildable with system gcc.)</li>
</ul>
</div>
<div class="section" id="fixes">
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a typo in document. [Reported by &#64;soundkitchen]</li>
</ul>
</div>
<div class="section" id="thanks">
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>SHIDARA Yoji</li>
<li>&#64;soundkitchen</li>
</ul>
</div>
</div>
<div class="section" id="release-1-2-6-2011-09-29">
<span id="release-1-2-6"></span><h2>Release 1.2.6 - 2011/09/29<a class="headerlink" href="#release-1-2-6-2011-09-29" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id1">
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Improved error message on type cast.</li>
<li>Added geo point value validation on type cast.</li>
<li>Supported <a class="reference internal" href="tutorial/query_expansion.html"><em>クエリ拡張</em></a>.</li>
<li>Added <cite>--query_expansion</cite> option to
<a class="reference internal" href="commands/select.html"><em>select</em></a> for query expansion.</li>
<li>Added geometry conversion macro between degree and msec.</li>
<li>Supported type cast in <a class="reference internal" href="functions/geo_distance.html"><em>geo_distance</em></a> ().</li>
<li>Don't split tokens with full width space in command line. #986</li>
<li>Supported conversion between TokyoGeoPoint and WGS84GeoPoint.</li>
<li>Exported grn_geo_select_in_circle() and grn_geo_select_in_rectangle().</li>
<li>Supported CentOS 6.</li>
<li>Supported the current Debian GNU/Linux sid.
Patch by SATOH Fumiyasu. GitHub#3</li>
</ul>
</div>
<div class="section" id="id2">
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a bug that geo point is loaded as broken value.</li>
</ul>
</div>
<div class="section" id="id3">
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>SATOH Fumiyasu</li>
</ul>
</div>
</div>
<div class="section" id="release-1-2-5-2011-08-29">
<span id="release-1-2-5"></span><h2>Release 1.2.5 - 2011/08/29<a class="headerlink" href="#release-1-2-5-2011-08-29" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id4">
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added experimental Windows installer support.</li>
<li>Accepted &quot;#&quot; and &quot;-&quot; as a valid name characters. #1043</li>
<li>Accepted all valid characters except &quot;_&quot; as the first character. #1043</li>
<li>Supported <cite>--each</cite> for <cite>[...]</cite> form <a class="reference internal" href="commands/load.html"><em>load</em></a>. #1044</li>
<li>Added documentation for <a class="reference internal" href="suggest.html"><em>Suggest</em></a>.</li>
<li>Supported threshold as <cite>--frequency_threshold</cite> and
<cite>--conditional_probability_threshold</cite> options in all
<a class="reference internal" href="commands/suggest.html"><em>suggest</em></a> types. #1042</li>
<li>[groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048</li>
<li>Supported string input for reference vector column value. #1051</li>
<li>[groonga-suggest-httpd] Added <cite>--n-lines-per-log-file</cite>
option that changes log line limitation for a file.</li>
<li>[groonga-suggest-httpd] Added <cite>p</cite> parameter for
<cite>--conditional_probability_threshold</cite>.</li>
<li>Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053</li>
<li>Exported grn_ctx_close(). #1035</li>
</ul>
</div>
<div class="section" id="id5">
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a crash bug that invalid value is passed as match expression
argument in <a class="reference internal" href="commands/select.html"><em>select</em></a>. #1047</li>
<li>Fixed a bug that hash table cursor returns garbage records.</li>
</ul>
</div>
</div>
<div class="section" id="release-1-2-4-2011-07-29">
<span id="release-1-2-4"></span><h2>Release 1.2.4 - 2011/07/29<a class="headerlink" href="#release-1-2-4-2011-07-29" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id6">
<h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Re-supported <a href="#id7"><span class="problematic" id="id8">*</span></a>BSD. (Reported by OBATA Akio)</li>
<li>Improved sed related portability. (Suggested by OBATA Akio)</li>
<li>Re-supported Visual C++ 2008.</li>
<li>Supported <a class="reference internal" href="commands/check.html"><em>check</em></a> for hash table.</li>
<li>Ignored invalid _score in --sortby of <a class="reference internal" href="commands/select.html"><em>select</em></a>
for convenience. #1030</li>
<li>Added document about <a class="reference internal" href="log.html"><em>Log</em></a>.</li>
<li>Supported ~/.editrc.</li>
<li>Supported ~/.groonga-history.</li>
</ul>
</div>
<div class="section" id="id9">
<h3>Fixes<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed broken libedit support. (Reported by Daiki Ueno)</li>
<li>Fixed source URL in <a href="#id10"><span class="problematic" id="id11">*</span></a>.spec (Reported by Daiki Ueno)</li>
<li>Fixed patricia trie cursor returns wrong records.</li>
<li>Added missing database lock clear for grn_obj_clear_lock()
for database.</li>
<li>Fixed wrong record's column values deletion possible on
record deletion.</li>
</ul>
</div>
<div class="section" id="id12">
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>OBATA Akio</li>
<li>Daiki Ueno</li>
</ul>
</div>
</div>
<div class="section" id="release-1-2-3-2011-06-29">
<span id="release-1-2-3"></span><h2>Release 1.2.3 - 2011/06/29<a class="headerlink" href="#release-1-2-3-2011-06-29" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id13">
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added invalid table name check. #912</li>
<li>Added groonga-query-log-analyzer that analyze query log.</li>
<li>groonga command shows failed command on error.</li>
<li>groonga command shows file name and line no on error.</li>
<li>Improved error message of <a class="reference internal" href="commands/column_create.html"><em>column_create</em></a>. #952</li>
<li>Added GRN_OBJ_TABLE_DAT_KEY, double array trie, table. (experimental)</li>
</ul>
</div>
<div class="section" id="id14">
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>fix get command crash. (Reported by OBATA Akio)</li>
<li>fix elapsed time overflow in query log. #944</li>
</ul>
</div>
<div class="section" id="id15">
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>OBATA Akio</li>
</ul>
</div>
</div>
<div class="section" id="release-1-2-2-2011-05-29">
<span id="release-1-2-2"></span><h2>Release 1.2.2 - 2011/05/29<a class="headerlink" href="#release-1-2-2-2011-05-29" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id16">
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added packages for Ubuntu 11.04 Natty Narwhal.</li>
<li>Removed packages for Ubuntu 10.10 Maverick Meerkat.</li>
<li>RPM: Split server related packages to groonga-server package.</li>
<li>suggest: Added target object name into error messages.</li>
<li>document: Started English support. (not completed yet.)</li>
<li>groonga-suggest-httpd: Added --disable-max-fd-check option.</li>
<li>groonga: Renamed <a class="reference internal" href="executables/groonga.html#cmdoption-a"><em class="xref std std-option">--address</em></a> option to <a class="reference internal" href="executables/groonga.html#cmdoption--bind-address"><em class="xref std std-option">--bind-address</em></a>.</li>
<li>groonga-suggest-httpd: Renamed --address option to --bind-address.</li>
<li>Changed admin HTML install directory to
$PREFIX/share/groonga/html/admin/ from
$PREFIX/share/groonga/admin_html/.</li>
<li>groonga-suggest-httpd: Used &quot;application/json&quot; for JSON response
instead of &quot;text/javascript&quot;.</li>
<li>Windows: Used DLL relative path instead of executable file
relative path.</li>
<li>MeCab: Added error message from MeCab on MeCab initialize error.</li>
<li>suggest: Added prefix_search parameter to suggest
command. #909</li>
<li>plugin: Added grn_plugin_get_system_plugins_dir() and
grn_plugin_get_suffix() API.</li>
<li>Added grn_obj_is_builtin() API.</li>
<li><a class="reference internal" href="commands/load.html"><em>load</em></a>: Added table name check. #934</li>
<li>Showed invalid name context in error message. #935</li>
</ul>
</div>
<div class="section" id="id17">
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a data breaking bug on multi process update. #890</li>
</ul>
</div>
</div>
<div class="section" id="id18">
<h2>1.2.1リリース - 2011/04/29<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id19">
<h3>改良<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>suggestコマンドにthresholdパラメーターを追加。#895</li>
<li>suggestのHTTPサーバにlimitパラメーターを追加。#899</li>
<li>grntest: SIGINTでの中断に対応。</li>
</ul>
</div>
<div class="section" id="id20">
<h3>修正<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>同時に複数のデータベースを開いているとき、1つでもデータベー
スを閉じると関連するプラグインも閉じられてしまう問題を修正。 #894</li>
<li>configureの--helpで出力される--with-deafult-encodingの値が
間違っていた問題を修正。(ICHII Takashiさんが報告)</li>
<li>チュートリアル中のtypoを修正。(moozさんが修正)</li>
</ul>
</div>
<div class="section" id="id21">
<h3>感謝<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>ICHII Takashiさん</li>
<li>moozさん</li>
</ul>
</div>
</div>
<div class="section" id="id22">
<h2>1.2.0リリース - 2011/03/29<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id23">
<h3>改良<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>MacPortsでのインストールドキュメントを追加。</li>
<li>Homebrewでのインストールドキュメントを追加。</li>
<li>WindowsではMinGWでもpthreadを使わないようにした。</li>
<li>オーバーフローチェックを強化。</li>
<li>位置情報の入力値チェックを強化。</li>
<li>インデックスを用いたジオサーチの例をチュートリアルに追加。 #438</li>
<li>Debian GNU/Linux wheezyのパッケージを追加。</li>
<li>Debian GNU/Linux lennyのパッケージを削除。</li>
<li>Debianパッケージをcdbsベースからdebhelperベースへ移行。
パッケージ名の変更あり。 #887</li>
<li>MeCabトークナイザーの読み込みエラーを無視するようにした。た
だし、ログには残る。 #893</li>
</ul>
</div>
<div class="section" id="id24">
<h3>修正<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>autoconf 2.59環境において、ファイルシステムのルート直下に
groongaディレクトリを作成しようとする問題を修正。 #833</li>
<li>JSONPが動作しなくなっていた問題を修正。</li>
<li>MeCabトークナイザーの読み込みに失敗したときにクラッシュする問題を修正。
(&#64;tomotaka_itoさんが報告)</li>
<li>[非互換] 位置情報の小数表記からミリ秒への変換誤差が大きい問題を修正。</li>
<li><a class="reference internal" href="functions/geo_in_rectangle.html"><em>geo_in_rectangle</em></a> の <tt class="docutils literal"><span class="pre">top_left</span></tt> と
<tt class="docutils literal"><span class="pre">bottom_right</span></tt> に同じ位置を指定するとクラッシュする問題を修正。</li>
<li>メモリリークを修正。</li>
<li>小数形式のTimeリテラルをロードするとミリ秒情報が落ちる問題を修正。 #880</li>
<li><a class="reference internal" href="commands/column_list.html"><em>column_list</em></a> のドキュメントを修正。 #758</li>
<li><a class="reference internal" href="commands/table_list.html"><em>table_list</em></a> のドキュメントを修正。</li>
<li><a class="reference internal" href="commands/load.html"><em>load</em></a> で_valueを指定するとメモリリークする問題を修正。 #878</li>
<li><a class="reference internal" href="commands/load.html"><em>load</em></a> でクラッシュする問題を修正。 #661</li>
</ul>
</div>
<div class="section" id="id25">
<h3>実験的<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>grn_table_truncate()を追加。(実験的。問題あり)</li>
<li>truncateコマンドを追加。(実験的。問題あり) #888</li>
</ul>
</div>
<div class="section" id="id26">
<h3>感謝<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>&#64;tomotaka_itoさん</li>
</ul>
</div>
</div>
<div class="section" id="id27">
<h2>過去のリリース<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="news/1.1.x.html">バージョン1.1.xのお知らせ</a><ul>
<li class="toctree-l2"><a class="reference internal" href="news/1.1.x.html#id1">1.1.0リリース - 2011/02/09</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="news/1.0.x.html">バージョン1.0.xのお知らせ</a><ul>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id1">1.0.8リリース - 2011/02/02</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id4">1.0.7リリース - 2011/01/29</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id8">1.0.6リリース - 2010/12/31</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id11">1.0.5リリース - 2010/12/29</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id16">1.0.4リリース - 2010/11/29</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id21">1.0.3リリース - 2010/10/29</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id26">1.0.2リリース - 2010/09/09</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id31">1.0.1リリース - 2010/09/06</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id35">1.0.0リリース - 2010/08/29</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="news/0.x.html">バージョン0.xのお知らせ</a><ul>
<li class="toctree-l2"><a class="reference internal" href="news/0.x.html#id1">0.7.7リリース - 2010/08/25</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/0.x.html#id4">0.7.6リリース - 2010/08/19</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="news/senna.html">News in Senna period</a><ul>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#senna-groonga-2009-01-14">Senna -&gt; groonga - 2009/01/14</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id1">2006/04/05</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id2">2006/03/03</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id4">2006/01/16</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id5">2006/01/12</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id7">2005/12/22</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id9">2005/10/27</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id11">2005/09/17</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id13">2005/09/08</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id15">2005/08/16</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id17">2005/07/05</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id18">2005/06/23</a></li>
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id20">2005/04/12</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">News</a><ul>
<li><a class="reference internal" href="#release-1-2-7-2011-10-29">Release 1.2.7 - 2011/10/29</a><ul>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#fixes">Fixes</a></li>
<li><a class="reference internal" href="#thanks">Thanks</a></li>
</ul>
</li>
<li><a class="reference internal" href="#release-1-2-6-2011-09-29">Release 1.2.6 - 2011/09/29</a><ul>
<li><a class="reference internal" href="#id1">Improvements</a></li>
<li><a class="reference internal" href="#id2">Fixes</a></li>
<li><a class="reference internal" href="#id3">Thanks</a></li>
</ul>
</li>
<li><a class="reference internal" href="#release-1-2-5-2011-08-29">Release 1.2.5 - 2011/08/29</a><ul>
<li><a class="reference internal" href="#id4">Improvements</a></li>
<li><a class="reference internal" href="#id5">Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#release-1-2-4-2011-07-29">Release 1.2.4 - 2011/07/29</a><ul>
<li><a class="reference internal" href="#id6">Improvements</a></li>
<li><a class="reference internal" href="#id9">Fixes</a></li>
<li><a class="reference internal" href="#id12">Thanks</a></li>
</ul>
</li>
<li><a class="reference internal" href="#release-1-2-3-2011-06-29">Release 1.2.3 - 2011/06/29</a><ul>
<li><a class="reference internal" href="#id13">Improvements</a></li>
<li><a class="reference internal" href="#id14">Fixes</a></li>
<li><a class="reference internal" href="#id15">Thanks</a></li>
</ul>
</li>
<li><a class="reference internal" href="#release-1-2-2-2011-05-29">Release 1.2.2 - 2011/05/29</a><ul>
<li><a class="reference internal" href="#id16">Improvements</a></li>
<li><a class="reference internal" href="#id17">Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id18">1.2.1リリース - 2011/04/29</a><ul>
<li><a class="reference internal" href="#id19">改良</a></li>
<li><a class="reference internal" href="#id20">修正</a></li>
<li><a class="reference internal" href="#id21">感謝</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id22">1.2.0リリース - 2011/03/29</a><ul>
<li><a class="reference internal" href="#id23">改良</a></li>
<li><a class="reference internal" href="#id24">修正</a></li>
<li><a class="reference internal" href="#id25">実験的</a></li>
<li><a class="reference internal" href="#id26">感謝</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id27">過去のリリース</a><ul>
</ul>
</li>
</ul>
</li>
</ul>

  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/news.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li><a href="index.html">groonga v1.2.6 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009-2011, Brazil, Inc.
    </div>
  </body>
</html>