null+****@clear*****
null+****@clear*****
2012年 4月 27日 (金) 18:52:21 JST
Kouhei Sutou 2012-04-27 18:52:21 +0900 (Fri, 27 Apr 2012) New Revision: eee294fada10ddc8de1f5a0777d718af326eb8f2 Log: doc: fix a typo Modified files: doc/source/commands/select.txt doc/source/example/commands/select/simple_filter.log Modified: doc/source/commands/select.txt (+1 -1) =================================================================== --- doc/source/commands/select.txt 2012-04-27 18:41:57 +0900 (05aedfe) +++ doc/source/commands/select.txt 2012-04-27 18:52:21 +0900 (3b9d688) @@ -136,7 +136,7 @@ Here is a simple ``filter`` usage example. .. groonga-command .. include:: ../example/commands/select/simple_filter.log -.. select Entries --filter 'cotent @ "fast" && _key == "Groonga"' +.. select Entries --filter 'content @ "fast" && _key == "Groonga"' The ``select`` command searches records that contain a word ``fast`` in ``content`` column value and has ``Groonga`` as ``_key`` from Modified: doc/source/example/commands/select/simple_filter.log (+27 -10) =================================================================== --- doc/source/example/commands/select/simple_filter.log 2012-04-27 18:41:57 +0900 (4892c03) +++ doc/source/example/commands/select/simple_filter.log 2012-04-27 18:52:21 +0900 (62c2763) @@ -1,20 +1,37 @@ Execution example:: - > select Entries --filter 'cotent @ "fast" && _key == "Groonga"' + > select Entries --filter 'content @ "fast" && _key == "Groonga"' [ [ - -63, - 1335519593.07742, - 0.00108194351196289, - "Syntax error! (cotent @ \"fast\" && _key == \"Groonga\")", + 0, + 1335520300.98383, + 0.000544071197509766 + ], + [ [ [ - "yy_syntax_error", - "ecmascript.y", - 19 + 1 + ], + [ + [ + "_id", + "UInt32" + ], + [ + "_key", + "ShortText" + ], + [ + "content", + "Text" + ] + ], + [ + 2, + "Groonga", + "I started to use groonga. It's very fast!" ] ] - ], - [] + ] ] \ No newline at end of file