mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
This change involves: * Adding Tomcat's Servlet jar into the lib directory and appropriate entry in NOTICE.txt following the lead from Solr's packaging * Adding new "demo" directory to XmlQueryParser src directory * Changing XMLQueryParser's build file to create a demo War file * Changing the main build to include the demo War file (and any other future contrib/*/war files) in the binary distributions The packaged source distribution has NOT been changed currently to add a lib directory with the servlet.jar so building from a cut-down src distro as opposed to the full subversion /trunk directory will not currently build the war file (the xml query parser build file detects the absence of servlet.jar). Not sure if this is a problem currently. TODO: Now that the servlet jar is available in Subversion I would recommend that the other existing WAR file,"luceneweb.war", is changed to move much of the java code which is currently embedded in JSP files into servlet .java files. This would ensure that the build system will check that the code in this application compiles cleanly with the latest Lucene APIs - otherwise any issue will only become apparent when a user tries to run a JSP. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@712318 13f79535-47bb-0310-9956-ffa450edef68
19 lines
687 B
Plaintext
19 lines
687 B
Plaintext
Apache Lucene
|
|
Copyright 2006 The Apache Software Foundation
|
|
|
|
This product includes software developed by
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
The snowball stemmers in
|
|
contrib/snowball/src/java/net/sf/snowball
|
|
were developed by Martin Porter and Richard Boulton.
|
|
The full snowball package is available from
|
|
http://snowball.tartarus.org/
|
|
|
|
The Arabic stemmer (contrib/analyzer) comes with a default
|
|
stopword list that is BSD-licensed created by Jacques Savoy. The file
|
|
resides in contrib/analyzers/src/java/org/apache/lucene/analysis/ar/stopwords.txt
|
|
See http://members.unine.ch/jacques.savoy/clef/index.html.
|
|
|
|
Includes lib/servlet-api-2.4.jar from Apache Tomcat
|