Separate project's web site from version-specific documentation.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@611094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Busch 2008-01-11 07:50:59 +00:00
parent 6eabca935f
commit da6c43f5d7
12 changed files with 71 additions and 552 deletions

View File

@ -139,14 +139,14 @@ In time some of these things may be added to Lucene as features (if you've got a
to hear it!), but for now: this is where you begin and the search engine/indexer ends. Lastly, one
would assume you'd want to follow the above advice and customize the application to look a little
more fancy than black on white with "Lucene Template" at the top. We'll see you on the Lucene
Users' or Developers' <a href="mailinglists.html">mailing lists</a>!
Users' or Developers' <a href="http://lucene.apache.org/java/docs/mailinglists.html">mailing lists</a>!
</p>
</section>
<section id="When to contact the Author"><title>When to contact the Author</title>
<p>
Please resist the urge to contact the authors of this document (without bribes of fame and fortune
attached). First contact the <a href="mailinglists.html">mailing lists</a>, taking care to <a
attached). First contact the <a href="http://lucene.apache.org/java/docs/mailinglists.html">mailing lists</a>, taking care to <a
href="http://www.catb.org/~esr/faqs/smart-questions.html">Ask Questions The Smart Way</a>.
Certainly you'll get the most help that way as well. That being said, feedback, and modifications
to this document and samples are ever so greatly appreciated. They are just best sent to the lists

View File

@ -1,82 +0,0 @@
<?xml version="1.0"?>
<document>
<header><title>Apache Lucene - Developer Resources</title></header>
<properties>
<author email="gsingers@apache.org">Grant Ingersoll</author>
</properties>
<body>
<section id="Making a Contribution"><title>Making a Contribution</title>
<p>Lucene Java is always looking for contributions, especially in the areas of documentation. See the <a
href="http://wiki.apache.org/lucene-java">Wiki</a> for details on contributing. </p>
</section>
<!-- <section id="Code Coverage"><title>Code Coverage</title>
<p>Code Coverage reports are available <a
href="">here</a></p>
</section> -->
<section id="Javadocs"><title>Nightly Build Javadocs</title>
<p>Unofficial Javadocs from the nightly build are available at:
<ul>
<li><a href="api/index.html">All</a></li>
<li><a href="api/core/index.html">Core</a></li>
<li><a href="api/demo/index.html">Demo</a></li>
<li><ul><li><a href="api/contrib-analyzers/index.html">Analyzers</a></li>
<li><a href="api/contrib-ant/index.html">ANT</a></li>
<li><a href="api/contrib-bdb/index.html">BDB</a></li>
<li><a href="api/contrib-bdb-je/index.html">BDB-JE</a></li>
<li><a href="api/contrib-benchmark/index.html">Benchmark</a></li>
<li><a href="api/contrib-highlighter/index.html">Highlighter</a></li>
<li><a href="api/contrib-lucli/index.html">Lucli</a></li>
<li><a href="api/contrib-memory/index.html">Memory</a></li>
<li><a href="api/contrib-misc/index.html">Misc.</a></li>
<li><a href="api/contrib-queries/index.html">Queries</a></li>
<li><a href="api/contrib-regex/index.html">Regex</a></li>
<li><a href="api/contrib-similarity/index.html">Similarity</a></li>
<li><a href="api/contrib-snowball/index.html">Snowball</a></li>
<li><a href="api/contrib-spellchecker/index.html">Spellchecker</a></li>
<li><a href="api/contrib-surround/index.html">Surround</a></li>
<li><a href="api/contrib-swing/index.html">Swing</a></li>
<li><a href="api/contrib-wikipedia/index.html">Wikipedia</a></li>
<li><a href="api/contrib-wordnet/index.html">Wordnet</a></li>
<li><a href="api/contrib-xml-query-parser/index.html">XML Query Parser</a></li></ul></li>
</ul>
</p>
</section>
<section id="Downloads"><title>Downloads</title>
<p>System Requirements are detailed <a href="systemrequirements.html">here</a>.</p>
<section id="Clover"><title>Clover Test Coverage Reports</title>
<p>
<a href="http://www.cenqua.com/clover/">Clover</a>
test coverage results are available
<a href="http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/lastSuccessfulBuild/artifact/trunk/build/test/clover/reports/index.html">here</a>
for the nightly build.
</p>
</section>
<section id="Hudson"><title>Hudson</title>
<p>
<a href="http://hudson.dev.java.net/">Hudson</a> is providing continuous integration capabilities to the Lucene
project. It is responsible for running nightly builds, code coverage reports as well as building the nightly version
of the website.
</p>
</section>
<section id="Nightly">
<title>Nightly Build Download</title>
<p>Nightly builds are based on the trunk version of the code checked into
<a href="https://svn.apache.org/repos/asf/lucene/java/trunk">SVN</a>
</p>
<a href="http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/">Download via Hudson</a>
</section>
<section id="source">
<title>Source Code</title>
<p>The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
</p>
<p>
<code>svn checkout http://svn.apache.org/repos/asf/lucene/java/trunk lucene/java/trunk</code>
</p>
</section>
</section>
</body>
</document>

