Thanks Robert and everyone!

I'm working on changing our JVM settings today, since putting Solr 1.4.1 into 
production will take a bit more work and testing.  Hopefully, I'll be able to 
test the setTermIndexDivisor on our test server tomorrow.

Mike, I've started the process to see if we can provide you with our tii/tis 
data.  I'll let you know as soon as I hear anything.  


Tom

-----Original Message-----
From: Robert Muir [mailto:rcm...@gmail.com] 
Sent: Sunday, September 12, 2010 10:48 AM
To: solr-user@lucene.apache.org; simon.willna...@gmail.com
Subject: Re: Solr memory use, jmap and TermInfos/tii

On Sun, Sep 12, 2010 at 9:57 AM, Simon Willnauer <
simon.willna...@googlemail.com> wrote:

> > To change the divisor in your solrconfig, for example to 4, it looks like
> > you need to do this.
> >
> >  <indexReaderFactory name="IndexReaderFactory"
> > class="org.apache.solr.core.StandardIndexReaderFactory">
> >    <int name="setTermIndexInterval">4</int>
> >  </indexReaderFactory >
>
> Ah, thanks robert! I didn't know about that one either!
>
> simon


actually I'm wrong, for solr 1.4, use "setTermIndexDivisor".

i was looking at 3.1/trunk and there is a bug in the name of this parameter:
https://issues.apache.org/jira/browse/SOLR-2118

-- 
Robert Muir
rcm...@gmail.com

Reply via email to