[Groonga-commit] groonga/groonga at 97ad902 [master] doc: add a simple usage for logical_select

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Thu Jan 31 21:28:23 JST 2019


Yasuhiro Horimoto	2019-01-31 21:28:23 +0900 (Thu, 31 Jan 2019)

  Revision: 97ad9025db1f934e45ca44cd032af69afddbb980
  https://github.com/groonga/groonga/commit/97ad9025db1f934e45ca44cd032af69afddbb980

  Message:
    doc: add a simple usage for logical_select

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/logical_select.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+10 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2019-01-31 17:21:22 +0900 (c62c79862)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2019-01-31 21:28:23 +0900 (bff4536a1)
@@ -8362,6 +8362,16 @@ msgstr "``query_expander`` はまだサポートしていません。"
 msgid "``adjuster`` isn't supported yet."
 msgstr "``adjuster`` はまだサポートしていません。"
 
+msgid "Here is an example that specifies only required parameters."
+msgstr "以下は必須のパラメータのみを指定した例です。"
+
+msgid ""
+"It is shown that is searched from Entries_20150708 and Entries_20150709 in "
+"above example."
+msgstr ""
+"上記の例では、 ``Entries_20150708`` と ``Entries_20150709`` から検索されてい"
+"ることがわかります。"
+
 msgid "This section describes parameters of ``logical_select``."
 msgstr "このセクションでは ``logical_select`` の引数について説明します。"
 

  Modified: doc/source/reference/commands/logical_select.rst (+7 -1)
===================================================================
--- doc/source/reference/commands/logical_select.rst    2019-01-31 17:21:22 +0900 (c57e0aa42)
+++ doc/source/reference/commands/logical_select.rst    2019-01-31 21:28:23 +0900 (2002c82c8)
@@ -268,7 +268,13 @@ OK. The schema and data for examples are ready.
 Simple usage
 ^^^^^^^^^^^^
 
-TODO
+Here is an example that specifies only required parameters.
+
+.. groonga-command
+.. include:: ../../example/reference/commands/logical_select/logical_table_existent.log
+.. logical_select --logical_table Entries --shard_key created_at
+
+It is shown that is searched from Entries_20150708 and Entries_20150709 in above example.
 
 Parameters
 ----------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190131/add21a92/attachment.html>


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