diff --git a/docs/fileformats.html b/docs/fileformats.html index 1c72a7b2b69..773da8359af 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -1096,18 +1096,27 @@ limitations under the License. segment.
- Segments --> SegCount, <SegName, SegSize>SegCount + Segments --> Format, Version, SegCount, <SegName, SegSize>SegCount
- SegCount, SegSize --> UInt32 + Format, SegCount, SegSize --> UInt32 +
++ Version --> UInt64
SegName --> String +
++ Format is -1 in Lucene 1.4. +
++ Version counts how often the index has been + changed by adding or deleting documents.
SegName is the name of the segment, and is used as the file name prefix - for - all of the files that compose the segment's index. + for all of the files that compose the segment's index.
SegSize is the number of documents contained in the segment index. @@ -1367,7 +1376,7 @@ limitations under the License. term's text.
TIVersion names the version of the format - of this file and is -1 in Lucene 1.4. + of this file and is -2 in Lucene 1.4.
Term text prefixes are shared. The PrefixLength is the number of initial diff --git a/xdocs/fileformats.xml b/xdocs/fileformats.xml index f2023290b70..6cf3fadf87e 100644 --- a/xdocs/fileformats.xml +++ b/xdocs/fileformats.xml @@ -694,21 +694,33 @@
- Segments --> SegCount, <SegName, SegSize>SegCount + Segments --> Format, Version, SegCount, <SegName, SegSize>SegCount
- SegCount, SegSize --> UInt32 + Format, SegCount, SegSize --> UInt32 +
+ ++ Version --> UInt64
SegName --> String
++ Format is -1 in Lucene 1.4. +
+ ++ Version counts how often the index has been + changed by adding or deleting documents. +
+SegName is the name of the segment, and is used as the file name prefix - for - all of the files that compose the segment's index. + for all of the files that compose the segment's index.
@@ -940,7 +952,7 @@ term's text.
TIVersion names the version of the format - of this file and is -1 in Lucene 1.4. + of this file and is -2 in Lucene 1.4.
Term text prefixes are shared. The PrefixLength is the number of initial