Re: memory consumption on large indices

2007-03-14 Thread Tim Patton
I'm searching a 20GB index and my searching JVM is allocated 1Gig. However, my indexing app only had 384mb availible to it, which means you can get away with far less. I believe certain index tables will need to be swapped in and out of memory though so it may not search as quickly. With a 1.

Re: Missing .tii File

2007-03-06 Thread Tim Patton
Tim Patton wrote: I'm not sure how, but in moving an index over from 2.0 to 2.1 and changing my own code one of the .tii files got deleted. I still have the .tis file though, can I rebuild the missing file so I can open my index? Luke won't open it now and I just want to

Missing .tii File

2007-03-05 Thread Tim Patton
I'm not sure how, but in moving an index over from 2.0 to 2.1 and changing my own code one of the .tii files got deleted. I still have the .tis file though, can I rebuild the missing file so I can open my index? Luke won't open it now and I just want to make sure everything is ok before openi