null+****@clear*****
null+****@clear*****
2012年 4月 23日 (月) 15:21:27 JST
HAYASHI Kentaro 2012-04-23 15:21:27 +0900 (Mon, 23 Apr 2012) New Revision: e388747a641259503c3c6632a4fa8390f382d569 Log: test: rename basename according to geo_in_circle approximate_type(ellip) parameter. output/scalar-geo-point-by-geo-in-circle-ellips-with-index -> output/scalar-geo-point-by-geo-in-circle-ellip-with-index Renamed files: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellip-with-index.expected (from test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellips-with-index.expected) test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellip-with-index.test (from test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellips-with-index.test) Renamed: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellip-with-index.expected (+1 -1) 99% =================================================================== --- test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellips-with-index.expected 2012-04-23 15:08:13 +0900 (86c82b2) +++ test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellip-with-index.expected 2012-04-23 15:21:27 +0900 (fcce342) @@ -405,7 +405,7 @@ load --table Synonyms "words":"(たいやき OR たい焼 OR 鯛焼き)"} ] [[0,0.0,0.0],1] -select Shops --sortby '+_score, +name' --output_columns 'name, _score, location' --filter 'geo_in_circle(location, "128429532x503148672", 3000, "ellips")' --scorer '_score = geo_distance(location, "128429532x503148672", "ellips") * 1000 * 1000' +select Shops --sortby '+_score, +name' --output_columns 'name, _score, location' --filter 'geo_in_circle(location, "128429532x503148672", 3000, "ellip")' --scorer '_score = geo_distance(location, "128429532x503148672", "ellip") * 1000 * 1000' [ [ 0, Renamed: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellip-with-index.test (+2 -2) 99% =================================================================== --- test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellips-with-index.test 2012-04-23 15:08:13 +0900 (d75774a) +++ test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-ellip-with-index.test 2012-04-23 15:21:27 +0900 (1570e88) @@ -386,5 +386,5 @@ load --table Synonyms select Shops --sortby '+_score, +name' \ --output_columns 'name, _score, location' \ ---filter 'geo_in_circle(location, "128429532x503148672", 3000, "ellips")' \ ---scorer '_score = geo_distance(location, "128429532x503148672", "ellips") * 1000 * 1000' +--filter 'geo_in_circle(location, "128429532x503148672", 3000, "ellip")' \ +--scorer '_score = geo_distance(location, "128429532x503148672", "ellip") * 1000 * 1000'