otis 2003/03/06 11:14:18
Modified: xdocs fileformats.xml luceneplan.xml
docs benchmarks.html contributions.html demo.html
demo2.html demo3.html demo4.html fileformats.html
gettingstarted.html index.html luceneplan.html
powered.html queryparsersyntax.html resources.html
todo.html whoweare.html
Log:
- Update after jakarta-site2 update; removed tabs.
Revision Changes Path
1.3 +42 -42 jakarta-lucene/xdocs/fileformats.xml
Index: fileformats.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene/xdocs/fileformats.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fileformats.xml 30 Oct 2002 19:29:47 -0000 1.2
+++ fileformats.xml 6 Mar 2003 19:14:17 -0000 1.3
@@ -271,7 +271,7 @@
bytes, high-order bytes first.
</p>
<p>
- UInt32 --> <Byte><sup>4</sup>
+ UInt32 --> <Byte><sup>4</sup>
</p>
</subsection>
@@ -283,7 +283,7 @@
bytes, high-order bytes first.
</p>
- <p>UInt32 --> <Byte><sup>8</sup>
+ <p>UInt32 --> <Byte><sup>8</sup>
</p>
</subsection>
@@ -690,15 +690,15 @@
</p>
<p>
- Segments --> SegCount, <SegName,
SegSize><sup>SegCount</sup>
+ Segments --> SegCount, <SegName,
SegSize><sup>SegCount</sup>
</p>
<p>
- SegCount, SegSize --> UInt32
+ SegCount, SegSize --> UInt32
</p>
<p>
- SegName --> String
+ SegName --> String
</p>
<p>
@@ -758,13 +758,13 @@
</p>
<p>
- Deleteable --> DelableCount,
+ Deleteable --> DelableCount,
<DelableName><sup>DelableCount</sup>
</p>
- <p>DelableCount --> UInt32
+ <p>DelableCount --> UInt32
</p>
- <p>DelableName -->
+ <p>DelableName -->
String
</p>
</subsection>
@@ -785,20 +785,20 @@
</p>
<p>
FieldInfos
- (.fnm) --> FieldsCount, <FieldName,
+ (.fnm) --> FieldsCount, <FieldName,
FieldBits><sup>FieldsCount</sup>
</p>
<p>
- FieldsCount --> VInt
+ FieldsCount --> VInt
</p>
<p>
- FieldName --> String
+ FieldName --> String
</p>
<p>
- FieldBits --> Byte
+ FieldBits --> Byte
</p>
<p>
@@ -833,7 +833,7 @@
<p>
FieldIndex
- (.fdx) -->
+ (.fdx) -->
<FieldValuesPosition><sup>SegSize</sup>
</p>
<p>FieldValuesPosition
@@ -859,22 +859,22 @@
</p>
<p>
- FieldData (.fdt) -->
+ FieldData (.fdt) -->
<DocFieldData><sup>SegSize</sup>
</p>
- <p>DocFieldData -->
+ <p>DocFieldData -->
FieldCount, <FieldNum, Bits,
Value><sup>FieldCount</sup>
</p>
- <p>Count -->
+ <p>Count -->
VInt
</p>
- <p>FieldNum -->
+ <p>FieldNum -->
VInt
</p>
- <p>Bits -->
+ <p>Bits -->
Byte
</p>
- <p>Value -->
+ <p>Value -->
String
</p>
<p>Currently
@@ -900,23 +900,23 @@
TermInfoFile (.tis)-->
TermCount, TermInfos
</p>
- <p>TermCount -->
+ <p>TermCount -->
UInt32
</p>
- <p>TermInfos -->
+ <p>TermInfos -->
<TermInfo><sup>TermCount</sup>
</p>
- <p>TermInfo -->
+ <p>TermInfo -->
<Term, DocFreq, FreqDelta, ProxDelta>
</p>
- <p>Term -->
+ <p>Term -->
<PrefixLength, Suffix, FieldNum>
</p>
- <p>Suffix -->
+ <p>Suffix -->
String
</p>
<p>PrefixLength,
- DocFreq, FreqDelta, ProxDelta<br/> -->
VInt
+ DocFreq, FreqDelta, ProxDelta<br/> --> VInt
</p>
<p>This
file is sorted by Term. Terms are ordered first
lexicographically
@@ -970,13 +970,13 @@
TermInfoIndex (.tii)-->
IndexTermCount, TermIndices
</p>
- <p>IndexTermCount -->
+ <p>IndexTermCount -->
UInt32
</p>
- <p>TermIndices -->
+ <p>TermIndices -->
<TermInfo, IndexDelta><sup>IndexTermCount</sup>
</p>
- <p>IndexDelta -->
+ <p>IndexDelta -->
VInt
</p>
<p>IndexDelta
@@ -996,16 +996,16 @@
which contain each term, along with the frequency of the term
in that
document.
</p>
- <p>FreqFile (.frq) -->
+ <p>FreqFile (.frq) -->
<TermFreqs><sup>TermCount</sup>
</p>
- <p>TermFreqs -->
+ <p>TermFreqs -->
<TermFreq><sup>DocFreq</sup>
</p>
- <p>TermFreq -->
+ <p>TermFreq -->
DocDelta, Freq?
</p>
- <p>DocDelta,Freq -->
+ <p>DocDelta,Freq -->
VInt
</p>
<p>TermFreqs
@@ -1026,7 +1026,7 @@
and three times in document eleven would be the following
sequence of
VInts:
</p>
- <p> 15,
+ <p> 15,
22, 3
</p>
</subsection>
@@ -1036,16 +1036,16 @@
The .prx file contains the lists of positions that
each term occurs at within documents.
</p>
- <p>ProxFile (.prx) -->
+ <p>ProxFile (.prx) -->
<TermPositions><sup>TermCount</sup>
</p>
- <p>TermPositions -->
+ <p>TermPositions -->
<Positions><sup>DocFreq</sup>
</p>
- <p>Positions -->
+ <p>Positions -->
<PositionDelta><sup>Freq</sup>
</p>
- <p>PositionDelta -->
+ <p>PositionDelta -->
VInt
</p>
<p>TermPositions
@@ -1066,7 +1066,7 @@
fifth and ninth term in a subsequent document, would be the
following
sequence of VInts:
</p>
- <p> 4,
+ <p> 4,
5, 4
</p>
</subsection>
@@ -1076,7 +1076,7 @@
into the score for hits on that field:
</p>
<p>Norms
- (.nrm) --> <Byte><sup>SegSize</sup>
+ (.nrm) --> <Byte><sup>SegSize</sup>
</p>
<p>Each
byte encodes a floating point value. Bits 0-2 contain the 3-bit
@@ -1118,14 +1118,14 @@
</p>
<p>Deletions
- (.del) --> ByteCount,BitCount,Bits
+ (.del) --> ByteCount,BitCount,Bits
</p>
- <p>ByteSize,BitCount -->
+ <p>ByteSize,BitCount -->
Uint32
</p>
- <p>Bits -->
+ <p>Bits -->
<Byte><sup>ByteCount</sup>
</p>
1.5 +1 -1 jakarta-lucene/xdocs/luceneplan.xml
Index: luceneplan.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene/xdocs/luceneplan.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- luceneplan.xml 4 Jun 2002 15:29:32 -0000 1.4
+++ luceneplan.xml 6 Mar 2003 19:14:17 -0000 1.5
@@ -215,7 +215,7 @@
<!--</s2>-->
<!--<s2 title="HTTPIndexer">-->
<p>
- <b>HTTP Crawler </b>
+ <b>HTTP Crawler </b>
</p>
<p>
Supports the AbstractCrawler options as well as:
1.6 +1 -1 jakarta-lucene/docs/benchmarks.html
Index: benchmarks.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/benchmarks.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- benchmarks.html 4 Jan 2003 17:19:16 -0000 1.5
+++ benchmarks.html 6 Mar 2003 19:14:17 -0000 1.6
@@ -512,7 +512,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.22 +1 -1 jakarta-lucene/docs/contributions.html
Index: contributions.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/contributions.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- contributions.html 2 Mar 2003 01:16:33 -0000 1.21
+++ contributions.html 6 Mar 2003 19:14:17 -0000 1.22
@@ -873,7 +873,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.16 +1 -1 jakarta-lucene/docs/demo.html
Index: demo.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- demo.html 4 Jan 2003 17:19:16 -0000 1.15
+++ demo.html 6 Mar 2003 19:14:17 -0000 1.16
@@ -221,7 +221,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.16 +1 -1 jakarta-lucene/docs/demo2.html
Index: demo2.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo2.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- demo2.html 4 Jan 2003 17:19:16 -0000 1.15
+++ demo2.html 6 Mar 2003 19:14:17 -0000 1.16
@@ -248,7 +248,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.18 +1 -1 jakarta-lucene/docs/demo3.html
Index: demo3.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- demo3.html 4 Jan 2003 17:19:16 -0000 1.17
+++ demo3.html 6 Mar 2003 19:14:17 -0000 1.18
@@ -263,7 +263,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.16 +1 -1 jakarta-lucene/docs/demo4.html
Index: demo4.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo4.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- demo4.html 4 Jan 2003 17:19:16 -0000 1.15
+++ demo4.html 6 Mar 2003 19:14:17 -0000 1.16
@@ -320,7 +320,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.9 +43 -43 jakarta-lucene/docs/fileformats.html
Index: fileformats.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/fileformats.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fileformats.html 4 Jan 2003 17:19:16 -0000 1.8
+++ fileformats.html 6 Mar 2003 19:14:17 -0000 1.9
@@ -435,7 +435,7 @@
bytes, high-order bytes first.
</p>
<p>
- UInt32 --> <Byte><sup>4</sup>
+ UInt32 --> <Byte><sup>4</sup>
</p>
</blockquote>
</td></tr>
@@ -453,7 +453,7 @@
64-bit unsigned integers are written as eight
bytes, high-order bytes first.
</p>
- <p>UInt32 -->
<Byte><sup>8</sup>
+ <p>UInt32 -->
<Byte><sup>8</sup>
</p>
</blockquote>
</td></tr>
@@ -1071,13 +1071,13 @@
segment.
</p>
<p>
- Segments --> SegCount, <SegName,
SegSize><sup>SegCount</sup>
+ Segments --> SegCount, <SegName,
SegSize><sup>SegCount</sup>
</p>
<p>
- SegCount, SegSize --> UInt32
+ SegCount, SegSize --> UInt32
</p>
<p>
- SegName --> String
+ SegName --> String
</p>
<p>
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.
</p>
<p>
- Deleteable --> DelableCount,
+ Deleteable --> DelableCount,
<DelableName><sup>DelableCount</sup>
</p>
- <p>DelableCount --> UInt32
+ <p>DelableCount --> UInt32
</p>
- <p>DelableName -->
+ <p>DelableName -->
String
</p>
</blockquote>
@@ -1191,17 +1191,17 @@
</p>
<p>
FieldInfos
- (.fnm) --> FieldsCount, <FieldName,
+ (.fnm) --> FieldsCount, <FieldName,
FieldBits><sup>FieldsCount</sup>
</p>
<p>
- FieldsCount --> VInt
+ FieldsCount --> VInt
</p>
<p>
- FieldName --> String
+ FieldName --> String
</p>
<p>
- FieldBits --> Byte
+ FieldBits --> Byte
</p>
<p>
Currently only the low-order bit is used of FieldBits is used.
It is
@@ -1231,7 +1231,7 @@
<p>
FieldIndex
- (.fdx) -->
+ (.fdx) -->
<FieldValuesPosition><sup>SegSize</sup>
</p>
<p>FieldValuesPosition
@@ -1257,22 +1257,22 @@
</p>
<p>
- FieldData (.fdt) -->
+ FieldData (.fdt) -->
<DocFieldData><sup>SegSize</sup>
</p>
- <p>DocFieldData -->
+ <p>DocFieldData -->
FieldCount, <FieldNum, Bits,
Value><sup>FieldCount</sup>
</p>
- <p>Count -->
+ <p>Count -->
VInt
</p>
- <p>FieldNum -->
+ <p>FieldNum -->
VInt
</p>
- <p>Bits -->
+ <p>Bits -->
Byte
</p>
- <p>Value -->
+ <p>Value -->
String
</p>
<p>Currently
@@ -1306,23 +1306,23 @@
TermInfoFile (.tis)-->
TermCount, TermInfos
</p>
- <p>TermCount -->
+ <p>TermCount -->
UInt32
</p>
- <p>TermInfos -->
+ <p>TermInfos -->
<TermInfo><sup>TermCount</sup>
</p>
- <p>TermInfo -->
+ <p>TermInfo -->
<Term, DocFreq, FreqDelta, ProxDelta>
</p>
- <p>Term -->
+ <p>Term -->
<PrefixLength, Suffix, FieldNum>
</p>
- <p>Suffix -->
+ <p>Suffix -->
String
</p>
<p>PrefixLength,
- DocFreq, FreqDelta, ProxDelta<br /> -->
VInt
+ DocFreq, FreqDelta, ProxDelta<br /> --> VInt
</p>
<p>This
file is sorted by Term. Terms are ordered first
lexicographically
@@ -1376,13 +1376,13 @@
TermInfoIndex (.tii)-->
IndexTermCount, TermIndices
</p>
- <p>IndexTermCount -->
+ <p>IndexTermCount -->
UInt32
</p>
- <p>TermIndices -->
+ <p>TermIndices -->
<TermInfo, IndexDelta><sup>IndexTermCount</sup>
</p>
- <p>IndexDelta -->
+ <p>IndexDelta -->
VInt
</p>
<p>IndexDelta
@@ -1410,16 +1410,16 @@
which contain each term, along with the frequency of the term
in that
document.
</p>
- <p>FreqFile (.frq) -->
+ <p>FreqFile (.frq) -->
<TermFreqs><sup>TermCount</sup>
</p>
- <p>TermFreqs -->
+ <p>TermFreqs -->
<TermFreq><sup>DocFreq</sup>
</p>
- <p>TermFreq -->
+ <p>TermFreq -->
DocDelta, Freq?
</p>
- <p>DocDelta,Freq -->
+ <p>DocDelta,Freq -->
VInt
</p>
<p>TermFreqs
@@ -1440,7 +1440,7 @@
and three times in document eleven would be the following
sequence of
VInts:
</p>
- <p> 15,
+ <p> 15,
22, 3
</p>
</blockquote>
@@ -1459,16 +1459,16 @@
The .prx file contains the lists of positions that
each term occurs at within documents.
</p>
- <p>ProxFile (.prx) -->
+ <p>ProxFile (.prx) -->
<TermPositions><sup>TermCount</sup>
</p>
- <p>TermPositions -->
+ <p>TermPositions -->
<Positions><sup>DocFreq</sup>
</p>
- <p>Positions -->
+ <p>Positions -->
<PositionDelta><sup>Freq</sup>
</p>
- <p>PositionDelta -->
+ <p>PositionDelta -->
VInt
</p>
<p>TermPositions
@@ -1489,7 +1489,7 @@
fifth and ninth term in a subsequent document, would be the
following
sequence of VInts:
</p>
- <p> 4,
+ <p> 4,
5, 4
</p>
</blockquote>
@@ -1509,7 +1509,7 @@
into the score for hits on that field:
</p>
<p>Norms
- (.nrm) --> <Byte><sup>SegSize</sup>
+ (.nrm) --> <Byte><sup>SegSize</sup>
</p>
<p>Each
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:
</p>
<p>Deletions
- (.del) --> ByteCount,BitCount,Bits
+ (.del) --> ByteCount,BitCount,Bits
</p>
- <p>ByteSize,BitCount -->
+ <p>ByteSize,BitCount -->
Uint32
</p>
- <p>Bits -->
+ <p>Bits -->
<Byte><sup>ByteCount</sup>
</p>
<p>ByteCount
@@ -1644,7 +1644,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.16 +1 -1 jakarta-lucene/docs/gettingstarted.html
Index: gettingstarted.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/gettingstarted.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gettingstarted.html 4 Jan 2003 17:19:16 -0000 1.15
+++ gettingstarted.html 6 Mar 2003 19:14:17 -0000 1.16
@@ -237,7 +237,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.27 +1 -1 jakarta-lucene/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/index.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- index.html 4 Jan 2003 17:19:16 -0000 1.26
+++ index.html 6 Mar 2003 19:14:17 -0000 1.27
@@ -185,7 +185,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.17 +2 -2 jakarta-lucene/docs/luceneplan.html
Index: luceneplan.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/luceneplan.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- luceneplan.html 4 Jan 2003 17:19:16 -0000 1.16
+++ luceneplan.html 6 Mar 2003 19:14:17 -0000 1.17
@@ -335,7 +335,7 @@
file system index.
</p>
<p>
- <b>HTTP Crawler </b>
+ <b>HTTP Crawler </b>
</p>
<p>
Supports the AbstractCrawler options as well as:
@@ -610,7 +610,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.25 +1 -1 jakarta-lucene/docs/powered.html
Index: powered.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/powered.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- powered.html 4 Jan 2003 17:19:16 -0000 1.24
+++ powered.html 6 Mar 2003 19:14:17 -0000 1.25
@@ -155,7 +155,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.16 +1 -1 jakarta-lucene/docs/queryparsersyntax.html
Index: queryparsersyntax.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/queryparsersyntax.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- queryparsersyntax.html 23 Jan 2003 16:10:59 -0000 1.15
+++ queryparsersyntax.html 6 Mar 2003 19:14:17 -0000 1.16
@@ -876,7 +876,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.26 +1 -1 jakarta-lucene/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/resources.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- resources.html 6 Mar 2003 19:11:57 -0000 1.25
+++ resources.html 6 Mar 2003 19:14:17 -0000 1.26
@@ -168,7 +168,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.10 +1 -1 jakarta-lucene/docs/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/todo.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- todo.html 7 Jan 2003 16:11:00 -0000 1.9
+++ todo.html 6 Mar 2003 19:14:17 -0000 1.10
@@ -342,7 +342,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
1.23 +1 -1 jakarta-lucene/docs/whoweare.html
Index: whoweare.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/whoweare.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- whoweare.html 4 Jan 2003 17:19:16 -0000 1.22
+++ whoweare.html 6 Mar 2003 19:14:17 -0000 1.23
@@ -191,7 +191,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2002, Apache Software Foundation
+ Copyright © 1999-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]