Commit 0a6019b
authored
CompositeSyntheticFieldLoader tweak (elastic#128461) (elastic#128474)
SourceLoader.SyntheticFieldLoader#write(...) is hot code, avoid using streams api and use loop and compute sum.1 parent 201ba9a commit 0a6019b
File tree
1 file changed
+4
-1
lines changed- server/src/main/java/org/elasticsearch/index/mapper
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments