LUCENE-4446: make it clear postings impl encodes/decodes both the per-file metadata and per-term metadata

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1396063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-10-09 15:15:45 +00:00
parent 41f3f73539
commit 4d08dc9957
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ import org.apache.lucene.util.fst.Util;
* sub-block.</p>
*
* <p>NOTE: The term dictionary can plug into different postings implementations:
* for example the postings writer/reader are actually responsible for encoding
* and decoding the MetadataBlock.</p>
* the postings writer/reader are actually responsible for encoding
* and decoding the Postings Metadata and Term Metadata sections.</p>
*
* <ul>
* <!-- TODO: expand on this, its not really correct and doesnt explain sub-blocks etc -->