View File

@ -1,47 +0,0 @@
<?xml version="1.0"?>
<document>
<header>
<title>Apache Lucene - Features</title>
</header>
<body>
<section id="Features"><title>Features</title>
<p>Lucene offers powerful features through a simple API:</p>
</section>
<section id="Scalable, High-Performance Indexing"><title>Scalable, High-Performance Indexing</title>
<ul>
<li>over 20MB/minute on Pentium M 1.5GHz<br/></li>
<li>small RAM requirements -- only 1MB heap</li>
<li>incremental indexing as fast as batch indexing</li>
<li>index size roughly 20-30% the size of text indexed</li>
</ul>
</section>
<section id="Powerful, Accurate and Efficient Search Algorithms"><title>Powerful, Accurate and Efficient Search Algorithms</title>
<ul>
<li>ranked searching -- best results returned first</li>
<li>many powerful query types: phrase queries, wildcard queries, proximity
queries, range queries and more</li>
<li>fielded searching (e.g., title, author, contents)</li>
<li>date-range searching</li>
<li>sorting by any field</li>
<li>multiple-index searching with merged results</li>
<li>allows simultaneous update and searching</li>
</ul>
</section>
<section id="Cross-Platform Solution"><title>Cross-Platform Solution</title>
<ul>
<li>Available as Open Source software under the
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>
which lets you use Lucene in both commercial and Open Source programs</li>
<li>100%-pure Java</li>
<li>Implementations <a href="http://wiki.apache.org/lucene-java/LuceneImplementations">in other
programming languages available</a> that are index-compatible</li>
</ul>
</section>
</body>
</document>

View File

