lucene/contrib
Mark Harwood de7ab5b898 Added new web application demo for contrib's XmlQueryParser.
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
2008-11-08 00:20:32 +00:00
..
analyzers LUCENE-1406. Added Arabic stemming and normalization. Also added new method to WordListLoader to allow for comments in word lists. 2008-10-20 17:19:29 +00:00
ant LUCENE-1416: don't fail contrib/ant's unit test when file path contains non-URL safe characters like space 2008-10-20 09:12:46 +00:00
benchmark LUCENE-1401: fix accidentally lost 'create=true' in CreateIndexTask 2008-09-25 14:11:41 +00:00
db - upgraded to bdb-je 3.3.69 2008-09-29 02:21:51 +00:00
highlighter don't include contrib/memory class files in highlighter's jar 2008-10-25 10:19:30 +00:00
instantiated LUCENE-1423 2008-10-18 16:29:53 +00:00
javascript LUCENE-931: adding missing license headers to various files 2007-06-09 06:09:46 +00:00
lucli LUCENE-1369: switch from Hashtable to HashMap and from Vector to List, when possible 2008-09-07 19:22:40 +00:00
memory LUCENE-1420: let Similarity.computeNorm compute the norm; add option to discount overlap tokens when computing lengthNorm 2008-11-03 18:03:58 +00:00
miscellaneous LUCENE-1420: let Similarity.computeNorm compute the norm; add option to discount overlap tokens when computing lengthNorm 2008-11-03 18:03:58 +00:00
queries Fix for a potential null-pointer-introducing bug which came about as part of the DocIdSet changes. TermsFilter no longer implemented bits(IndexReader) and the Filter base class' version of this was changed to return null. 2008-10-01 15:37:05 +00:00
regex LUCENE-1366: rename Field.Index.* options 2008-09-10 21:38:52 +00:00
similarity LUCENE-1051: Generate separate javadocs for core, demo and contrib classes, as well as an unified view. 2007-11-14 19:16:19 +00:00
snowball LUCENE-1142 : Updated Snowball package, org.tartarus distribution revision 500. 2008-08-23 22:02:47 +00:00
spellchecker LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
surround LUCENE-1366: rename Field.Index.* options 2008-09-10 21:38:52 +00:00
swing LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
wikipedia LUCENE-1333: improvements to Token reuse API and full cutover to reuse API for all core and contrib analyzers 2008-08-20 14:38:07 +00:00
wordnet LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
xml-query-parser Added new web application demo for contrib's XmlQueryParser. 2008-11-08 00:20:32 +00:00
CHANGES.txt LUCENE-1423 2008-10-18 16:29:53 +00:00
contrib-build.xml LUCENE-1202 - tweaks to build system to make clover work better with contribs 2008-03-15 03:16:43 +00:00