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
* 6.x:
Share common readFrom/writeTo code in AcknowledgeResponse (#30983)
[Tests] Muting RatedRequestsTests#testXContentParsingIsNotLenient
Fix rest test skip version
Fix docs build.
Add a doc value format to binary fields. (#30860)
Only auto-update license signature if all nodes ready (#30859)
Add BlobContainer.writeBlobAtomic() (#30902)
Move caching of the size of a directory to `StoreDirectory`. (#30581)
Clarify docs about boolean operator precedence. (#30808)
Docs: remove notes on sparsity. (#30905)
Improve documentation of dynamic mappings. (#30952)
Decouple MultiValueMode. (#31075)
Docs: Clarify constraints on scripted similarities. (#31076)
Copy file name to clipboardExpand all lines: modules/aggs-matrix-stats/src/main/java/org/elasticsearch/search/aggregations/support/MultiValuesSource.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public NumericDoubleValues getField(final int ordinal, LeafReaderContext ctx) th
47
47
if (ordinal > names.length) {
48
48
thrownewIndexOutOfBoundsException("ValuesSource array index " + ordinal + " out of bounds");
0 commit comments