<?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
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
-->
<!-- 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">
<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-test-framework label="Test Framework" href="ext:javadocs-test-framework"/>
<javadoc-contrib label="Contrib">
<javadoc-contrib-analyzers label="Analysis: Common" href="ext:javadocs-contrib-analyzers"/>
<javadoc-contrib-kuromoji label="Analysis: Kuromoji (Japanese)" href="ext:javadocs-contrib-kuromoji"/>
<javadoc-contrib-phonetic label="Analysis: Phonetic" href="ext:javadocs-contrib-phonetic"/>
<javadoc-contrib-smartcn label="Analysis: Smart Chinese" href="ext:javadocs-contrib-smartcn"/>
<javadoc-contrib-stempel label="Analysis: Stempel (Polish)" href="ext:javadocs-contrib-stempel"/>
<javadoc-contrib-benchmark label="Benchmark" href="ext:javadocs-contrib-benchmark"/>
<javadoc-contrib-demo label="Demo" href="ext:javadocs-contrib-demo"/>
<javadoc-contrib-facet label="Faceting" href="ext:javadocs-contrib-facet"/>
<javadoc-contrib-grouping label="Grouping" href="ext:javadocs-contrib-grouping"/>
<javadoc-contrib-highlighter label="Highlighter" href="ext:javadocs-contrib-highlighter"/>
<javadoc-contrib-icu label="ICU" href="ext:javadocs-contrib-icu"/>
<javadoc-contrib-instantiated label="Instantiated" href="ext:javadocs-contrib-instantiated"/>
<javadoc-contrib-join label="Join" href="ext:javadocs-contrib-join"/>
<javadoc-contrib-memory label="Memory" href="ext:javadocs-contrib-memory"/>
<javadoc-contrib-misc label="Miscellaneous" href="ext:javadocs-contrib-misc"/>
<javadoc-contrib-pruning label="Pruning" href="ext:javadocs-contrib-pruning"/>
<javadoc-contrib-queries label="Queries" href="ext:javadocs-contrib-queries"/>
<javadoc-contrib-queryparser label="Query Parser Framework" href="ext:javadocs-contrib-queryparser"/>
<!-- 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-spatial label="Spatial" href="ext:javadocs-contrib-spatial"/>
<javadoc-contrib-spellchecker label="Spellchecker" href="ext:javadocs-contrib-spellchecker"/>
<javadoc-contrib-xml-query-parser label="XML Query Parser" href="ext:javadocs-contrib-xml-query-parser"/>
</javadoc-contrib>
</javadoc>
<faq label="FAQ" href="ext:faq" />
<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>
<forrest href="http://forrest.apache.org/">
<linking href="docs/linking.html"/>
<validation href="docs/validation.html"/>
<webapp href="docs/your-project.html#webapp"/>
</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/"/>
<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/dev/"/>
</external-refs>
</site>