kcl-ddh / kiln

Kiln is a multi-platform framework for building and deploying complex websites whose source content is primarily in XML. It brings together various independent software components into an integrated whole that provides the infrastructure and base functionality for such sites.
Apache License 2.0
34 stars 62 forks source link

Update solr to latest version #1

Closed jmiguelv closed 12 years ago

jmiguelv commented 12 years ago

The current version is at least more than 1 year old, it would be good to update it to the latest version, 3.5.0.

ajenhl commented 12 years ago

It looks as though the Cocoon Solr transformer needs to be updated, due to a change in the JavaBin format.

From http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_1/solr/CHANGES.txt:

The Solr JavaBin format has changed as of Solr 3.1. If you are using the JavaBin format, you will need to upgrade your SolrJ client. (SOLR-2034)

Speaking of the transformer, we have the jar at webapps/root/WEB-INF/lib/solr.transformer.jar, but where is the source?

jmiguelv commented 12 years ago

I have the source, it is also in assembla. I will try to upload it later, maybe to a different project?