@ -1,151 +1,16 @@
<?xml version="1.0"?>
<document>
<header>
<title>
Apache Lucene - Overview
</title>
</header>
<body>
<section id="Apache Lucene">
<title>Apache Lucene</title>
<p>
Apache Lucene is a high-performance, full-featured text search engine
library written entirely in Java. It is a technology suitable for nearly any
application that requires full-text search, especially cross-platform.
</p>
<p>
Apache Lucene is an open source project available for
<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">free download</a>.
Please use the links on the left to access Lucene.
</p>
</section>
<section id="Lucene News">
<title>Lucene News</title>
<!-- Uncomment when we know the date. -->
<!--<section>
<title>2 October 2007 - Lucene at OSSummit Asia</title>
<p><a href="http://www.ossummit.com"><img src="http://www.ossummit.com/2007/images/logo.png" class="float-right" alt="OSSummit Asia logo" /></a>
Lucene and Solr tutorials!
</p>
<p>The following talks and trainings are scheduled for the
upcoming 2008 OSSummit:
<ul>
<li><a href="http://www.ossummit.com/2007/program/talk/8">Lucene Boot Camp</a> by <s>Grant Ingersoll</s>Erik Hatcher. An all-day training focusing on getting started with Lucene.</li>
<li><a href="http://www.ossummit.com/2007/program/talk/25">Solr in a Day</a> by Erik Hatcher. All you need to know to use Solr effectively.</li>
<li><a href="http://www.ossummit.com/2007/program/talk/67">Lucene Case Studies</a> by Erik Hatcher. A rapid series of examples of many Lucene-using applications.</li>
</ul>
</p>
</section>-->
<section>
<title>24 December 2007 - Nightly Snapshots available in the Apache Maven Snapshot Repository</title>
<p>
We are now publishing nightly artifacts to the <a href="http://people.apache.org/maven-snapshot-repository/org/apache/lucene/">Maven Snapshot Repository</a>. The current version is '2.3-SNAPSHOT'.
</p>
<p>
The artifacts include:
<ul>
<li>Binary jars</li>
<li>Sources</li>
<li>Javadocs</li>
</ul>
You can find separate artifacts for the core, demo, and the different contrib modules.
</p>
<p>
Merry Christmas!
</p>
</section>
<section>
<title>26 August 2007 - Lucene at ApacheCon Atlanta</title>
<p><a href="http://www.us.apachecon.com"><img src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" class="float-right" alt="ApacheCon US logo" /></a>
Lucene will once again be well represented at ApacheCon USA in Atlanta this November 12-16, 2007.
</p>
<p>The following talks and trainings are scheduled for this year's conference:
<ul>
<li>November 12: <a href="http://us.apachecon.com/us2007/program/talk/1859">Lucene Boot Camp</a> by Grant Ingersoll. An all-day training focusing on getting started with Lucene.</li>
<li>November 16, 9:00 am: <a href="http://us.apachecon.com/us2007/program/talk/1992">Apache Solr out of the Box</a> by Chris Hostetter. Introduction to Solr.</li>
<li>November 16, 10:00 am: <a href="http://us.apachecon.com/us2007/program/talk/1943">Building a Vertical Search Site using Apache Software</a> by Ken Krugler. Will cover many Lucene-based projects.</li>
<li>November 16, 3:00 pm: <a href="http://us.apachecon.com/us2007/program/talk/1953">Apache Lucene Performance</a> by Grant Ingersoll. Tips and techniques for improving Lucene performance.</li>
<li>November 16, 4:00 pm: <a href="http://us.apachecon.com/us2007/program/talk/2017"> Advanced Indexing Techniques with Apache Lucene</a> by Michael Busch. Information on payloads and advanced indexing techniques.</li>
</ul>
</p>
</section>
<section>
<title>19 June 2007 - Release 2.2 available</title>
<p>This release has many improvements since release 2.1. New major features:
<ul>
<li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/IndexWriter.html">"Point-in-time" searching over NFS</a></li>
<li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/payloads/package-summary.html">Payloads</a></li>
<li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/function/package-summary.html">Function queries</a></li>
<li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/document/Field.html">New API for pre-analyzed fields</a></li>
</ul>
In addition Lucene 2.2 has many performance
improvements, bug fixes, etc. See
<a href="http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_2_0/CHANGES.txt">CHANGES.txt</a>
for details.
</p>
<p>Lucene 2.2 includes index format changes that are not readable
by older versions of Lucene. Lucene 2.2 can both read and update
older Lucene indexes. Adding to an index with an older format
will cause it to be converted to the newer format.
</p>
<p>Binary and source distributions are
available
<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">here</a>.
</p>
</section>
<section>
<title>18 February 2007 - Lucene at ApacheCon Europe</title>
<p>
<a href="http://www.eu.apachecon.com"><img src="http://www.apache.org/ads/ApacheCon/2007-europe-125x125.png" class="float-right" alt="ApacheCon Europe logo" /></a>
Lucene Java and related <a href="http://lucene.apache.org/">Lucene</a> projects will have extensive representation at <a href="http://www.eu.apachecon.com">ApacheCon Europe</a> in Amsterdam this year. For the 2007 session,
Yonik Seeley will be giving the <a href="http://www.eu.apachecon.com/program/talk/11">Full-Text Search with Lucene</a> talk at 10:30 am on May 2nd. Immediately following, Grant Ingersoll
will be presenting <a href="http://www.eu.apachecon.com/program/talk/12">Advanced Lucene</a> at 11:30. Grant will also be leading a full day tutorial session on May 1st titled
<a href="http://www.eu.apachecon.com/program/talk/127">Lucene Boot Camp</a>.
</p>
<p>Lucene related talks include Solr committer Bertrand Delacrétaz's talk titled <a
href="http://www.eu.apachecon.com/program/talk/34">Beyond full-text searches with Solr and Lucene</a> and
Hadoop committer Owen O'Malley's <a href="http://www.eu.apachecon.com/program/talk/36">Introduction to Hadoop</a>.
</p>
<p>Registration is now open on the ApacheCon website.</p>
</section>
<section>
<title>17 February 2007 - Release 2.1 available</title>
<p>This release has many improvements since release
2.0, including new features, performance
improvements, bug fixes, etc. See
<a href="http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_1_0/CHANGES.txt">CHANGES.txt</a>
for details.
</p>
<p>Lucene 2.1 includes index format changes that are not readable
by older versions of Lucene. Lucene 2.1 can both read and update
older Lucene indexes. Adding to an index with an older format
will cause it to be converted to the newer format.
</p>
<p>Binary and source distributions are
available
<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">here</a>.
</p>
</section>
<section>
<title>3 January 2007 - Nightly Source builds available</title>
<p>Nightly source builds of the current development version of Lucene
are now available at
<a href="http://people.apache.org/builds/lucene/java/nightly/">http://people.apache.org/builds/lucene/java/nightly/</a>. Files are named lucene-DATE-src.tar.gz where DATE is the date of the build.
</p>
</section>
</section>
</body>
<header>
<title>Lucene Java Documentation</title>
</header>
<body>
<p>
This is the official documentation for Lucene Java 2.4-dev <BR/>
Please use the menu on the left to access the Javadocs and different documents.
</p>
<p>
Additional documentation is available in the <a href="http://wiki.apache.org/lucene-java">Wiki</a>.
</p>
</body>
</document>

