You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems really helpful to me. But when I try to use it in Java, like initiate with new LuceneRDD(df.RDD()) in java, it seems need some other arguments, such as partitionsRDD, indexAnalyzer, queryAnalyzer, similarity. How to set these argument?
Thanks.
The text was updated successfully, but these errors were encountered:
Here is a PR where a LuceneJavaRDD will be introduced for Java users. I still have some issues with the Scala implicit conversions. Not sure how to handle the implicits in Java to be frank. I will try to investigate further.
It seems really helpful to me. But when I try to use it in Java, like initiate with new
LuceneRDD(df.RDD())
in java, it seems need some other arguments, such as partitionsRDD, indexAnalyzer, queryAnalyzer, similarity. How to set these argument?Thanks.
The text was updated successfully, but these errors were encountered: