You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid NPE in more_like_this when field has zero tokens (#30365)
Fixes and edge case when using `more_like_this` where TermVectorsWriter
could throw an NPE when a field produced zero tokens after analysis. This
changes the implementation to use an empty list of tokens in this case.
Closes#30148
Fix NPE in 'more_like_this' when field has zero tokens ({pull}30365[#30365])
119
+
118
120
Do not ignore request analysis/similarity settings on index resize operations when the source index already contains such settings ({pull}30216[#30216])
119
121
120
122
Fix NPE when CumulativeSum agg encounters null value/empty bucket ({pull}29641[#29641])
0 commit comments