what is the best way to split an existing Lucene index into two halves i.e. each split should contain half of the total number of documents in the original index
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way to split an existing index (without reindexing all the documents) is to:
This is probably not the most efficient way, but it requires very little coding to do.