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: lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingTermVectorsReader.java
+4-25Lines changed: 4 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,6 @@ public final class Lucene90CompressingTermVectorsReader extends TermVectorsReade
91
91
privatefinallongnumDirtyChunks; // number of incomplete compressed blocks written
92
92
privatefinallongnumDirtyDocs; // cumulative number of docs in incomplete chunks
93
93
privatefinallongmaxPointer; // end of the data section
0 commit comments