moved api.html into javadoc as overview; fixed links to javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2001-10-02 15:54:16 +00:00
parent 7797f49757
commit 80509b4eb0
9 changed files with 15 additions and 367 deletions

View File

@ -267,7 +267,8 @@
<target name="javadocs" depends="compile" if="javacc.present">
<mkdir dir="${build.javadocs}"/>
<javadoc
sourcepath="${src.dir}:${build.src}"
sourcepath="${src.dir}:${build.src}"
overview="${src.dir}/overview.html"
packagenames="${packages}"
destdir="${build.javadocs}"
author="true"

View File

@ -1,169 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Content Stylesheet for Site -->
<!-- start the processing -->
<!-- ====================================================================== -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Ted Husted">
<meta name="email" value="husted@apache.org">
<title>Jakarta Lucene - Applications - Jakarta Lucene</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/lucene/docs/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
<p><strong>About</strong></p>
<ul>
<li> <a href="./index.html">Overview</a>
</li>
<li> <a href="./features.html">Features</a>
</li>
<li> <a href="./applications.html">Applications</a>
</li>
<li> <a href="./background.html">Background</a>
</li>
</ul>
<p><strong>Documentation</strong></p>
<ul>
<li> <a href="http://www.lucene.com/cgi-bin/faq/faqmanager.cgi">FAQs</a>
</li>
<li> <a href="../api/overview.html">Javadoc</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
</li>
<li> <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
</ul>
<p><strong>Community</strong></p>
<ul>
<li> <a href="./whoweare.html">Who We Are</a>
</li>
<li> <a href="./powered.html">Powered by Lucene</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/bugs.html">Bugs</a>
</li>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/acknowledgements.html">Acknowledgements</a>
</li>
<li> <a href="http://jakarta.apache.org/site/contact.html">Contact</a>
</li>
<li> <a href="http://jakarta.apache.org/site/legal.html">Legal</a>
</li>
</ul>
</td>
<td width="80%" align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="APPLICATIONS"><strong>APPLICATIONS</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Lucene can be used for a wide range of applications</h3>
</blockquote>
</p>
</td></tr>
<tr><td><br/></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Example Applications"><strong>Example Applications</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Lucene is designed to be used in a wide range of applications--from small,
desktop applications with a few hundred documents, to large internet server-based
applications with a few million documents.</p>
<h4>Searchable E-Mail</h4>
<ul>
<li>Search large e-mail archives instantly; update index as new messages
arrive.<br /></li>
</ul>
<h4>CD-ROM-based Online Documentation Search</h4>
<ul>
<li>Search large publications quickly with platform-independent system.<br /></li>
</ul>
<h4>Search Previously-Visited Web Pages</h4>
<ul>
<li>Relocate a page seen weeks or months ago.<br /></li>
</ul>
<h4>Web Site Searching</h4>
<ul>
<li>Let users search all the pages on your website.<br /></li>
</ul>
</blockquote>
</p>
</td></tr>
<tr><td><br/></td></tr>
</table>
</td>
</tr>
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2001, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
<!-- end the processing -->

View File

@ -1,177 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Content Stylesheet for Site -->
<!-- start the processing -->
<!-- ====================================================================== -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Ted Husted">
<meta name="email" value="husted@apache.org">
<title>Jakarta Lucene - Background - Jakarta Lucene</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/lucene/docs/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
<p><strong>About</strong></p>
<ul>
<li> <a href="./index.html">Overview</a>
</li>
<li> <a href="./features.html">Features</a>
</li>
<li> <a href="./applications.html">Applications</a>
</li>
<li> <a href="./background.html">Background</a>
</li>
</ul>
<p><strong>Documentation</strong></p>
<ul>
<li> <a href="http://www.lucene.com/cgi-bin/faq/faqmanager.cgi">FAQs</a>
</li>
<li> <a href="../api/overview.html">Javadoc</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
</li>
<li> <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
</ul>
<p><strong>Community</strong></p>
<ul>
<li> <a href="./whoweare.html">Who We Are</a>
</li>
<li> <a href="./powered.html">Powered by Lucene</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/bugs.html">Bugs</a>
</li>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/acknowledgements.html">Acknowledgements</a>
</li>
<li> <a href="http://jakarta.apache.org/site/contact.html">Contact</a>
</li>
<li> <a href="http://jakarta.apache.org/site/legal.html">Legal</a>
</li>
</ul>
</td>
<td width="80%" align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="BACKGROUND"><strong>BACKGROUND</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3><img src="./images/dcutting.gif" align="right" alt="Doug Cutting" />How Lucene came to be</h3>
<p>Lucene is the brainchild of Doug Cutting (pictured), who has been working in the
field of information retrieval for over a decade.</p>
<p>Beginning in 1988, Doug spent five years at Xerox's Palo Alto Research
Center (PARC) developing novel
approaches to information access. These included a high-performance
retrieval engine, several innovative search paradigms, advanced linguistic
analysis methods, and high-quality text summarization algorithms.
This work resulted in seven <a href="publications.html">publications</a>
and six issued patents. Some of these technologies are now marketed by
<a href="http://www.inxight.com/">Inxight</a>.
</p>
<p>In 1993, Doug moved to Apple's Advanced Technology Group (ATG). There
he developed a state-of-the-art retrieval engine code-named V-Twin.
This engine was to be a part of the Copland
operating system, automatically indexing the content of all files as they
are created so that the the entire file system could be efficiently searched
at any time. Copland was cancelled, but V-Twin has been used in several
other Apple products.
</p>
<p>In April of 1996, Doug left Apple and joined <a href="http://www.excite.com/">Excite</a>.
Here he took over development of the core search technology. This included
growing Excite's web index from two million to fifty million
pages; substantially optimizing Excite's search performance; adding phrase-searching
capabilities; and creating a thesaurus-like feature which suggests related
terms to add to queries.
</p>
<p>In the fall of 1997, Doug reduced his commitment at Excite to
part-time so that he could write <a href="http://jakarta.apache.org/lucene/">Lucene</a>,
an efficient, full-featured text search engine written in Java. In early 1998 he
returned to Excite full-time for two more years. Lucene sat on the shelf for
much of that time, and was made open-source in the spring of 2000.</p>
<p>Lucene quickly became recognized as the leading server-side searching
solution for Java, and attracted several other open source developers, eager
to help refine the Lucene codebase.</p>
<p>In the fall of 2001, Lucene joined the Apache Jakarta Project, where
the product is maintained by a team of volunteer developers.</p>
<p>Doug now works for <a href="http://www.grandcentral.com/">Grand
Central</a>, a web services network. In his spare time he still
tries to help out with Lucene.</p>
<p>Please do not email Doug directly about Lucene. Instead use
the <a href="http://jakarta.apache.org/site/mail.html">Jakarta-Lucene mailing lists</a>.</p>
</blockquote>
</p>
</td></tr>
<tr><td><br/></td></tr>
</table>
</td>
</tr>
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2001, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
<!-- end the processing -->

