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

Use to process data using a pre-existing Lucene index #130

Closed
darrenhaken opened this issue Feb 15, 2018 · 1 comment
Closed

Use to process data using a pre-existing Lucene index #130

darrenhaken opened this issue Feb 15, 2018 · 1 comment

Comments

@darrenhaken
Copy link

I have a Lucene index which I'd like to use to process a large corpus of data with.

Is it possible with this library to load in a prebuilt Lucene index and then process the data against it?

@zouzias
Copy link
Owner

zouzias commented Feb 15, 2018

Hi,

LuceneRDD will not help you in this scenario. However, if you do have the data that created the prebuilt Lucene index, then LuceneRDD might be of help. You can create a "sharded" Lucene index on which you can process your large corpus data with.

@zouzias zouzias closed this as completed Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants