- Update after jakarta-site2 update; removed tabs.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2003-03-06 19:14:17 +00:00
parent 00536432df
commit 4a18d00b70
17 changed files with 101 additions and 101 deletions

View File

@ -512,7 +512,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -873,7 +873,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -221,7 +221,7 @@ result and ask you whether you want more results.
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -248,7 +248,7 @@ a collection of Documents called "Hits" which is then iterated through and displ
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -263,7 +263,7 @@ If you want to know more about how this web app works or how to customize it the
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -320,7 +320,7 @@ Thanks for understanding.
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -435,7 +435,7 @@
bytes, high-order bytes first. bytes, high-order bytes first.
</p> </p>
<p> <p>
UInt32 --&gt; &lt;Byte&gt;<sup>4</sup> UInt32 --&gt; &lt;Byte&gt;<sup>4</sup>
</p> </p>
</blockquote> </blockquote>
</td></tr> </td></tr>
@ -453,7 +453,7 @@
64-bit unsigned integers are written as eight 64-bit unsigned integers are written as eight
bytes, high-order bytes first. bytes, high-order bytes first.
</p> </p>
<p>UInt32 --&gt; &lt;Byte&gt;<sup>8</sup> <p>UInt32 --&gt; &lt;Byte&gt;<sup>8</sup>
</p> </p>
</blockquote> </blockquote>
</td></tr> </td></tr>
@ -1071,13 +1071,13 @@
segment. segment.
</p> </p>
<p> <p>
Segments --&gt; SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup> Segments --&gt; SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup>
</p> </p>
<p> <p>
SegCount, SegSize --&gt; UInt32 SegCount, SegSize --&gt; UInt32
</p> </p>
<p> <p>
SegName --&gt; String SegName --&gt; String
</p> </p>
<p> <p>
SegName is the name of the segment, and is used as the file name prefix SegName is the name of the segment, and is used as the file name prefix
@ -1147,12 +1147,12 @@
file may not be deleted while it is still open. file may not be deleted while it is still open.
</p> </p>
<p> <p>
Deleteable --&gt; DelableCount, Deleteable --&gt; DelableCount,
&lt;DelableName&gt;<sup>DelableCount</sup> &lt;DelableName&gt;<sup>DelableCount</sup>
</p> </p>
<p>DelableCount --&gt; UInt32 <p>DelableCount --&gt; UInt32
</p> </p>
<p>DelableName --&gt; <p>DelableName --&gt;
String String
</p> </p>
</blockquote> </blockquote>
@ -1191,17 +1191,17 @@
</p> </p>
<p> <p>
FieldInfos FieldInfos
(.fnm) --&gt; FieldsCount, &lt;FieldName, (.fnm) --&gt; FieldsCount, &lt;FieldName,
FieldBits&gt;<sup>FieldsCount</sup> FieldBits&gt;<sup>FieldsCount</sup>
</p> </p>
<p> <p>
FieldsCount --&gt; VInt FieldsCount --&gt; VInt
</p> </p>
<p> <p>
FieldName --&gt; String FieldName --&gt; String
</p> </p>
<p> <p>
FieldBits --&gt; Byte FieldBits --&gt; Byte
</p> </p>
<p> <p>
Currently only the low-order bit is used of FieldBits is used. It is Currently only the low-order bit is used of FieldBits is used. It is
@ -1231,7 +1231,7 @@
<p> <p>
FieldIndex FieldIndex
(.fdx) --&gt; (.fdx) --&gt;
&lt;FieldValuesPosition&gt;<sup>SegSize</sup> &lt;FieldValuesPosition&gt;<sup>SegSize</sup>
</p> </p>
<p>FieldValuesPosition <p>FieldValuesPosition
@ -1257,22 +1257,22 @@
</p> </p>
<p> <p>
FieldData (.fdt) --&gt; FieldData (.fdt) --&gt;
&lt;DocFieldData&gt;<sup>SegSize</sup> &lt;DocFieldData&gt;<sup>SegSize</sup>
</p> </p>
<p>DocFieldData --&gt; <p>DocFieldData --&gt;
FieldCount, &lt;FieldNum, Bits, Value&gt;<sup>FieldCount</sup> FieldCount, &lt;FieldNum, Bits, Value&gt;<sup>FieldCount</sup>
</p> </p>
<p>Count --&gt; <p>Count --&gt;
VInt VInt
</p> </p>
<p>FieldNum --&gt; <p>FieldNum --&gt;
VInt VInt
</p> </p>
<p>Bits --&gt; <p>Bits --&gt;
Byte Byte
</p> </p>
<p>Value --&gt; <p>Value --&gt;
String String
</p> </p>
<p>Currently <p>Currently
@ -1306,23 +1306,23 @@
TermInfoFile (.tis)--&gt; TermInfoFile (.tis)--&gt;
TermCount, TermInfos TermCount, TermInfos
</p> </p>
<p>TermCount --&gt; <p>TermCount --&gt;
UInt32 UInt32
</p> </p>
<p>TermInfos --&gt; <p>TermInfos --&gt;
&lt;TermInfo&gt;<sup>TermCount</sup> &lt;TermInfo&gt;<sup>TermCount</sup>
</p> </p>
<p>TermInfo --&gt; <p>TermInfo --&gt;
&lt;Term, DocFreq, FreqDelta, ProxDelta&gt; &lt;Term, DocFreq, FreqDelta, ProxDelta&gt;
</p> </p>
<p>Term --&gt; <p>Term --&gt;
&lt;PrefixLength, Suffix, FieldNum&gt; &lt;PrefixLength, Suffix, FieldNum&gt;
</p> </p>
<p>Suffix --&gt; <p>Suffix --&gt;
String String
</p> </p>
<p>PrefixLength, <p>PrefixLength,
DocFreq, FreqDelta, ProxDelta<br /> --&gt; VInt DocFreq, FreqDelta, ProxDelta<br /> --&gt; VInt
</p> </p>
<p>This <p>This
file is sorted by Term. Terms are ordered first lexicographically file is sorted by Term. Terms are ordered first lexicographically
@ -1376,13 +1376,13 @@
TermInfoIndex (.tii)--&gt; TermInfoIndex (.tii)--&gt;
IndexTermCount, TermIndices IndexTermCount, TermIndices
</p> </p>
<p>IndexTermCount --&gt; <p>IndexTermCount --&gt;
UInt32 UInt32
</p> </p>
<p>TermIndices --&gt; <p>TermIndices --&gt;
&lt;TermInfo, IndexDelta&gt;<sup>IndexTermCount</sup> &lt;TermInfo, IndexDelta&gt;<sup>IndexTermCount</sup>
</p> </p>
<p>IndexDelta --&gt; <p>IndexDelta --&gt;
VInt VInt
</p> </p>
<p>IndexDelta <p>IndexDelta
@ -1410,16 +1410,16 @@
which contain each term, along with the frequency of the term in that which contain each term, along with the frequency of the term in that
document. document.
</p> </p>
<p>FreqFile (.frq) --&gt; <p>FreqFile (.frq) --&gt;
&lt;TermFreqs&gt;<sup>TermCount</sup> &lt;TermFreqs&gt;<sup>TermCount</sup>
</p> </p>
<p>TermFreqs --&gt; <p>TermFreqs --&gt;
&lt;TermFreq&gt;<sup>DocFreq</sup> &lt;TermFreq&gt;<sup>DocFreq</sup>
</p> </p>
<p>TermFreq --&gt; <p>TermFreq --&gt;
DocDelta, Freq? DocDelta, Freq?
</p> </p>
<p>DocDelta,Freq --&gt; <p>DocDelta,Freq --&gt;
VInt VInt
</p> </p>
<p>TermFreqs <p>TermFreqs
@ -1440,7 +1440,7 @@
and three times in document eleven would be the following sequence of and three times in document eleven would be the following sequence of
VInts: VInts:
</p> </p>
<p> 15, <p> 15,
22, 3 22, 3
</p> </p>
</blockquote> </blockquote>
@ -1459,16 +1459,16 @@
The .prx file contains the lists of positions that The .prx file contains the lists of positions that
each term occurs at within documents. each term occurs at within documents.
</p> </p>
<p>ProxFile (.prx) --&gt; <p>ProxFile (.prx) --&gt;
&lt;TermPositions&gt;<sup>TermCount</sup> &lt;TermPositions&gt;<sup>TermCount</sup>
</p> </p>
<p>TermPositions --&gt; <p>TermPositions --&gt;
&lt;Positions&gt;<sup>DocFreq</sup> &lt;Positions&gt;<sup>DocFreq</sup>
</p> </p>
<p>Positions --&gt; <p>Positions --&gt;
&lt;PositionDelta&gt;<sup>Freq</sup> &lt;PositionDelta&gt;<sup>Freq</sup>
</p> </p>
<p>PositionDelta --&gt; <p>PositionDelta --&gt;
VInt VInt
</p> </p>
<p>TermPositions <p>TermPositions
@ -1489,7 +1489,7 @@
fifth and ninth term in a subsequent document, would be the following fifth and ninth term in a subsequent document, would be the following
sequence of VInts: sequence of VInts:
</p> </p>
<p> 4, <p> 4,
5, 4 5, 4
</p> </p>
</blockquote> </blockquote>
@ -1509,7 +1509,7 @@
into the score for hits on that field: into the score for hits on that field:
</p> </p>
<p>Norms <p>Norms
(.nrm) --&gt; &lt;Byte&gt;<sup>SegSize</sup> (.nrm) --&gt; &lt;Byte&gt;<sup>SegSize</sup>
</p> </p>
<p>Each <p>Each
byte encodes a floating point value. Bits 0-2 contain the 3-bit byte encodes a floating point value. Bits 0-2 contain the 3-bit
@ -1557,12 +1557,12 @@
optional, and only exists when a segment contains deletions: optional, and only exists when a segment contains deletions:
</p> </p>
<p>Deletions <p>Deletions
(.del) --&gt; ByteCount,BitCount,Bits (.del) --&gt; ByteCount,BitCount,Bits
</p> </p>
<p>ByteSize,BitCount --&gt; <p>ByteSize,BitCount --&gt;
Uint32 Uint32
</p> </p>
<p>Bits --&gt; <p>Bits --&gt;
&lt;Byte&gt;<sup>ByteCount</sup> &lt;Byte&gt;<sup>ByteCount</sup>
</p> </p>
<p>ByteCount <p>ByteCount
@ -1644,7 +1644,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -237,7 +237,7 @@ application to their needs. The sections useful to developers only are clearly
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -185,7 +185,7 @@ developed in an open and cooperative fashion.
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -335,7 +335,7 @@
file system index. file system index.
</p> </p>
<p> <p>
<b>HTTP Crawler </b> <b>HTTP Crawler </b>
</p> </p>
<p> <p>
Supports the AbstractCrawler options as well as: Supports the AbstractCrawler options as well as:
@ -610,7 +610,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -155,7 +155,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -876,7 +876,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -168,7 +168,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -342,7 +342,7 @@
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -191,7 +191,7 @@ contract work.</p>
</td></tr> </td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2002, Apache Software Foundation Copyright &#169; 1999-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td></tr> </td></tr>
</table> </table>