View File

@ -1,19 +0,0 @@
<?xml version="1.0"?>
<document>
<header><title>Apache Lucene - Javadocs</title></header>
<properties>
<author email="gsingers@apache.org">Grant Ingersoll</author>
</properties>
<body>
<section id="Releases_Javadocs"><title>Javadocs for Official Releases</title>
<p>
<ul><li><a href="http://lucene.apache.org/java/2_2_0/api/index.html">2.2.0</a></li>
<li><a href="http://lucene.apache.org/java/2_1_0/api/index.html">2.1.0</a></li>
<li><a href="http://lucene.apache.org/java/2_0_0/api/index.html">2.0.0</a></li></ul>
</p>
<p>Javadocs from older (pre 2.x) Lucene releases can be found under the Site Versions
section on the left-hand menu</p>
</section>
</body>
</document>

View File

@ -1,56 +0,0 @@
<?xml version="1.0"?>
<document>
<header>
<title>
Apache Lucene - Mailing Lists
</title>
</header>
<body>
<section id="Java User List"><title>Java User List</title>
<p>
This list is for users of Java Lucene to ask questions, share knowledge,
and discuss issues. <b>Do</b> send mail to this list with usage and configuration questions and problems. Also, please
send questions to this list to verify your problem before filing issues in JIRA.
</p>
<ul>
<li><a href="mailto:java-user-subscribe@lucene.apache.org">Subscribe</a></li>
<li><a href="mailto:java-user-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/">Official Archive</a>
(<a href="http://mail-archives.apache.org/mod_mbox/jakarta-lucene-user/">Old Jakarta Archive</a>)</li>
</ul>
</section>
<section id="Java Developer List"><title>Java Developer List</title>
<p>
This is the list where participating developers of the Java Lucene project meet
and discuss issues concerning Lucene internals, code changes/additions, etc. Do not send mail to this list
with usage questions or configuration questions and problems.
</p>
<p>
Discussion list:
<ul>
<li><a href="mailto:java-dev-subscribe@lucene.apache.org">Subscribe</a> -- <b>Do not send mail to this list
with usage questions or configuration questions and problems.</b></li>
<li><a href="mailto:java-dev-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-dev/">Official Archive</a>
(<a href="http://mail-archives.apache.org/mod_mbox/jakarta-lucene-dev/">Old Jakarta Archive</a>)</li>
</ul><br/>
Commit notifications:
<ul>
<li><a href="mailto:java-commits-subscribe@lucene.apache.org">Subscribe</a></li>
<li><a href="mailto:java-commits-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-commits/">Archive</a></li>
</ul>
</p>
</section>
<section id="Archives"><title>Mail Archives</title>
<p>The Lucene Wiki maintains a list of searchable mailing list archives at <a href="http://wiki.apache.org/lucene-java/MailingListArchives">http://wiki.apache.org/lucene-java/MailingListArchives</a>.
No endorsement is implied by the listing of an archive on the Wiki.</p>
</section>
<section id="Other Mailing Lists"><title>Other Mailing Lists</title>
<p>Each Lucene project maintains its own mailing lists. Please refer to the project you are interested in for details
on subscribing to its mailing list. For the Lucene TLP General mailing list, go <a href="http://lucene.apache.org/mail.html">here</a>.
</p>
</section>
</body>
</document>

