RE: huge tii files

2008-06-17 Thread Alex
you can invoke IndexReader.setTermInfosIndexDivisor prior to any search to control the fraction of .tii file read into memory. _ 聰明搜尋和瀏覽網路的免費工具列 — MSN 搜尋工具列 http://toolbar.live.com/ ---

Re: huge tii files

2008-06-17 Thread tsuraan
That's really nice. Thanks! I'm guessing the answer is no, but is there an equivalent to that for lucene-2.2.0? Upgrading shouldn't be much of a problem anyhow (we've been doing it since 1.9), but out of curiosity... On 17/06/2008, Alex <[EMAIL PROTECTED]> wrote: > > you can invoke IndexReader.

RE: huge tii files

2008-06-17 Thread Steven A Rowe
Hi tsuraan, On 06/17/2008 at 2:31 PM, tsuraan wrote: > I'm guessing the answer is no, but is there an equivalent to that for > lucene-2.2.0? Not exactly equivalent, but: from the apidoc for the 2.3.2 version of setTermInfosIndexDivisor(int)