[Groonga-mysql-commit] mroonga/mroonga [master] share the images directory for documents in any language.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 28日 (金) 04:30:16 JST


Kazuhiko	2011-10-27 19:30:16 +0000 (Thu, 27 Oct 2011)

  New Revision: a5710e445b79b0fd7464bc35ec4ddcf9198e5d14

  Log:
    share the images directory for documents in any language.

  Modified files:
    doc/ja/source/userguide.rst
  Renamed files:
    doc/images/storage-mode.png
      (from doc/ja/source/images/storage-mode.png)
    doc/images/storage-mode.svg
      (from doc/ja/source/images/storage-mode.svg)
    doc/images/wrapper-mode.png
      (from doc/ja/source/images/wrapper-mode.png)
    doc/images/wrapper-mode.svg
      (from doc/ja/source/images/wrapper-mode.svg)

  Renamed: doc/images/storage-mode.png (+0 -0) 100%
===================================================================

  Renamed: doc/images/storage-mode.svg (+0 -0) 100%
===================================================================

  Renamed: doc/images/wrapper-mode.png (+0 -0) 100%
===================================================================

  Renamed: doc/images/wrapper-mode.svg (+0 -0) 100%
===================================================================

  Modified: doc/ja/source/userguide.rst (+2 -2)
===================================================================
--- doc/ja/source/userguide.rst    2011-10-27 16:28:57 +0000 (c3ce3f4)
+++ doc/ja/source/userguide.rst    2011-10-27 19:30:16 +0000 (305a0aa)
@@ -47,7 +47,7 @@ groongaストレージエンジンは以下の2つの動作モードのどちら
 
 ストレージモードの構成を図で表すと以下のようになります。MyISAMやInnoDBなど既存のストレージエンジンの代わりに利用します。
 
-.. figure:: /images/storage-mode.png
+.. figure:: ../../images/storage-mode.png
    :alt: ストレージモード
    :align: center
 
@@ -56,7 +56,7 @@ groongaストレージエンジンは以下の2つの動作モードのどちら
 
 ラッパーモードの構成を図で表すと以下のようになります。全文検索関連の処理はgroongaストレージエンジンで処理し、それ以外の処理はMyISAMやInnoDBなど既存のストレージエンジンを利用します。SQLを処理するSQL Handlerと既存のストレージエンジンの間に位置するため、すべてのデータが一度groongaストレージエンジンを通ることになります。これを利用して、全文検索用のインデックス作成などを透過的に行います。
 
-.. figure:: /images/wrapper-mode.png
+.. figure:: ../../images/wrapper-mode.png
    :alt: ラッパーモード
    :align: center
 




Groonga-mysql-commit メーリングリストの案内
Back to archive index