bring segments file documentation back in sync with code changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-06-16 00:16:16 +00:00
parent 7bd8188ba6
commit fd370a1677
2 changed files with 31 additions and 10 deletions

View File

@ -1096,18 +1096,27 @@ limitations under the License.
segment.
</p>
<p>
Segments --&gt; SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup>
Segments --&gt; Format, Version, SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup>
</p>
<p>
SegCount, SegSize --&gt; UInt32
Format, SegCount, SegSize --&gt; UInt32
</p>
<p>
Version --&gt; UInt64
</p>
<p>
SegName --&gt; String
</p>
<p>
Format is -1 in Lucene 1.4.
</p>
<p>
Version counts how often the index has been
changed by adding or deleting documents.
</p>
<p>
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.
</p>
<p>
SegSize is the number of documents contained in the segment index.
@ -1367,7 +1376,7 @@ limitations under the License.
term's text.
</p>
<p>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.
</p>
<p>Term
text prefixes are shared. The PrefixLength is the number of initial

View File

@ -694,21 +694,33 @@
</p>
<p>
Segments --&gt; SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup>
Segments --&gt; Format, Version, SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup>
</p>
<p>
SegCount, SegSize --&gt; UInt32
Format, SegCount, SegSize --&gt; UInt32
</p>
<p>
Version --&gt; UInt64
</p>
<p>
SegName --&gt; String
</p>
<p>
Format is -1 in Lucene 1.4.
</p>
<p>
Version counts how often the index has been
changed by adding or deleting documents.
</p>
<p>
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.
</p>
<p>
@ -940,7 +952,7 @@
term's text.
</p>
<p>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.
</p>
<p>Term
text prefixes are shared. The PrefixLength is the number of initial