View File

@ -1,29 +0,0 @@
<?xml version="1.0"?>
<document>
<header><title>Apache Lucene - Downloads and Releases</title></header>
<properties>
<author email="gsingers@apache.org">Grant Ingersoll</author>
</properties>
<body>
<section id="Downloads"><title>Downloads and Releases</title>
<p>Information on Lucene Java Downloads and Releases.</p>
<section id="Official"><title>Official Release</title>
<p>Official releases are usually created when the <a href="whoweare.html">developers</a> feel there are
sufficient changes, improvements and bug fixes to warrant a release.
Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
<a href="systemrequirements.html">here</a>.</p>
<p>Both binary and source releases are available for
<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">download from the Apache Mirrors</a></p>
<p>The lucene-VERSION.zip (where VERSION is the version number of the release, i.e. 2.0.0) file contains the
lucene-core jar file, html documentation, a demo application (see <a href="gettingstarted.html">Getting Started</a>)
and various jar files containing contributed code.
<br/>
If all you need is the core jar file you can download that separately.
</p>
</section>
</section>
</body>
</document>

View File

@ -1,21 +0,0 @@
<?xml version="1.0"?>
<document>
<header>
<title>
Apache Lucene - Resources
</title>
</header>
<properties>
<author email="cutting@apache.org">Doug Cutting</author>
<title>Resources - Apache Lucene</title>
</properties>
<body>
<section id="Page moved"><title>Page moved</title>
<a href="http://wiki.apache.org/lucene-java/Resources">This page is now part of the Wiki</a>
</section>
</body>
</document>

View File

