[Groonga-commit] groonga/groonga at 9013a09 [master] doc: update example about follower

Zurück zum Archiv-Index

HAYASHI Kentaro null+****@clear*****
Mon Sep 22 16:38:47 JST 2014


HAYASHI Kentaro	2014-09-22 16:38:47 +0900 (Mon, 22 Sep 2014)

  New Revision: 9013a095c27a3f028ee1d4fbcf22f976d31c2a7b
  https://github.com/groonga/groonga/commit/9013a095c27a3f028ee1d4fbcf22f976d31c2a7b

  Message:
    doc: update example about follower

  Modified files:
    doc/source/tutorial/micro_blog.rst

  Modified: doc/source/tutorial/micro_blog.rst (+7 -6)
===================================================================
--- doc/source/tutorial/micro_blog.rst    2014-09-22 16:32:40 +0900 (9b4ba4a)
+++ doc/source/tutorial/micro_blog.rst    2014-09-22 16:38:47 +0900 (c9eb19e)
@@ -427,17 +427,18 @@ Following example searches users who live in within 20km from specified location
 
 It shows that "Bob" and "Charlie" lives in within 20 km from station of "Grand Central Terminal".
 
-あるユーザーをフォローしているユーザーの検索
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Search users who follows specific user
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-ここでは、 :doc:`index` で扱った、参照関係の逆引きをします。
-以下の例では、Usersテーブルのfollowerカラムにあるフォローリストを逆引きします。
+In this section, we do reverse resolution of reference relationships which is described at :doc:`index`.
+
+Following examples shows reverse resolution about ``follower`` column of ``Users`` table.
 
 .. groonga-command
 .. include:: ../example/tutorial/micro_blog-3.log
-.. select --table Users --query follower:@tasukuchan --output_columns _key,name
+.. select --table Users --query follower:@bob --output_columns _key,name
 
-「グニャラくん」をフォローしている「hsiomaneki」と「OffGao」がヒットしました。
+It shows that "Alice" and "Charlie" follows "Bob".
 
 GeoPointでコメント検索
 ^^^^^^^^^^^^^^^^^^^^^^
-------------- next part --------------
HTML����������������������������...
Download 



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