alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Lucene example source code file (site.xml)

This example Lucene source code file (site.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Lucene tags/keywords

all, contrib, contrib, forrest, framework, license, license, provide, query, query, site, the, whole, you

The Lucene site.xml source code

<?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-test-framework label="Test Framework" href="ext:javadocs-test-framework"/>
		 <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-stempel label="Stempel Polish Analyzer" 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-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-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"/>
<!-- 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-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-test-framework href="api/test-framework/index.html"/>
	<javadocs-contrib-analyzers href="api/contrib-analyzers/index.html"/>
	<javadocs-contrib-smartcn href="api/contrib-smartcn/index.html"/>
	<javadocs-contrib-stempel href="api/contrib-stempel/index.html"/>
	<javadocs-contrib-benchmark href="api/contrib-benchmark/index.html"/>
  <javadocs-contrib-demo href="api/contrib-demo/index.html"/>
    <javadocs-contrib-grouping href="api/contrib-grouping/index.html"/>
	<javadocs-contrib-highlighter href="api/contrib-highlighter/index.html"/>
    <javadocs-contrib-icu href="api/contrib-icu/index.html"/>
	<javadocs-contrib-instantiated href="api/contrib-instantiated/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-remote href="api/contrib-remote/index.html"/>
	<javadocs-contrib-spatial href="api/contrib-spatial/index.html"/>
	<javadocs-contrib-spellchecker href="api/contrib-spellchecker/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/dev/"/>
    <powered-by href="http://wiki.apache.org/lucene-java/PoweredBy"/>
	
  </external-refs>

</site>

Other Lucene examples (source code examples)

Here is a short list of links related to this Lucene site.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.