@ -30,7 +30,7 @@ This file contains an outline of the site's information content. It is used to:
See http://forrest.apache.org/docs/linking.html for more info
-->
<site label="Lucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
<site label="Lucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
<!-- Note: No matter what you configure here, Forrest will always try to load
index.html when you request http://yourHost/.
'How can I use a start-up-page other than index.html?' in the FAQs has more
@ -40,16 +40,35 @@ See http://forrest.apache.org/docs/linking.html for more info
With the exception of the About section, please try to keep items in alphabetical order by "label"
-->
<about label="About">
<overview label="Overview" href="index.html" description="Welcome to Java Lucene"/>
<features label="Features" href="features.html"/>
<powered-by label="Powered by Lucene" href="ext:powered-by"/>
<who-we-are label="Who We Are" href="whoweare.html"/>
</about>
<!-- keep in submenu items alpha order -->
<docs label="Documentation">
<javadoc label="Javadocs" href="javadocs.html"/>
<overview label="Overview" href="index.html"/>
<javadoc label="Javadocs">
<javadoc-all label="All (Core, Demo, Contrib)" href="ext:javadocs-all"/>
<javadoc-core label="Core" href="ext:javadocs-core"/>
<javadoc-demo label="Demo" href="ext:javadocs-demo"/>
<javadoc-contrib label="Contrib">
<javadoc-contrib-analyzers label="Analyzers" href="ext:javadocs-contrib-analyzers"/>
<javadoc-contrib-ant label="Ant" href="ext:javadocs-contrib-ant"/>
<javadoc-contrib-bdb label="Bdb" href="ext:javadocs-contrib-bdb"/>
<javadoc-contrib-bdb-je label="Bdb-je" href="ext:javadocs-contrib-bdb-je"/>
<javadoc-contrib-benchmark label="Benchmark" href="ext:javadocs-contrib-benchmark"/>
<javadoc-contrib-highlighter label="Highlighter" href="ext:javadocs-contrib-highlighter"/>
<javadoc-contrib-lucli label="Lucli" href="ext:javadocs-contrib-lucli"/>
<javadoc-contrib-memory label="Memory" href="ext:javadocs-contrib-memory"/>
<javadoc-contrib-misc label="Miscellaneous" href="ext:javadocs-contrib-misc"/>
<javadoc-contrib-queries label="Queries" href="ext:javadocs-contrib-queries"/>
<javadoc-contrib-regex label="Regex" href="ext:javadocs-contrib-regex"/>
<!-- This package has currently no content
<javadoc-contrib-similarity label="Similarity" href="ext:javadocs-contrib-similarity"/>
-->
<javadoc-contrib-snowball label="Snowball" href="ext:javadocs-contrib-snowball"/>
<javadoc-contrib-spellchecker label="Spellchecker" href="ext:javadocs-contrib-spellchecker"/>
<javadoc-contrib-surround label="Surround" href="ext:javadocs-contrib-surround"/>
<javadoc-contrib-swing label="Swing" href="ext:javadocs-contrib-swing"/> <javadoc-contrib-wordnet label="Wordnet" href="ext:javadocs-contrib-wordnet"/>
<javadoc-contrib-xml-query-parser label="XML Query Parser" href="ext:javadocs-contrib-xml-query-parser"/>
</javadoc-contrib>
</javadoc>
<benchmarks label="Benchmarks" href="benchmarks.html"/>
<contributions label="Contributions" href="contributions.html"/>
<faq label="FAQ" href="ext:faq" />
@ -58,42 +77,8 @@ See http://forrest.apache.org/docs/linking.html for more info
<lucene-sandbox label="Lucene Sandbox" href="lucene-sandbox/index.html"/>
<query-syntax label="Query Syntax" href="queryparsersyntax.html"/>
<scoring label="Scoring" href="scoring.html"/>
<wiki label="Wiki">
<wiki-main label="Main" href="ext:wiki"/>
<wiki-con label="Concepts and Definitions" href="ext:wiki-con"/>
<wiki-howto label="How To" href="ext:wiki-howto"/>
<wiki-perf label="Performance Tips" href="ext:wiki-perf"/>
</wiki>
<wiki label="Wiki" href="ext:wiki" />
</docs>
<resources label="Resources">
<developers label="Developers" href="developer-resources.html"/>
<issues label="Issue Tracking" href="ext:issues"/>
<contact label="Mailing Lists" href="mailinglists.html"/>
<release label="Releases" href="releases.html"/>
<system label="System Requirements" href="systemrequirements.html"/>
<svn label="Version Control" href="ext:source" />
</resources>
<versions label="Site Versions">
<official label="Main" href="./"/>
<rel1_4_3 label="1.4.3" href="ext:rel1_4_3"/>
<rel1_9_0 label="1.9.0" href="ext:rel1_9_0"/>
<rel1_9_1 label="1.9.1" href="ext:rel1_9_1"/>
<rel2_0_0 label="2.0.0" href="ext:rel2_0_0"/>
<rel2_1_0 label="2.1.0" href="ext:rel2_1_0"/>
<rel2_2_0 label="2.2.0" href="ext:rel2_2_0"/>
<!-- Needs to be filled in -->
<!-- <nightly label="Nightly" href=""/> -->
</versions>
<projects label="Related Projects">
<lucene label="Lucene (Top-Level)" href="ext:topLevel"/>
<lucene label="Hadoop" href="ext:hadoop"/>
<lucene label="Lucy" href="ext:lucy"/>
<lucene label="Lucene.Net" href="ext:lucene-net"/>
<lucene label="Nutch" href="ext:nutch" />
<lucene label="SOLR" href="ext:solr"/>
</projects>
<!--
The href must be wholesite.html/pdf You can change the labels and node names
@ -104,20 +89,34 @@ See http://forrest.apache.org/docs/linking.html for more info
-->
<external-refs>
<javadocs-all href="api/index.html"/>
<javadocs-core href="api/core/index.html"/>
<javadocs-demo href="api/demo/index.html"/>
<javadocs-contrib-analyzers href="api/contrib-analyzers/index.html"/>
<javadocs-contrib-ant href="api/contrib-ant/index.html"/>
<javadocs-contrib-bdb href="api/contrib-bdb/index.html"/>
<javadocs-contrib-bdb-je href="api/contrib-bdb-je/index.html"/>
<javadocs-contrib-benchmark href="api/contrib-benchmark/index.html"/>
<javadocs-contrib-highlighter href="api/contrib-highlighter/index.html"/>
<javadocs-contrib-lucli href="api/contrib-lucli/index.html"/>
<javadocs-contrib-memory href="api/contrib-memory/index.html"/>
<javadocs-contrib-misc href="api/contrib-misc/index.html"/>
<javadocs-contrib-queries href="api/contrib-queries/index.html"/>
<javadocs-contrib-regex href="api/contrib-regex/index.html"/>
<javadocs-contrib-similarity href="api/contrib-similarity/index.html"/>
<javadocs-contrib-snowball href="api/contrib-snowball/index.html"/>
<javadocs-contrib-spellchecker href="api/contrib-spellchecker/index.html"/>
<javadocs-contrib-surround href="api/contrib-surround/index.html"/>
<javadocs-contrib-swing href="api/contrib-swing/index.html"/>
<javadocs-contrib-wordnet href="api/contrib-wordnet/index.html"/>
<javadocs-contrib-xml-query-parser href="api/contrib-xml-query-parser/index.html"/>
<forrest href="http://forrest.apache.org/">
<linking href="docs/linking.html"/>
<validation href="docs/validation.html"/>
<webapp href="docs/your-project.html#webapp"/>
<dtd-docs href="docs/dtd-docs.html"/>
</forrest>
<rel1_4_3 href="http://lucene.apache.org/java/1_4_3/"/>
<rel1_9_0 href="http://lucene.apache.org/java/1_9_0/"/>
<rel1_9_1 href="http://lucene.apache.org/java/1_9_1/"/>
<rel2_0_0 href="http://lucene.apache.org/java/2_0_0/"/>
<rel2_1_0 href="http://lucene.apache.org/java/2_1_0/"/>
<rel2_2_0 href="http://lucene.apache.org/java/2_2_0/"/>
<cocoon href="http://cocoon.apache.org/"/>
<xml.apache.org href="http://xml.apache.org/"/>
@ -129,14 +128,11 @@ See http://forrest.apache.org/docs/linking.html for more info
<lucene-net href="http://incubator.apache.org/projects/lucene.net.html"/>
<hadoop href="http://lucene.apache.org/hadoop/"/>
<wiki href="http://wiki.apache.org/lucene-java" />
<wiki-howto href="http://wiki.apache.org/lucene-java/HowTo" />
<wiki-perf href="http://wiki.apache.org/lucene-java/BasicsOfPerformance"/>
<wiki-con href="http://wiki.apache.org/lucene-java/ConceptsAndDefinitions"/>
<faq href="http://wiki.apache.org/lucene-java/LuceneFAQ" />
<releases href="http://www.apache.org/dyn/closer.cgi/lucene/java/" />
<source href="http://svn.apache.org/viewcvs.cgi/lucene/java/"/>
<powered-by href="http://wiki.apache.org/lucene-java/PoweredBy"/>
</external-refs>
</site>

