Mailing List Archive

cvs commit: jakarta-lucene/docs index.html
carlson 02/05/14 16:01:02

Modified: docs index.html
Log:
Updated Lucene news to include information about 1.2-RC5

Revision Changes Path
1.10 +28 -5 jakarta-lucene/docs/index.html

Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.html 10 May 2002 17:24:05 -0000 1.9
+++ index.html 14 May 2002 23:01:01 -0000 1.10
@@ -11,12 +11,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

- <meta name="author" value="Jon S. Stevens">
+ <meta name="author" value="Jon S. Stevens">
<meta name="email" value="jon@latchkey.com">
- <meta name="author" value="Ted Husted">
+ <meta name="author" value="Ted Husted">
<meta name="email" value="husted@apache.org">
- <meta name="author" value="Doug Cutting">
+ <meta name="author" value="Doug Cutting">
<meta name="email" value="cutting@apache.org">
+ <meta name="author" value="Peer Carlson">
+ <meta name="email" value="carlson@apache.org">



@@ -72,8 +74,6 @@
</li>
<li> <a href="./contributions.html">Contributions</a>
</li>
- <li> <a href="./lucenesandbox.html">Lucene Sandbox</a>
-</li>
</ul>
<p><strong>Plans</strong></p>
<ul>
@@ -134,6 +134,10 @@
<tr><td>
<blockquote>
<p>
+<b>Lucene v1.2-RC5 release</b> - This release is the latest release from the Lucene team.
+Download it <a href="http://jakarta.apache.org/builds/jakarta-lucene/release/v1.2-rc5/"> here</a>.
+</p>
+ <p>
<b>Lucene v1.02 released</b> - This release repackages Lucene as a product
of the Apache Software Foundation. Download it
<a href="http://jakarta.apache.org/site/binindex.html">here</a>.
@@ -183,4 +187,23 @@
</body>
</html>
<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+





--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene/docs index.html [ In reply to ]
carlson 02/05/15 22:15:43

Modified: docs index.html
Log:
Update website to include Query Parser syntax in resources area.

Revision Changes Path
1.11 +2 -0 jakarta-lucene/docs/index.html

Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.html 14 May 2002 23:01:01 -0000 1.10
+++ index.html 16 May 2002 05:15:43 -0000 1.11
@@ -70,6 +70,8 @@
</li>
<li> <a href="./resources.html">Articles</a>
</li>
+ <li> <a href="./queryparsersyntax.html">Query Syntax</a>
+</li>
<li> <a href="./api/index.html">Javadoc</a>
</li>
<li> <a href="./contributions.html">Contributions</a>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>