[Groonga-commit] groonga/groonga at 3d46978 [master] doc: add parameter description about logical_count

Zurück zum Archiv-Index

HAYASHI Kentaro null+****@clear*****
Wed Feb 18 12:59:16 JST 2015


HAYASHI Kentaro	2015-02-18 12:59:16 +0900 (Wed, 18 Feb 2015)

  New Revision: 3d469786ff4f20f07926e97ff06b08c06e8cda29
  https://github.com/groonga/groonga/commit/3d469786ff4f20f07926e97ff06b08c06e8cda29

  Message:
    doc: add parameter description about logical_count

  Modified files:
    doc/source/reference/commands/logical_count.rst

  Modified: doc/source/reference/commands/logical_count.rst (+15 -0)
===================================================================
--- doc/source/reference/commands/logical_count.rst    2015-02-18 12:47:01 +0900 (9c71ab6)
+++ doc/source/reference/commands/logical_count.rst    2015-02-18 12:59:16 +0900 (4618313)
@@ -107,21 +107,36 @@ Parameters
 ``logical_table``
 """""""""""""""""
 
+It specifies logical table name. It means table name without "_YYYYMMDD" postfix.
+If you use actual table such as "Logs_20150203", "Logs_20150203" and so on, logical table name is "Logs".
+
 ``shard_key``
 """""""""""""
 
+It specifies column name which is treated as shared key in each parted table.
+
 ``min``
 """""""
 
+It specifies the min value of ``shard_key``
+
 ``min_border``
 """"""""""""""
 
+It specifies whether the min value of borderline must be include or not.
+Specify ``include`` or ``exclude`` as the value of this parameter.
+
 ``max``
 """""""
 
+It specifies the max value of ``shard_key``.
+
 ``max_border``
 """"""""""""""
 
+It specifies whether the max value of borderline must be include or not.
+Specify ``include`` or ``exclude`` as the value of this parameter.
+
 ``filter``
 """"""""""
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index