Commit eb71e3e
Use ScoreDoc instead of FieldDoc when creating TopScoreDocCollectorManager to avoid unnecessary conversion (opensearch-project#18802)
* Use ScoreDoc instead of FieldDoc when creating TopScoreDocCollectorManager to avoid unnecessary conversion
Signed-off-by: Binlong Gao <[email protected]>
* Modify change log
Signed-off-by: Binlong Gao <[email protected]>
---------
Signed-off-by: Binlong Gao <[email protected]>1 parent f53d98a commit eb71e3e
File tree
2 files changed
+2
-2
lines changed- server/src/main/java/org/opensearch/search/query
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | 364 | | |
366 | | - | |
| 365 | + | |
367 | 366 | | |
368 | 367 | | |
369 | 368 | | |
| |||
0 commit comments