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)
<http://lucene.apache.org/java/2_3_2/api/core/org/apache/lucene/index/IndexReader.html#setTermInfosIndexDivisor(int)>:

     For IndexReader implementations that use TermInfosReader to read terms,
     this sets the indexDivisor to subsample the number of indexed terms
     loaded into memory. This has the same effect as 
     IndexWriter.setTermIndexInterval(int) except that setting must be done
     at indexing time while this setting can be set per reader. [....]

The apidoc for the 2.2.0 version of IndexWriter.setTermIndexInterval(int):

<http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/IndexWriter.html#setTermIndexInterval(int)>

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to