naoa
null+****@clear*****
Tue Feb 2 14:24:28 JST 2016
naoa 2016-02-02 14:24:28 +0900 (Tue, 02 Feb 2016) New Revision: e6b72f3186a697eba3dce77ad9c2f161775d982b https://github.com/groonga/groonga/commit/e6b72f3186a697eba3dce77ad9c2f161775d982b Merged e4e194e: Merge pull request #463 from naoa/op-fuzzy Message: grn_column_index: support GRN_OP_FUZZY Modified files: lib/db.c Modified: lib/db.c (+1 -0) =================================================================== --- lib/db.c 2016-02-02 14:23:44 +0900 (9ea11db) +++ lib/db.c 2016-02-02 14:24:28 +0900 (d8ea576) @@ -11872,6 +11872,7 @@ grn_column_index(grn_ctx *ctx, grn_obj *obj, grn_operator op, case GRN_OP_NEAR2 : case GRN_OP_SIMILAR : case GRN_OP_REGEXP : + case GRN_OP_FUZZY : n = grn_column_find_index_data_column_match(ctx, obj, op, NULL, 0, index_buf, buf_size, -------------- next part -------------- HTML����������������������������...Download