Commit b9046eb
authored
Visit the subquery builder recursively (#17953)
* visit the subquery
Signed-off-by: Varun Jain <[email protected]>
* Fix visit method of constant score query and function score query to iterate recursively
Signed-off-by: Varun Jain <[email protected]>
---------
Signed-off-by: Varun Jain <[email protected]>1 parent 52b8b05 commit b9046eb
File tree
3 files changed
+5
-3
lines changed- server/src/main/java/org/opensearch/index/query
- functionscore
3 files changed
+5
-3
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
| 714 | + | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
0 commit comments