adeppathondur / luke

Automatically exported from code.google.com/p/luke
0 stars 0 forks source link

Can not load very large index. #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use a 70 gig index
2.try to open in luke
3.luke either fails or says the index is invalid

(index created using lucene.net 2.9.2.2 and was openable at about 5 ~ 10 
gigs before filling the index up)

What is the expected output? What do you see instead?
Index to load, Index wouldn't load

What version of the product are you using? On what operating system?
0.9.9.1 & 1.0.1

Please provide any additional information below.

Original issue reported on code.google.com by jhandel%...@gtempaccount.com on 3 Jun 2010 at 6:45

GoogleCodeExporter commented 9 years ago
Please try the following:

* run Luke with additional -Xmx parameter to increase the heap size

* try running the CheckIndex tool - in the Open dialog there is a checkbox that 
says
"don't open IndexReader" - use this, and then select CheckIndex from the Tools 
menu.

Original comment by sig...@gmail.com on 4 Jun 2010 at 7:33

GoogleCodeExporter commented 9 years ago
As a final comment, I've received a few reports about lucene.net indexes being 
subtly incompatible with the (roughly) corresponding lucene java indexes. Luke 
is guaranteed to work only with Lucene Java, and even this on a good day ;) So 
for the time being I'm marking this as WontFix.

Original comment by sig...@gmail.com on 27 Apr 2011 at 10:52