susumu.yata
null+****@clear*****
Wed Nov 18 11:22:38 JST 2015
susumu.yata 2015-11-18 11:22:38 +0900 (Wed, 18 Nov 2015) New Revision: 59802e719ffc4869153c85943ab65cb432fb3b3e https://github.com/groonga/groonga/commit/59802e719ffc4869153c85943ab65cb432fb3b3e Message: grn_ts: fix a typo Modified files: lib/ts.c Modified: lib/ts.c (+1 -1) =================================================================== --- lib/ts.c 2015-11-18 00:03:49 +0900 (fefeb28) +++ lib/ts.c 2015-11-18 11:22:38 +0900 (f031fda) @@ -740,7 +740,7 @@ grn_ts_select_scorer(grn_ctx *ctx, grn_obj *table, grn_ts_str str, if (!rest.size) { return GRN_SUCCESS; } - /* If a string starts with "_scorer =", skip it. */ + /* If a string starts with "_score =", skip it. */ if (grn_ts_str_starts_with(str, (grn_ts_str){ "_score", 6 })) { rest = grn_ts_str_trim_left((grn_ts_str){ rest.ptr + 6, rest.size - 6 }); if (!rest.size) { -------------- next part -------------- HTML����������������������������...Download