Skip to content

Commit ec98031

Browse files
committed
fix doc
1 parent a2d49e9 commit ec98031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lucene/core/src/java/org/apache/lucene/codecs/lucene103/blocktree/Lucene103BlockTreeTermsWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ order, meaning if you just next() the file pointer will
158158
* <li>TermIndexLength, TermDictLength --&gt; {@link DataOutput#writeLong Uint64}
159159
* <li>MinTerm,MaxTerm --&gt; {@link DataOutput#writeVInt VInt} length followed by the byte[]
160160
* <li>NumFields,FieldNumber,RootCodeLength,DocCount --&gt; {@link DataOutput#writeVInt VInt}
161-
* <li>NumTerms,SumTotalTermFreq,SumDocFreq,IndexStartFP,TrieStartFP,TrieRootNodeFp,TrieEndFp
162-
* --&gt; {@link DataOutput#writeVLong VLong}
161+
* <li>NumTerms,SumTotalTermFreq,SumDocFreq,IndexStartFP,TrieRootNodeFp,IndexEndFp --&gt; {@link
162+
* DataOutput#writeVLong VLong}
163163
* <li>Footer --&gt; {@link CodecUtil#writeFooter CodecFooter}
164164
* </ul>
165165
*

0 commit comments

Comments
 (0)