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