blob: 63456fd0e4ee19a5d47a563c3f4419a1dccc30e4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation or its licensors,
as applicable.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
Forrest site.xml
This file contains an outline of the site's information content. It is used to:
- Generate the website menus (though these can be overridden - see docs)
- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
<link href="site:changes"> links to changes.html (or ../changes.html if in
subdir).
- Provide aliases for external URLs in the external-refs section. Eg, <link
href="ext:cocoon"> links to http://cocoon.apache.org/
See http://forrest.apache.org/docs/linking.html for more info
-->
<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
information tells you how to change that.
-->
<!--
With the exception of the About section, please try to keep items in alphabetical order by "label"
-->
<!-- keep in submenu items alpha order -->
<docs label="Documentation">
<overview label="Overview" href="index.html"/>
<changes label="Changes">
<changes-core label="Core" href="ext:changes-core" />
<changes-contrib label="Contrib" href="ext:changes-contrib" />
</changes>
<javadoc label="Javadocs">
<javadoc-all label="All" 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-smartcn label="Smart Chinese Analyzer" href="ext:javadocs-contrib-smartcn"/>
<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-collation label="Collation" href="ext:javadocs-contrib-collation"/>
<javadoc-contrib-fast-vector-highlighter label="Fast Vector Highlighter" href="ext:javadocs-contrib-fast-vector-highlighter"/>
<javadoc-contrib-highlighter label="Highlighter" href="ext:javadocs-contrib-highlighter"/>
<javadoc-contrib-instantiated label="Instantiated" href="ext:javadocs-contrib-instantiated"/>
<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-queryparser label="Query Parser Framework" href="ext:javadocs-contrib-queryparser"/>
<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-remote label="Remote" href="ext:javadocs-contrib-remote"/>
<javadoc-contrib-snowball label="Snowball" href="ext:javadocs-contrib-snowball"/>
<javadoc-contrib-spatial label="Spatial" href="ext:javadocs-contrib-spatial"/>
<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-wikipedia label="Wikipedia" href="ext:javadocs-contrib-wikipedia"/>
<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>
<systemrequirements label="System Requirements" href="systemrequirements.html"/>
<contributions label="Contributions" href="contributions.html"/>
<faq label="FAQ" href="ext:faq" />
<file-formats label="File Formats" href="fileformats.html"/>
<tutorial label="Getting Started" href="gettingstarted.html"/>
<lucene-contrib label="Lucene Contrib" href="lucene-contrib/index.html"/>
<query-syntax label="Query Syntax" href="queryparsersyntax.html"/>
<scoring label="Scoring" href="scoring.html"/>
<wiki label="Wiki" href="ext:wiki" />
</docs>
<!--
The href must be wholesite.html/pdf You can change the labels and node names
<all label="All">
<whole_site_html label="Whole Site HTML" href="wholesite.html"/>
<whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
</all>
-->
<external-refs>
<changes-core href="changes/Changes.html" />
<changes-contrib href="changes/Contrib-Changes.html" />
<javadocs-all href="api/all/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-smartcn href="api/contrib-smartcn/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-collation href="api/contrib-collation/index.html"/>
<javadocs-contrib-fast-vector-highlighter href="api/contrib-fast-vector-highlighter/index.html"/>
<javadocs-contrib-highlighter href="api/contrib-highlighter/index.html"/>
<javadocs-contrib-instantiated href="api/contrib-instantiated/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-queryparser href="api/contrib-queryparser/index.html"/>
<javadocs-contrib-regex href="api/contrib-regex/index.html"/>
<javadocs-contrib-remote href="api/contrib-remote/index.html"/>
<javadocs-contrib-similarity href="api/contrib-similarity/index.html"/>
<javadocs-contrib-snowball href="api/contrib-snowball/index.html"/>
<javadocs-contrib-spatial href="api/contrib-spatial/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-wikipedia href="api/contrib-wikipedia/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>
<cocoon href="http://cocoon.apache.org/"/>
<xml.apache.org href="http://xml.apache.org/"/>
<issues href="http://issues.apache.org/jira/browse/LUCENE"/>
<topLevel href="http://lucene.apache.org"/>
<solr href="http://lucene.apache.org/solr/" />
<nutch href="http://lucene.apache.org/nutch/" />
<lucy href="http://lucene.apache.org/lucy/"/>
<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" />
<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>