mirror of https://github.com/apache/lucene.git
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:
parent
41f3f73539
commit
4d08dc9957
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue