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
Copy file name to clipboardExpand all lines: x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/patternedtext/PatternTextDocValuesTests.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ static class SimpleSortedSetDocValues extends SortedSetDocValues {
115
115
privatefinalList<Integer> docToOrds;
116
116
privateintcurrDoc = -1;
117
117
118
+
// Single value for each docId, null if no value for a docId
0 commit comments