[Groonga-commit] groonga/groonga at cfb0312 [master] doc news: add more descriptions

Back to archive index

Masafumi Yokoyama null+****@clear*****
Tue Jul 28 12:03:52 JST 2015


Masafumi Yokoyama	2015-07-28 12:03:52 +0900 (Tue, 28 Jul 2015)

  New Revision: cfb03127ff074ee50b20a856f24d01e46c28d3ed
  https://github.com/groonga/groonga/commit/cfb03127ff074ee50b20a856f24d01e46c28d3ed

  Message:
    doc news: add more descriptions

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+6 -3)
===================================================================
--- doc/source/news.rst    2015-07-28 11:57:38 +0900 (4d84671)
+++ doc/source/news.rst    2015-07-28 12:03:52 +0900 (ec0b19d)
@@ -15,7 +15,8 @@ Release 5.0.6 - 2015-07-29
 Improvements
 ^^^^^^^^^^^^
 
-* Supported offline index construction for reference vector. For example::
+* Supported offline index construction for reference vector. For example, ``load``
+  data before ``column_create`` an index::
 
     table_create Entries TABLE_NO_KEY
     column_create Entries numbers COLUMN_VECTOR Int32
@@ -32,7 +33,8 @@ Improvements
 
     select Numbers --output_columns _key
 
-* Supported ``'vector_text_column @ "element"'`` without index. For example::
+* Supported ``'vector_text_column @ "element"'`` without index. For example, the
+  ``select`` command in the following commands::
 
     table_create Memos TABLE_NO_KEY
     column_create Memos tags COLUMN_VECTOR Text
@@ -44,7 +46,8 @@ Improvements
 
     select Memos --filter 'tags @ "Rroonga"'
 
-* Supported ``'fixed_size_type_vector_column @ n'`` without index. For example::
+* Supported ``'fixed_size_type_vector_column @ n'`` without index. For example, the
+  ``select`` command in the following commands::
 
     table_create Memos TABLE_NO_KEY
     column_create Memos numbers COLUMN_VECTOR Int32
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index