Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create LuceneRDD in Java? #134

Open
darouwan opened this issue May 3, 2018 · 1 comment
Open

How to create LuceneRDD in Java? #134

darouwan opened this issue May 3, 2018 · 1 comment

Comments

@darouwan
Copy link

darouwan commented May 3, 2018

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.

@zouzias
Copy link
Owner

zouzias commented May 24, 2018

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.

#137

A: I am not sure if LuceneRDD could be used from Java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants