From 6a36e71604f099e211b2b3526915d31a3986ffda Mon Sep 17 00:00:00 2001
From: Grant Ingersoll
Date: Mon, 6 Nov 2006 02:20:39 +0000
Subject: [PATCH] http://issues.apache.org/jira/browse/LUCENE-706
Changed 22 to 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471614 13f79535-47bb-0310-9956-ffa450edef68
---
CHANGES.txt | 2 ++
docs/fileformats.html | 2 +-
xdocs/fileformats.xml | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
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.