diff --git a/CHANGES.txt b/CHANGES.txt index e10a05624ba..c01237e6dd0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -165,6 +165,8 @@ Bug fixes to recognize ordered spans if they overlaped with unordered spans. (Paul Elschot via Chris Hostetter) +20. LUCENE-706: Updated fileformats.xml|html concerning the docdelta value in the frequency file. (Johan Stuyts, Doron Cohen via Grant Ingersoll) + Optimizations 1. LUCENE-586: TermDocs.skipTo() is now more efficient for diff --git a/docs/fileformats.html b/docs/fileformats.html index b7772539515..e7ce67fb787 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -1562,7 +1562,7 @@ limitations under the License. VInts:

15, - 22, 3 + 8, 3

DocSkip records the document number before every SkipIntervalth document in TermFreqs. diff --git a/xdocs/fileformats.xml b/xdocs/fileformats.xml index d0b3917dc50..c3a1f34c1fa 100644 --- a/xdocs/fileformats.xml +++ b/xdocs/fileformats.xml @@ -1151,7 +1151,7 @@ VInts:

15, - 22, 3 + 8, 3

DocSkip records the document number before every SkipIntervalth document in TermFreqs.