Skip to content

Release v0.3.7

Compare
Choose a tag to compare
@zouzias zouzias released this 27 Apr 05:38
· 137 commits to master since this release
8b87c38

Breaking change:

LuceneRDDResponse is now extending RDD[Row] both for searching and linkage. LuceneRDDResponse offers now a toDF() for DataFrame convertion.

Changelog:

  • LuceneRDD with DataFrame constructor handles ArrayTypes, i.e., multivalued fields
  • LuceneRDDResponse extends RDD[Row] (breaking change)
  • [sbt] update to spark 2.4.2
  • Allow different Lucene Analyzers per field (#164)
  • Update to Lucene 8 (#161)
  • Allow the user to set a custom analyzer by specifying the class name.