ScaleUnlimited / cascading.solr

Cascading scheme for Solr
27 stars 13 forks source link

Upgrade to Solr 5.5 #11

Open ldcasillas-progreso opened 8 years ago

ldcasillas-progreso commented 8 years ago

Upgrade the scheme to use Solr 5.5.x. This bumps version number to 3.0-SNAPSHOT, since Solr 5.5 is not source- or configuration-compatible with 4.1.

Also includes a handful of miscellaneous build and test-related changes:

  1. Use more recent version numbers for Cascading and Hadoop
  2. Specify some Maven settings explicitly (character encoding and Java compiler version)
  3. Add a log4j.xml to the test resources, which was really important to troubleshoot errors in the unit tests during the upgrade.