lucene/solr/lib
Mark Robert Miller b55f338757 SOLR-1873: SolrCloud - added shared/central config and core/shard managment via zookeeper, built-in load balancing, and infrastructure for future SolrCloud work.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1022188 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 17:01:13 +00:00
..
README.committers.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
apache-solr-noggit-pom.xml.template SOLR-2062: Include noggit in set of deployed artifacts 2010-08-22 18:28:11 +00:00
apache-solr-noggit-r944541.jar upgrade noggit json parser to r944541 2010-05-15 01:49:53 +00:00
commons-beanutils-1.7.0.jar SOLR-1957: Move VelocityResponseWriter from contrib to core 2010-06-18 00:24:41 +00:00
commons-codec-1.4.jar LUCENE-2466: fix locale bugs for tr_TR locale: casing problems in lucene/solr code 2010-05-17 17:18:10 +00:00
commons-collections-3.2.1.jar SOLR-1957: Move VelocityResponseWriter from contrib to core 2010-06-18 00:24:41 +00:00
commons-csv-1.0-SNAPSHOT-r966014.jar SOLR-1925: CSVResponseWriter and commons-csv update 2010-07-27 19:06:39 +00:00
commons-fileupload-1.2.1.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
commons-httpclient-3.1.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
commons-io-1.4.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
commons-lang-2.4.jar SOLR-1957: Move VelocityResponseWriter from contrib to core 2010-06-18 00:24:41 +00:00
easymock.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
geronimo-stax-api_1.0_spec-1.0.1.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
guava-r05.jar SOLR-1804: Re-integrated Carrot2 2010-08-23 14:24:00 +00:00
jcl-over-slf4j-1.5.5.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
junit-4.7.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
log4j-over-slf4j-1.5.5.jar SOLR-1873: SolrCloud - added shared/central config and core/shard managment via zookeeper, built-in load balancing, and infrastructure for future SolrCloud work. 2010-10-13 17:01:13 +00:00
servlet-api-2.4.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
slf4j-api-1.5.5.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
slf4j-jdk14-1.5.5.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
solr-commons-csv-pom.xml.template LUCENE-2490 -- ant generate-maven-artifacts will build lucuen and solr 2010-06-17 02:25:11 +00:00
velocity-1.6.4.jar Upgrade Velocity to 1.6.4, and Velocity Tools to final 2.0 release 2010-08-10 13:16:33 +00:00
velocity-tools-2.0.jar Upgrade Velocity to 1.6.4, and Velocity Tools to final 2.0 release 2010-08-10 13:16:33 +00:00
wstx-asl-3.2.7.jar SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
zookeeper-3.3.1.jar SOLR-1873: SolrCloud - added shared/central config and core/shard managment via zookeeper, built-in load balancing, and infrastructure for future SolrCloud work. 2010-10-13 17:01:13 +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