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: backend/lucene/src/main/java/org/hibernate/search/backend/lucene/lowlevel/collector/impl/RangeCollector.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ public class RangeCollector extends SimpleCollector {
33
33
privatefinallong[] boundaries;
34
34
privatefinalIntArrayList[] countsPerBoundaries;
35
35
36
-
privatefinallong[] counts;
37
36
privatefinalCollector[][] collectors;
38
37
privatefinalCollectorKey<?, ?>[] keys;
39
38
privatefinalLeafCollector[][] leafCollectors;
@@ -138,7 +137,6 @@ else if ( flags == 1 ) {
138
137
}
139
138
}
140
139
141
-
counts = newlong[ranges.length];
142
140
leafCollectors = newLeafCollector[keys.length][];
143
141
for ( inti = 0; i < leafCollectors.length; i++ ) {
Copy file name to clipboardExpand all lines: lucene-next/backend/lucene/src/main/java/org/hibernate/search/backend/lucene/lowlevel/collector/impl/RangeCollector.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ public class RangeCollector extends SimpleCollector {
33
33
privatefinallong[] boundaries;
34
34
privatefinalIntArrayList[] countsPerBoundaries;
35
35
36
-
privatefinallong[] counts;
37
36
privatefinalCollector[][] collectors;
38
37
privatefinalCollectorKey<?, ?>[] keys;
39
38
privatefinalLeafCollector[][] leafCollectors;
@@ -138,7 +137,6 @@ else if ( flags == 1 ) {
138
137
}
139
138
}
140
139
141
-
counts = newlong[ranges.length];
142
140
leafCollectors = newLeafCollector[keys.length][];
143
141
for ( inti = 0; i < leafCollectors.length; i++ ) {
0 commit comments