View File

@ -1,30 +0,0 @@
<?xml version="1.0"?>
<document>
<header><title>Apache Lucene - System Requirements</title></header>
<properties>
<author email="gsingers@apache.org">Grant Ingersoll</author>
</properties>
<body>
<!-- <section id="Code Coverage"><title>Code Coverage</title>
<p>Code Coverage reports are available <a
href="">here</a></p>
</section> -->
<section id="System Requirements"><title>System Requirements</title>
<p>
The latest Lucene <a href="releases.html">release</a> has the following minimum requirements:
<ul>
<li>Java 1.4.x or greater.</li>
<li>ANT 1.6.5 or greater.</li>
<li>JUnit 3.8.1 if you wish to run the unit tests.</li>
<li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)
The <a href="benchmarks.html">benchmarks</a> page has some information related to performance on particular platforms.
Also, the <a href="http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/">Contrib/benchmark</a> module has code related to benchmarking a standard set of documents.</li>
</ul>
</p>
<p>Contrib modules may have other requirements, refer to their documentation and build files for information.</p>
</section>
</body>
</document>

View File

@ -37,8 +37,11 @@
<tab id="" label="Home" dir="" indexfile="index.html"/>
-->
<tab id="" label="Main" dir=""/>
<tab id="" label="Main" href="http://lucene.apache.org/java/docs/"/>
<tab id="wiki" label="Wiki" href="http://wiki.apache.org/lucene-java"/>
<tab label="Lucene 2.3.0 Documentation" href="http://lucene.apache.org/java/2_3_0/"/>
<tab label="Lucene 2.4-dev Documentation" dir=""/>
<!--
<tab id="samples" label="Samples" dir="samples" indexfile="sample.html">

