Release v0.3.7
Breaking change:
LuceneRDDResponse is now extending RDD[Row] both for searching and linkage. LuceneRDDResponse offers now a toDF() for DataFrame convertion.
Changelog:
LuceneRDDwithDataFrameconstructor handlesArrayTypes, i.e., multivalued fieldsLuceneRDDResponseextendsRDD[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.