[Groonga-commit] groonga/groonga at ced3fd6 [master] doc: update example which search users

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Sep 22 16:07:50 JST 2014


HAYASHI Kentaro	2014-09-22 16:07:50 +0900 (Mon, 22 Sep 2014)

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

  Message:
    doc: update example which search users

  Modified files:
    doc/source/example/tutorial/micro_blog-1.log

  Modified: doc/source/example/tutorial/micro_blog-1.log (+4 -8)
===================================================================
--- doc/source/example/tutorial/micro_blog-1.log    2014-09-22 16:07:11 +0900 (eab1dfb)
+++ doc/source/example/tutorial/micro_blog-1.log    2014-09-22 16:07:50 +0900 (39c97c0)
@@ -1,6 +1,6 @@
 Execution example::
 
-  select --table Users --match_columns name,location_str,description --query Tokyo --output_columns _key,name
+  select --table Users --match_columns name,location_str,description --query "New York" --output_columns _key,name
   # [[0, 1337566253.89858, 0.000355720520019531], true]
   # [[0, 1337566253.89858, 0.000355720520019531], true]
   # [[0, 1337566253.89858, 0.000355720520019531], true]
@@ -37,7 +37,7 @@ Execution example::
   #   [
   #     [
   #       [
-  #         2
+  #         1
   #       ], 
   #       [
   #         [
@@ -50,12 +50,8 @@ Execution example::
   #         ]
   #       ], 
   #       [
-  #         "tasukuchan", 
-  #         "Gunyara-kun"
-  #       ], 
-  #       [
-  #         "OffGao", 
-  #         "OffGao"
+  #         "bob", 
+  #         "Bob"
   #       ]
   #     ]
   #   ]
-------------- next part --------------
HTML����������������������������...
下載 



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