View File

@ -1,61 +0,0 @@
<?xml version="1.0"?>
<document>
<header>
<title> Apache Lucene - Who We Are</title>
</header>
<properties>
<author email="husted@apache.org">Ted Husted</author>
<author email="cutting@apache.org">Doug Cutting</author>
</properties>
<body>
<p>Lucene is maintained by a team of volunteer developers.</p>
<section id="core"><title>Core Committers</title>
<ul>
<li><b>Michael Busch</b> (buschmi@...) </li>
<li><b>Doron Cohen</b> (doronc@...) </li>
<li><b><a href="http://blog.lucene.com/">Doug Cutting</a></b> (cutting@...)</li>
<li><b><a href="http://www.jroller.com/page/otis">Otis Gospodnetic</a></b> (otis@...)</li>
<li><b>Erik Hatcher</b> (ehatcher@...)</li>
<li><b>Chris Hostetter</b> (hossman@...)</li>
<li><b><a href="http://people.apache.org/list_I.html#gsingers">Grant Ingersoll</a></b> (gsingers@...) </li>
<li><b>Mike McCandless</b> (mikemccand@...) </li>
<li><b>Bernhard Messer</b> (bmesser@...)</li>
<li><b>Daniel Naber</b> (dnaber@...)</li>
<li><b>Yonik Seeley</b> (yonik@...)</li>
</ul>
</section>
<section id="contrib"><title>Contrib Committers</title>
<ul>
<li><b>Simon Willnauer</b> (simonw@...)</li>
<li><b>Andi Vajda</b> (vajda@...)</li>
<li><b>Wolfgang Hoschek</b> (whoschek@...)</li>
</ul>
</section>
<section id="emeritus"><title>Emeritus Committers</title>
<ul>
<li>Josh Bloch</li>
<li><b>Peter Carlson</b> (carlson@...)</li>
<li><b>Tal Dayan</b> (zapta@...)</li>
<li><b>Scott Ganyo</b> (scottganyo@...)</li>
<li><b>Brian Goetz</b> (briangoetz@...)</li>
<li><b>Christoph Goller</b> (goller@...)</li>
<li><b>Eugene Gluzberg</b> (drag0n@...)</li>
<li><b>Cory Hubert</b> (clhubert@...)</li>
<li>Ted Husted</li>
<li><b>Tim Jones</b> (tjones@...)</li>
<li><b>Dave Kor</b> (davekor@...)</li>
<li><b>Andrew C. Oliver</b> (acoliver@...)</li>
<li><b>Dmitry Serebrennikov</b> (dmitrys@...)</li>
<li><b>Jon Stevens</b> (jon at latchkey.com)</li>
<li><b>Matt Tucker</b> (mtucker@...)</li>
</ul>
</section>
<p>Note that the email addresses above end with @apache.org.</p>
</body>
</document>