naoa
null+****@clear*****
Thu Feb 18 17:24:31 JST 2016
naoa 2016-02-18 17:24:31 +0900 (Thu, 18 Feb 2016) New Revision: 0ab4df7d9d18e28c14669fa0b62cab5a5f6db717 https://github.com/groonga/groonga/commit/0ab4df7d9d18e28c14669fa0b62cab5a5f6db717 Merged 966fcc4: Merge pull request #482 from naoa/update-test Message: Update test Modified files: test/command/suite/select/function/fuzzy_search/pat/and.expected test/command/suite/select/function/fuzzy_search/pat/and.test test/command/suite/select/function/fuzzy_search/pat/or.expected test/command/suite/select/function/fuzzy_search/pat/or.test Modified: test/command/suite/select/function/fuzzy_search/pat/and.expected (+1 -1) =================================================================== --- test/command/suite/select/function/fuzzy_search/pat/and.expected 2016-02-18 13:09:27 +0900 (5e92352) +++ test/command/suite/select/function/fuzzy_search/pat/and.expected 2016-02-18 17:24:31 +0900 (11784e4) @@ -7,5 +7,5 @@ load --table Users {"_key": "Ken"} ] [[0,0.0,0.0],3] -select Users --filter '_key @^ "T" && fuzzy_search(_key, "To", 1)' --output_columns '_key, _score' --match_escalation_threshold -1 +select Users --filter '_key @^ "T" && fuzzy_search(_key, "To")' --output_columns '_key, _score' --match_escalation_threshold -1 [[0,0.0,0.0],[[[1],[["_key","ShortText"],["_score","Int32"]],["Tom",2]]]] Modified: test/command/suite/select/function/fuzzy_search/pat/and.test (+1 -1) =================================================================== --- test/command/suite/select/function/fuzzy_search/pat/and.test 2016-02-18 13:09:27 +0900 (32e89c0) +++ test/command/suite/select/function/fuzzy_search/pat/and.test 2016-02-18 17:24:31 +0900 (b46bf7c) @@ -7,6 +7,6 @@ load --table Users {"_key": "Ken"} ] -select Users --filter '_key @^ "T" && fuzzy_search(_key, "To", 1)' \ +select Users --filter '_key @^ "T" && fuzzy_search(_key, "To")' \ --output_columns '_key, _score' \ --match_escalation_threshold -1 Modified: test/command/suite/select/function/fuzzy_search/pat/or.expected (+1 -1) =================================================================== --- test/command/suite/select/function/fuzzy_search/pat/or.expected 2016-02-18 13:09:27 +0900 (11ff741) +++ test/command/suite/select/function/fuzzy_search/pat/or.expected 2016-02-18 17:24:31 +0900 (f04dfc4) @@ -7,7 +7,7 @@ load --table Users {"_key": "Ken"} ] [[0,0.0,0.0],3] -select Users --filter '_key @^ "T" || fuzzy_search(_key, "Ke", 1)' --output_columns '_key, _score' --match_escalation_threshold -1 +select Users --filter '_key @^ "T" || fuzzy_search(_key, "Ke")' --output_columns '_key, _score' --match_escalation_threshold -1 [ [ 0, Modified: test/command/suite/select/function/fuzzy_search/pat/or.test (+1 -1) =================================================================== --- test/command/suite/select/function/fuzzy_search/pat/or.test 2016-02-18 13:09:27 +0900 (0be7e4f) +++ test/command/suite/select/function/fuzzy_search/pat/or.test 2016-02-18 17:24:31 +0900 (7c1a3e1) @@ -7,6 +7,6 @@ load --table Users {"_key": "Ken"} ] -select Users --filter '_key @^ "T" || fuzzy_search(_key, "Ke", 1)' \ +select Users --filter '_key @^ "T" || fuzzy_search(_key, "Ke")' \ --output_columns '_key, _score' \ --match_escalation_threshold -1 -------------- next part -------------- HTML����������������������������...Download