mirror of https://github.com/apache/lucene.git
Clarify that terms dicts are per-field in block-tree's javadocs. (#823)
This commit is contained in:
parent
e390f33258
commit
2d278a0efe
|
@ -113,8 +113,8 @@ import org.apache.lucene.util.fst.Util;
|
|||
* Metadata sections.
|
||||
*
|
||||
* <ul>
|
||||
* <li>TermsDict (.tim) --> Header, <i>PostingsHeader</i>, NodeBlock<sup>NumBlocks</sup>,
|
||||
* Footer
|
||||
* <li>TermsDict (.tim) --> Header, FieldDict<sup>NumFields</sup>, Footer
|
||||
* <li>FieldDict --> <i>PostingsHeader</i>, NodeBlock<sup>NumBlocks</sup>
|
||||
* <li>NodeBlock --> (OuterNode | InnerNode)
|
||||
* <li>OuterNode --> EntryCount, SuffixLength, Byte<sup>SuffixLength</sup>, StatsLength, <
|
||||
* TermStats ><sup>EntryCount</sup>, MetaLength,
|
||||
|
|
Loading…
Reference in New Issue