lucene/lib
Yonik Seeley 6411bb04d2 upgrade to Lucene 2.9-dev r779312
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779335 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27 21:57:27 +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.1.jar SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar 2008-12-03 21:03:33 +00:00
commons-httpclient-3.1.jar SOLR-900: Moving solrj into /src/solrj. 2008-12-07 19:07:11 +00:00
commons-io-1.4.jar SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar 2008-12-03 21:03:33 +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
jcl-over-slf4j-1.5.5.jar SOLR-900: Moving solrj into /src/solrj. 2008-12-07 19:07:11 +00:00
junit-4.3.jar SOLR-362: add JUnit to Solr libraries 2007-09-21 19:08:03 +00:00
lucene-analyzers-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-core-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-highlighter-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-memory-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-misc-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-queries-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-snowball-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
lucene-spellchecker-2.9-dev.jar upgrade to Lucene 2.9-dev r779312 2009-05-27 21:57:27 +00:00
servlet-api-2.4.jar change names to include version 2006-01-27 20:04:27 +00:00
slf4j-api-1.5.5.jar SOLR-560 -- upgrading slf4j to version 1.5.5 (since I just added jcl-over-slf4j-1.5.5.jar) 2008-11-06 23:25:37 +00:00
slf4j-jdk14-1.5.5.jar SOLR-560 -- upgrading slf4j to version 1.5.5 (since I just added jcl-over-slf4j-1.5.5.jar) 2008-11-06 23:25:37 +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
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