Commit 8bc7804
Let IndexShards Pass down SearchParams (#4387)
Summary:
Pull Request resolved: #4387
IndexShards could come in handy for index delta update. But currently it doesn't support search params, which looks like a decision from the beginning.
From the implementation of IndexShards, it looks like there' no issue passing params down?
Reviewed By: mdouze
Differential Revision: D74765843
fbshipit-source-id: bf471490ba1c2d848475b0e3832348af5143bc801 parent 8c1b745 commit 8bc7804
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| |||
219 | 217 | | |
220 | 218 | | |
221 | 219 | | |
222 | | - | |
| 220 | + | |
223 | 221 | | |
224 | 222 | | |
225 | 223 | | |
| |||
230 | 228 | | |
231 | 229 | | |
232 | 230 | | |
233 | | - | |
| 231 | + | |
| 232 | + | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
0 commit comments