RE: best strategy to deal with large index file

2005-12-16 Thread Jeff Liang
re on the list developing indexes for large data sets. Please be a little more specific on what you are indexing, and how you are searching. On 12/16/05, Jeff Liang <[EMAIL PROTECTED]> wrote: > > Hi all, > > my index

best strategy to deal with large index file

2005-12-16 Thread Jeff Liang
Hi all, my index file is huge because of large set of data. when I do search, I get outofmemory exception sometime. I don't know what's usually causing the outofmemory exception. Is it during the search because of the index file is too big? or because there are too many hits? memory exception