HAYASHI Kentaro
null+****@clear*****
Fri Mar 29 18:37:23 JST 2013
HAYASHI Kentaro 2013-03-29 18:37:23 +0900 (Fri, 29 Mar 2013) New Revision: 8c745869d72de018f516ae2ee0e11c979d6404bb https://github.com/groonga/groonga/commit/8c745869d72de018f516ae2ee0e11c979d6404bb Message: doc en: fix a typo Modified files: doc/source/reference/grn_expr/script_syntax.txt Modified: doc/source/reference/grn_expr/script_syntax.txt (+1 -1) =================================================================== --- doc/source/reference/grn_expr/script_syntax.txt 2013-03-29 18:39:48 +0900 (aed75f3) +++ doc/source/reference/grn_expr/script_syntax.txt 2013-03-29 18:37:23 +0900 (266c590) @@ -759,7 +759,7 @@ The operator performs bitwise XOR assginment operation on column1 by column2. .. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score ^= n_likes' The value of ``_score`` by ``--filter`` is always 1 in this case, -then performs subtraction assignment operation such as '_score = _score | n_likes' for each records. +then performs subtraction assignment operation such as '_score = _score ^ n_likes' for each records. For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key`` is 3. -------------- next part -------------- HTML����������������������������...ダウンロード