Clarify that terms dicts are per-field in block-tree's javadocs. (#823)

This commit is contained in:
Adrien Grand 2022-04-20 17:19:51 +02:00 committed by GitHub
parent e390f33258
commit 2d278a0efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ import org.apache.lucene.util.fst.Util;
* Metadata sections.
*
* <ul>
* <li>TermsDict (.tim) --&gt; Header, <i>PostingsHeader</i>, NodeBlock<sup>NumBlocks</sup>,
* Footer
* <li>TermsDict (.tim) --&gt; Header, FieldDict<sup>NumFields</sup>, Footer
* <li>FieldDict --&gt; <i>PostingsHeader</i>, NodeBlock<sup>NumBlocks</sup>
* <li>NodeBlock --&gt; (OuterNode | InnerNode)
* <li>OuterNode --&gt; EntryCount, SuffixLength, Byte<sup>SuffixLength</sup>, StatsLength, &lt;
* TermStats &gt;<sup>EntryCount</sup>, MetaLength,