forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitca450a0
committed
Add an Accept parameter to "simple" dictionaries. The default of true
gives the old behavior; selecting false allows the dictionary to be usedas a filter ahead of other dictionaries, because it will pass on ratherthan accept words that aren't in its stopword list.Jan Urbanski1 parenta44c81d commitca450a0
File tree
2 files changed
+67
-9
lines changed- doc/src/sgml
- src/backend/tsearch
2 files changed
+67
-9
lines changedLines changed: 34 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
2093 | 2093 |
| |
2094 | 2094 |
| |
2095 | 2095 |
| |
2096 |
| - | |
| 2096 | + | |
2097 | 2097 |
| |
2098 |
| - | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
2099 | 2101 |
| |
2100 | 2102 |
| |
2101 | 2103 |
| |
| |||
2138 | 2140 |
| |
2139 | 2141 |
| |
2140 | 2142 |
| |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
2141 | 2172 |
| |
2142 | 2173 |
| |
2143 | 2174 |
| |
|
Lines changed: 33 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
| 39 | + | |
| 40 | + | |
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
| |||
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
50 | 63 |
| |
51 | 64 |
| |
52 | 65 |
| |
| |||
66 | 79 |
| |
67 | 80 |
| |
68 | 81 |
| |
69 |
| - | |
| 82 | + | |
70 | 83 |
| |
71 | 84 |
| |
72 | 85 |
| |
73 | 86 |
| |
| 87 | + | |
| 88 | + | |
74 | 89 |
| |
75 |
| - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
76 | 97 |
| |
77 |
| - | |
78 |
| - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
79 | 106 |
|
0 commit comments
Comments
(0)