lucene/lib
Ryan McKinley d27f96d416 SOLR-793 -- removing stuff accidentally added with previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704301 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 03:36:45 +00:00
..
README.committers.txt Quick reminder for the future about updating things in the lib dir. Wording could probably be improved. 2008-09-11 23:04:33 +00:00
commons-codec-1.3.jar SOLR-224: Adding a PhoneticFilterFactory that uses commons codec language encoders to build phonetically similar tokens. 2007-05-10 22:10:05 +00:00
commons-csv-1.0-SNAPSHOT-r609327.jar new CSV lib, escape option for loader 2008-01-06 15:43:50 +00:00
commons-fileupload-1.2.jar upgrade to commons-fileupload-1.2 2007-03-01 05:31:21 +00:00
commons-io-1.3.1.jar upgrading commons-io to latest stable build. The changes do not affect solr (or solrj), but some of the new features are useful for clients. 2007-06-15 18:44:38 +00:00
easymock.jar fixing a request parsing bug. When posting "application/x-www-form-urlencoded" and including a charset, application/x-www-form-urlencoded; charset=utf-8, the parser would treat the body as raw content. 2007-05-05 17:14:22 +00:00
geronimo-stax-api_1.0_spec-1.0.1.jar replace stax with geronimo API jar and woodstox impl 2008-09-09 15:57:37 +00:00
junit-4.3.jar SOLR-362: add JUnit to Solr libraries 2007-09-21 19:08:03 +00:00
lucene-analyzers-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
lucene-core-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
lucene-highlighter-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
lucene-memory-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
lucene-queries-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
lucene-snowball-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
lucene-spellchecker-2.4.0.jar upgrade to lucene 2.4.0 2008-10-08 20:59:12 +00:00
servlet-api-2.4.jar change names to include version 2006-01-27 20:04:27 +00:00
slf4j-api-1.5.3.jar SOLR-560: Use SLF4J logging API rather then JDK logging. The packaged .war file is 2008-09-18 02:16:26 +00:00
slf4j-jdk14-1.5.3.jar SOLR-560: Use SLF4J logging API rather then JDK logging. The packaged .war file is 2008-09-18 02:16:26 +00:00
solr-commons-csv-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-analyzers-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-contrib-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-core-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-highlighter-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-queries-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-snowball-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
solr-lucene-spellchecker-pom.xml.template Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations 2008-08-19 21:14:45 +00:00
stax-utils.jar SOLR-20: Adding a java client. The client includes two implementaions: CommonsHttpSolrServer.java and EmbeddedSolrServer.java 2007-06-14 22:53:25 +00:00
wstx-asl-3.2.7.jar replace stax with geronimo API jar and woodstox impl 2008-09-09 15:57:37 +00:00

README.committers.txt

         --------------------------
         Information For Committers
         --------------------------

Under no circumstances should any new files be added to this directory
without careful consideration of how LICENSE.txt and NOTICE.txt in the
parent directory should be updated to reflect the addition. 

Even if a Jar being added is from another Apache project, it should be
mentioned in NOTICE.txt, and may have additional Attribution or
Licencing information that also needs to be added to the appropriate
file.  

---

If an existing Jar is replaced with a newer version, the same
consideration should be given as if it were an entirely new file:
verify that no updates need to be made to LICENSE.txt or NOTICE.txt
based on changes in the terms of the dependency being updated. 

---

Any changes made to this directory should be noted in CHANGES.txt,
along with the specific version information.  If the version is a
"snapshot" of another Apache project, include the SVN revision number.

---

When upgrading Lucene-Java Jars, remember to generate new Analysis
factories for any new Tokenizers or TokenFilters.  See the wiki for
details...

  http://wiki.apache.org/solr/CommitterInfo