View File

@ -29,7 +29,7 @@
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/lucene/docs/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
<a href="http://jakarta.apache.org/lucene/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
</td>
</tr>
</table>
@ -60,7 +60,7 @@
</li>
<li> <a href="./resources.html">Articles</a>
</li>
<li> <a href="../api/overview.html">Javadoc</a>
<li> <a href="./api/index.html">Javadoc</a>
</li>
</ul>
<p><strong>Download</strong></p>

View File

@ -27,7 +27,7 @@
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/lucene/docs/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
<a href="http://jakarta.apache.org/lucene/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
</td>
</tr>
</table>
@ -58,7 +58,7 @@
</li>
<li> <a href="./resources.html">Articles</a>
</li>
<li> <a href="../api/overview.html">Javadoc</a>
<li> <a href="./api/index.html">Javadoc</a>
</li>
</ul>
<p><strong>Download</strong></p>

View File

@ -27,7 +27,7 @@
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/lucene/docs/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
<a href="http://jakarta.apache.org/lucene/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
</td>
</tr>
</table>
@ -58,7 +58,7 @@
</li>
<li> <a href="./resources.html">Articles</a>
</li>
<li> <a href="../api/overview.html">Javadoc</a>
<li> <a href="./api/index.html">Javadoc</a>
</li>
</ul>
<p><strong>Download</strong></p>

View File

@ -27,7 +27,7 @@
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/lucene/docs/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
<a href="http://jakarta.apache.org/lucene/"><img src="./images/lucene_green_300.gif" alt="Jakarta Lucene" border="0"/></a>
</td>
</tr>
</table>
@ -58,7 +58,7 @@
</li>
<li> <a href="./resources.html">Articles</a>
</li>
<li> <a href="../api/overview.html">Javadoc</a>
<li> <a href="./api/index.html">Javadoc</a>
</li>
</ul>
<p><strong>Download</strong></p>

View File

@ -1,17 +1,11 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Doug Cutting">
<meta name="Author" content="Ted Husted">
<meta name="GENERATOR" content="Mozilla/4.72 [en] (Win98; U) [Netscape]">
<title>Jakarta Lucene API Documentation</title>
<title>Jakarta Lucene API</title>
</head>
<body>
<h1>Jakarta Lucene API Documentation</h1>
The <a href="http://jakarta.apache.org/lucene">Jakarta Lucene</a> API is divided into several
packages:
<h1>Jakarta Lucene API</h1>
The Jakarta Lucene API is divided into several packages:
<ul>
<li>
<b><a href="org/apache/lucene/util/package-summary.html">com.lucene.util</a></b>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Jakarta Lucene"
href="http://jakarta.apache.org/lucene/docs/">
<project name="Jakarta Lucene" href="http://jakarta.apache.org/lucene/">
<title>Jakarta Lucene</title>
<logo href="/images/lucene_green_300.gif">Jakarta Lucene</logo>
@ -17,7 +16,7 @@
<menu name="Documentation">
<item name="FAQ" href="http://www.lucene.com/cgi-bin/faq/faqmanager.cgi" target="_blank"/>
<item name="Articles" href="/resources.html"/>
<item name="Javadoc" href="./api/overview.html"/>
<item name="Javadoc" href="/api/index.html"/>
</menu>
<menu name="Download">