[Groonga-commit] groonga/groonga at 077ebd6 [master] doc: replace examples by --sort_keys

Zurück zum Archiv-Index

Kentaro Hayashi null+****@clear*****
Mon May 30 18:19:29 JST 2016


Kentaro Hayashi	2016-05-30 18:19:29 +0900 (Mon, 30 May 2016)

  New Revision: 077ebd640c7b397425cc413ff769596b272ad18f
  https://github.com/groonga/groonga/commit/077ebd640c7b397425cc413ff769596b272ad18f

  Message:
    doc: replace examples by --sort_keys

  Renamed files:
    doc/source/example/reference/commands/select/sort_keys_descending.log
      (from doc/source/example/reference/commands/select/sortby_simple.log)
    doc/source/example/reference/commands/select/sort_keys_score_with_query.log
      (from doc/source/example/reference/commands/select/sortby_score_with_query.log)
    doc/source/example/reference/commands/select/sort_keys_simple.log
      (from doc/source/example/reference/commands/select/sortby_descending.log)

  Renamed: doc/source/example/reference/commands/select/sort_keys_descending.log (+19 -19) 96%
===================================================================
--- doc/source/example/reference/commands/select/sortby_simple.log    2016-05-30 17:55:15 +0900 (2be752d)
+++ doc/source/example/reference/commands/select/sort_keys_descending.log    2016-05-30 18:19:29 +0900 (018205b)
@@ -1,6 +1,6 @@
 Execution example::
 
-  select Entries --sortby 'n_likes, _id'
+  select Entries --sort_keys '-n_likes, _id'
   # [
   #   [
   #     0, 
@@ -35,18 +35,18 @@ Execution example::
   #         ]
   #       ], 
   #       [
-  #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
   #         3, 
-  #         "Senna"
+  #         "Mroonga", 
+  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
+  #         15, 
+  #         "Groonga"
   #       ], 
   #       [
-  #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         2, 
+  #         "Groonga", 
+  #         "I started to use Groonga. It's very fast!", 
+  #         10, 
+  #         "Groonga"
   #       ], 
   #       [
   #         1, 
@@ -56,18 +56,18 @@ Execution example::
   #         "Hello"
   #       ], 
   #       [
-  #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         4, 
+  #         "Good-bye Senna", 
+  #         "I migrated all Senna system!", 
+  #         3, 
+  #         "Senna"
   #       ], 
   #       [
+  #         5, 
+  #         "Good-bye Tritonn", 
+  #         "I also migrated all Tritonn system!", 
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         "Senna"
   #       ]
   #     ]
   #   ]

  Renamed: doc/source/example/reference/commands/select/sort_keys_score_with_query.log (+1 -1) 82%
===================================================================
--- doc/source/example/reference/commands/select/sortby_score_with_query.log    2016-05-30 17:55:15 +0900 (ea04e2a)
+++ doc/source/example/reference/commands/select/sort_keys_score_with_query.log    2016-05-30 18:19:29 +0900 (1197b05)
@@ -1,6 +1,6 @@
 Execution example::
 
-  select Entries --match_columns content --query fast --sortby -_score --output_columns '_key, _score'
+  select Entries --match_columns content --query fast --sort_keys -_score --output_columns '_key, _score'
   # [
   #   [
   #     0, 

  Renamed: doc/source/example/reference/commands/select/sort_keys_simple.log (+19 -19) 97%
===================================================================
--- doc/source/example/reference/commands/select/sortby_descending.log    2016-05-30 17:55:15 +0900 (eb081e7)
+++ doc/source/example/reference/commands/select/sort_keys_simple.log    2016-05-30 18:19:29 +0900 (355af3f)
@@ -1,6 +1,6 @@
 Execution example::
 
-  select Entries --sortby '-n_likes, _id'
+  select Entries --sort_keys 'n_likes, _id'
   # [
   #   [
   #     0, 
@@ -35,18 +35,18 @@ Execution example::
   #         ]
   #       ], 
   #       [
+  #         4, 
+  #         "Good-bye Senna", 
+  #         "I migrated all Senna system!", 
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         "Senna"
   #       ], 
   #       [
-  #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         5, 
+  #         "Good-bye Tritonn", 
+  #         "I also migrated all Tritonn system!", 
+  #         3, 
+  #         "Senna"
   #       ], 
   #       [
   #         1, 
@@ -56,18 +56,18 @@ Execution example::
   #         "Hello"
   #       ], 
   #       [
-  #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         2, 
+  #         "Groonga", 
+  #         "I started to use Groonga. It's very fast!", 
+  #         10, 
+  #         "Groonga"
   #       ], 
   #       [
-  #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
   #         3, 
-  #         "Senna"
+  #         "Mroonga", 
+  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
+  #         15, 
+  #         "Groonga"
   #       ]
   #     ]
   #   ]
-------------- next part --------------
HTML����������������������������...
Download 



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