Halp!

I need to reindex over 43 millions documents, when optimized the collection is currently < 30% of disk space, we tried it over this weekend and it ran out of space during the reindexing.

I'm thinking for the best solution for what we are trying to do is to call commit/optimize every 10,000,000 documents or so and then wait for the optimize to complete.

How to check optimized status via solrj for a particular collection?

Also, is there is a way to check free space per shard by collection?

-Mike

Reply via email to