Commit 57d7a30
committed
More text_all search tweaks
- on reprovision, first do migration, then delete+insert so the
correct schema is ensured
- remove the fuzzy operator which doesn't play well with multiple
tokens in a query
- don't split words on numbers, retaining those unique words like
`a56bd3e` used in our tests1 parent 5180d8e commit 57d7a30
5 files changed
Lines changed: 31 additions & 36 deletions
File tree
- components/renku_data_services
- search
- solr
- test
- bases/renku_data_services/data_api
- components/renku_data_services/search
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | 239 | | |
265 | 240 | | |
266 | 241 | | |
| |||
303 | 278 | | |
304 | 279 | | |
305 | 280 | | |
306 | | - | |
| 281 | + | |
307 | 282 | | |
308 | 283 | | |
| 284 | + | |
| 285 | + | |
309 | 286 | | |
310 | 287 | | |
311 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
312 | 298 | | |
313 | 299 | | |
314 | 300 | | |
| 301 | + | |
| 302 | + | |
315 | 303 | | |
316 | 304 | | |
317 | 305 | | |
| |||
344 | 332 | | |
345 | 333 | | |
346 | 334 | | |
| 335 | + | |
347 | 336 | | |
348 | 337 | | |
349 | 338 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
0 commit comments