HAYASHI Kentaro
null+****@clear*****
Thu Feb 26 16:52:02 JST 2015
HAYASHI Kentaro 2015-02-26 16:52:02 +0900 (Thu, 26 Feb 2015) New Revision: 23bb32fc17f50184e74133d7601881706c4ac090 https://github.com/groonga/groonga/commit/23bb32fc17f50184e74133d7601881706c4ac090 Message: doc: update description about COMPRESS_ZLIB and COMPRESS_LZO flags Modified files: doc/source/reference/commands/column_create.rst Modified: doc/source/reference/commands/column_create.rst (+2 -2) =================================================================== --- doc/source/reference/commands/column_create.rst 2015-02-26 02:12:51 +0900 (9194379) +++ doc/source/reference/commands/column_create.rst 2015-02-26 16:52:02 +0900 (c5ef380) @@ -61,9 +61,9 @@ Parameters There are two flags to compress the value of column, but you can't specify these flags for now because there are memory leaks issue `GitHub#6 <https://github.com/groonga/groonga/issues/6>`_ when refers the value of column. This issue occurs both of them (zlib and lzo). 16, ``COMPRESS_ZLIB`` - Reserved. Compress the value of column by using zlib. This flag is disabled feature even if you build groonga with ``--with-zlib``. + Compress the value of column by using zlib. This flag is enabled when you build Groonga with ``--with-zlib``. 32, ``COMPRESS_LZO`` - Reserved. Compress the value of column by using lzo. This flag is disabled feature even if you build groonga with ``--with-lzo``. + Compress the value of column by using lzo. This flag is enabled when you build Groonga with ``--with-lzo``. インデックス型のカラムについては、flagsの値に以下の値を加えることによって、追加の属 性を指定することができます。 -------------- next part -------------- HTML����������������������������... Download