@@ -108,8 +108,8 @@ SELECT rum_ts_distance(a, to_tsquery('pg_catalog.english', 'way & (go | half)'))
108
108
ORDER BY a <=> to_tsquery('pg_catalog.english', 'way & (go | half)');
109
109
rum_ts_distance | t | a
110
110
-----------------+---------------------------------------------------------------------+---------------------------------------------------------
111
- 9.65659 | thinking--“to go or not to go?” We are this far on the way. Reached | 'far': 11 'go':3, 7 'reach':15 'think':1 'way':14
112
- 10.0905 | itself. Put on your “specs” and look at the castle, half way up the | 'castl':10 'half': 11 'look': 7 'put':2 'spec':5 'way':12
111
+ 8.22467 | itself. Put on your “specs” and look at the castle, half way up the | 'castl':10 'half': 11 'look': 7 'put':2 'spec':5 'way':12
112
+ 57.5727 | thinking--“to go or not to go?” We are this far on the way. Reached | 'far': 11 'go':3, 7 'reach':15 'think':1 'way':14
113
113
(2 rows)
114
114
115
115
SELECT
@@ -120,8 +120,8 @@ SELECT
120
120
ORDER BY a <=> to_tsquery('pg_catalog.english', 'way & (go | half)') limit 2;
121
121
?column? | rum_ts_distance | t | a
122
122
----------+-----------------+---------------------------------------------------------------------+---------------------------------------------------------
123
- 9.65659 | 9.65659 | thinking--“to go or not to go?” We are this far on the way. Reached | 'far': 11 'go':3, 7 'reach':15 'think':1 'way':14
124
- 10.0905 | 10.0905 | itself. Put on your “specs” and look at the castle, half way up the | 'castl':10 'half': 11 'look': 7 'put':2 'spec':5 'way':12
123
+ 8.22467 | 8.22467 | itself. Put on your “specs” and look at the castle, half way up the | 'castl':10 'half': 11 'look': 7 'put':2 'spec':5 'way':12
124
+ 57.5727 | 57.5727 | thinking--“to go or not to go?” We are this far on the way. Reached | 'far': 11 'go':3, 7 'reach':15 'think':1 'way':14
125
125
(2 rows)
126
126
127
127
INSERT INTO test_rum (t) VALUES ('foo bar foo the over foo qq bar');
0 commit comments