View File

@ -271,7 +271,7 @@
bytes, high-order bytes first. bytes, high-order bytes first.
</p> </p>
<p> <p>
UInt32 --&gt; &lt;Byte&gt;<sup>4</sup> UInt32 --&gt; &lt;Byte&gt;<sup>4</sup>
</p> </p>
</subsection> </subsection>
@ -283,7 +283,7 @@
bytes, high-order bytes first. bytes, high-order bytes first.
</p> </p>
<p>UInt32 --&gt; &lt;Byte&gt;<sup>8</sup> <p>UInt32 --&gt; &lt;Byte&gt;<sup>8</sup>
</p> </p>
</subsection> </subsection>
@ -690,15 +690,15 @@
</p> </p>
<p> <p>
Segments --&gt; SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup> Segments --&gt; SegCount, &lt;SegName, SegSize&gt;<sup>SegCount</sup>
</p> </p>
<p> <p>
SegCount, SegSize --&gt; UInt32 SegCount, SegSize --&gt; UInt32
</p> </p>
<p> <p>
SegName --&gt; String SegName --&gt; String
</p> </p>
<p> <p>
@ -758,13 +758,13 @@
</p> </p>
<p> <p>
Deleteable --&gt; DelableCount, Deleteable --&gt; DelableCount,
&lt;DelableName&gt;<sup>DelableCount</sup> &lt;DelableName&gt;<sup>DelableCount</sup>
</p> </p>
<p>DelableCount --&gt; UInt32 <p>DelableCount --&gt; UInt32
</p> </p>
<p>DelableName --&gt; <p>DelableName --&gt;
String String
</p> </p>
</subsection> </subsection>
@ -785,20 +785,20 @@
</p> </p>
<p> <p>
FieldInfos FieldInfos
(.fnm) --&gt; FieldsCount, &lt;FieldName, (.fnm) --&gt; FieldsCount, &lt;FieldName,
FieldBits&gt;<sup>FieldsCount</sup> FieldBits&gt;<sup>FieldsCount</sup>
</p> </p>
<p> <p>
FieldsCount --&gt; VInt FieldsCount --&gt; VInt
</p> </p>
<p> <p>
FieldName --&gt; String FieldName --&gt; String
</p> </p>
<p> <p>
FieldBits --&gt; Byte FieldBits --&gt; Byte
</p> </p>
<p> <p>
@ -833,7 +833,7 @@
<p> <p>
FieldIndex FieldIndex
(.fdx) --&gt; (.fdx) --&gt;
&lt;FieldValuesPosition&gt;<sup>SegSize</sup> &lt;FieldValuesPosition&gt;<sup>SegSize</sup>
</p> </p>
<p>FieldValuesPosition <p>FieldValuesPosition
@ -859,22 +859,22 @@
</p> </p>
<p> <p>
FieldData (.fdt) --&gt; FieldData (.fdt) --&gt;
&lt;DocFieldData&gt;<sup>SegSize</sup> &lt;DocFieldData&gt;<sup>SegSize</sup>
</p> </p>
<p>DocFieldData --&gt; <p>DocFieldData --&gt;
FieldCount, &lt;FieldNum, Bits, Value&gt;<sup>FieldCount</sup> FieldCount, &lt;FieldNum, Bits, Value&gt;<sup>FieldCount</sup>
</p> </p>
<p>Count --&gt; <p>Count --&gt;
VInt VInt
</p> </p>
<p>FieldNum --&gt; <p>FieldNum --&gt;
VInt VInt
</p> </p>
<p>Bits --&gt; <p>Bits --&gt;
Byte Byte
</p> </p>
<p>Value --&gt; <p>Value --&gt;
String String
</p> </p>
<p>Currently <p>Currently
@ -900,23 +900,23 @@
TermInfoFile (.tis)--&gt; TermInfoFile (.tis)--&gt;
TermCount, TermInfos TermCount, TermInfos
</p> </p>
<p>TermCount --&gt; <p>TermCount --&gt;
UInt32 UInt32
</p> </p>
<p>TermInfos --&gt; <p>TermInfos --&gt;
&lt;TermInfo&gt;<sup>TermCount</sup> &lt;TermInfo&gt;<sup>TermCount</sup>
</p> </p>
<p>TermInfo --&gt; <p>TermInfo --&gt;
&lt;Term, DocFreq, FreqDelta, ProxDelta&gt; &lt;Term, DocFreq, FreqDelta, ProxDelta&gt;
</p> </p>
<p>Term --&gt; <p>Term --&gt;
&lt;PrefixLength, Suffix, FieldNum&gt; &lt;PrefixLength, Suffix, FieldNum&gt;
</p> </p>
<p>Suffix --&gt; <p>Suffix --&gt;
String String
</p> </p>
<p>PrefixLength, <p>PrefixLength,
DocFreq, FreqDelta, ProxDelta<br/> --&gt; VInt DocFreq, FreqDelta, ProxDelta<br/> --&gt; VInt
</p> </p>
<p>This <p>This
file is sorted by Term. Terms are ordered first lexicographically file is sorted by Term. Terms are ordered first lexicographically
@ -970,13 +970,13 @@
TermInfoIndex (.tii)--&gt; TermInfoIndex (.tii)--&gt;
IndexTermCount, TermIndices IndexTermCount, TermIndices
</p> </p>
<p>IndexTermCount --&gt; <p>IndexTermCount --&gt;
UInt32 UInt32
</p> </p>
<p>TermIndices --&gt; <p>TermIndices --&gt;
&lt;TermInfo, IndexDelta&gt;<sup>IndexTermCount</sup> &lt;TermInfo, IndexDelta&gt;<sup>IndexTermCount</sup>
</p> </p>
<p>IndexDelta --&gt; <p>IndexDelta --&gt;
VInt VInt
</p> </p>
<p>IndexDelta <p>IndexDelta
@ -996,16 +996,16 @@
which contain each term, along with the frequency of the term in that which contain each term, along with the frequency of the term in that
document. document.
</p> </p>
<p>FreqFile (.frq) --&gt; <p>FreqFile (.frq) --&gt;
&lt;TermFreqs&gt;<sup>TermCount</sup> &lt;TermFreqs&gt;<sup>TermCount</sup>
</p> </p>
<p>TermFreqs --&gt; <p>TermFreqs --&gt;
&lt;TermFreq&gt;<sup>DocFreq</sup> &lt;TermFreq&gt;<sup>DocFreq</sup>
</p> </p>
<p>TermFreq --&gt; <p>TermFreq --&gt;
DocDelta, Freq? DocDelta, Freq?
</p> </p>
<p>DocDelta,Freq --&gt; <p>DocDelta,Freq --&gt;
VInt VInt
</p> </p>
<p>TermFreqs <p>TermFreqs
@ -1026,7 +1026,7 @@
and three times in document eleven would be the following sequence of and three times in document eleven would be the following sequence of
VInts: VInts:
</p> </p>
<p> 15, <p> 15,
22, 3 22, 3
</p> </p>
</subsection> </subsection>
@ -1036,16 +1036,16 @@
The .prx file contains the lists of positions that The .prx file contains the lists of positions that
each term occurs at within documents. each term occurs at within documents.
</p> </p>
<p>ProxFile (.prx) --&gt; <p>ProxFile (.prx) --&gt;
&lt;TermPositions&gt;<sup>TermCount</sup> &lt;TermPositions&gt;<sup>TermCount</sup>
</p> </p>
<p>TermPositions --&gt; <p>TermPositions --&gt;
&lt;Positions&gt;<sup>DocFreq</sup> &lt;Positions&gt;<sup>DocFreq</sup>
</p> </p>
<p>Positions --&gt; <p>Positions --&gt;
&lt;PositionDelta&gt;<sup>Freq</sup> &lt;PositionDelta&gt;<sup>Freq</sup>
</p> </p>
<p>PositionDelta --&gt; <p>PositionDelta --&gt;
VInt VInt
</p> </p>
<p>TermPositions <p>TermPositions
@ -1066,7 +1066,7 @@
fifth and ninth term in a subsequent document, would be the following fifth and ninth term in a subsequent document, would be the following
sequence of VInts: sequence of VInts:
</p> </p>
<p> 4, <p> 4,
5, 4 5, 4
</p> </p>
</subsection> </subsection>
@ -1076,7 +1076,7 @@
into the score for hits on that field: into the score for hits on that field:
</p> </p>
<p>Norms <p>Norms
(.nrm) --&gt; &lt;Byte&gt;<sup>SegSize</sup> (.nrm) --&gt; &lt;Byte&gt;<sup>SegSize</sup>
</p> </p>
<p>Each <p>Each
byte encodes a floating point value. Bits 0-2 contain the 3-bit byte encodes a floating point value. Bits 0-2 contain the 3-bit
@ -1118,14 +1118,14 @@
</p> </p>
<p>Deletions <p>Deletions
(.del) --&gt; ByteCount,BitCount,Bits (.del) --&gt; ByteCount,BitCount,Bits
</p> </p>
<p>ByteSize,BitCount --&gt; <p>ByteSize,BitCount --&gt;
Uint32 Uint32
</p> </p>
<p>Bits --&gt; <p>Bits --&gt;
&lt;Byte&gt;<sup>ByteCount</sup> &lt;Byte&gt;<sup>ByteCount</sup>
</p> </p>

View File

@ -215,7 +215,7 @@
<!--</s2>--> <!--</s2>-->
<!--<s2 title="HTTPIndexer">--> <!--<s2 title="HTTPIndexer">-->
<p> <p>
<b>HTTP Crawler </b> <b>HTTP Crawler </b>
</p> </p>
<p> <p>
Supports the AbstractCrawler options as well as: Supports the AbstractCrawler options as well as: