[Groonga-commit] groonga/groonga at 9cb695f [master] doc: add limitation of output_columns

アーカイブの一覧に戻る
Yasuhiro Horimoto null+****@clear*****
Tue Nov 20 16:25:46 JST 2018


Yasuhiro Horimoto	2018-11-20 16:25:46 +0900 (Tue, 20 Nov 2018)

  Revision: 9cb695f60366f007fe038a286502862aff2dc4c8
  https://github.com/groonga/groonga/commit/9cb695f60366f007fe038a286502862aff2dc4c8

  Message:
    doc: add limitation of output_columns

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

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+19 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-11-19 16:10:45 +0900 (a0a345131)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-11-20 16:25:46 +0900 (0654eefaa)
@@ -223,12 +223,6 @@ msgstr ""
 "Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供"
 "しているAPIを示します。"
 
-msgid "パラメータ"
-msgstr ""
-
-msgid "戻り値"
-msgstr ""
-
 msgid "Global configurations"
 msgstr "全体設定"
 
@@ -8341,6 +8335,14 @@ msgstr ""
 "``_value.${KEY_NAME}`` を使えません。1つのシャードのみを使った場合は使えま"
 "す。"
 
+msgid ""
+"``_value.${KEY_NAME}`` in ``drilldowns[${LABEL}].output_columns`` also "
+"doesn't work with multiple shards either. It works with one shard."
+msgstr ""
+"複数のシャードを使った場合、 ``drilldowns[${LABEL}].output_columns`` の中で"
+"も ``_value.${KEY_NAME}`` を使えません。1つのシャードのみを使った場合は使えま"
+"す。"
+
 msgid "``match_escalation_threshold`` isn't supported yet."
 msgstr "``match_escalation_threshold`` はまだサポートしていません。"
 
@@ -8571,6 +8573,17 @@ msgstr ""
 ":doc:`select` の :ref:`select-drilldowns-label-output-columns` に対応していま"
 "す。詳細は :ref:`select-drilldowns-label-output-columns` を見てください。"
 
+msgid "``drilldowns[${LABEL}].output_columns`` has a limitation."
+msgstr "``drilldowns[${LABEL}].output_columns`` には制限があります。"
+
+msgid ""
+"``_value.${KEY_NAME}`` in ``drilldowns[${LABEL}].output_columns`` doesn't "
+"work with multiple shards. It works with one shard."
+msgstr ""
+"複数のシャードを使った場合、 ``drilldowns[${LABEL}].output_columns`` の中で "
+"``_value.${KEY_NAME}`` を使えません。1つのシャードのみを使った場合は使えま"
+"す。"
+
 msgid "``drilldowns[${LABEL}].sortby``"
 msgstr ""
 

  Modified: doc/source/reference/commands/logical_select.rst (+8 -0)
===================================================================
--- doc/source/reference/commands/logical_select.rst    2018-11-19 16:10:45 +0900 (ed98fd8d5)
+++ doc/source/reference/commands/logical_select.rst    2018-11-20 16:25:46 +0900 (2b6b51908)
@@ -156,6 +156,9 @@ But there are some differences from :doc:`select`:
     doesn't work with multiple shards. It works with one
     shard. ``_key`` in ``drilldowns[${LABEL}].sort_keys`` work with
     multiple shards.
+  * ``_value.${KEY_NAME}`` in ``drilldowns[${LABEL}].output_columns``
+    also doesn't work with multiple shards either. It works with one
+    shard.
   * ``match_escalation_threshold`` isn't supported yet.
   * ``query_flags`` isn't supported yet.
   * ``query_expander`` isn't supported yet.
@@ -1065,6 +1068,11 @@ Corresponds to :ref:`select-drilldowns-label-output-columns` in
 :doc:`select`. See :ref:`select-drilldowns-label-output-columns` for
 details.
 
+``drilldowns[${LABEL}].output_columns`` has a limitation.
+
+``_value.${KEY_NAME}`` in ``drilldowns[${LABEL}].output_columns`` doesn't
+work with multiple shards. It works with one shard.
+
 Here is an example:
 
 .. groonga-command
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181120/e3a45195/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る