On Sun, Sep 12, 2010 at 12:42 PM, Robert Muir <rcm...@gmail.com> wrote: > On Sat, Sep 11, 2010 at 7:51 PM, Michael McCandless < > luc...@mikemccandless.com> wrote: > >> On Sat, Sep 11, 2010 at 11:07 AM, Burton-West, Tom <tburt...@umich.edu> >> wrote: >> > Is there an example of how to set up the divisor parameter in >> solrconfig.xml somewhere? >> >> Alas I don't know how to configure terms index divisor from Solr... >> >> > 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 > > This parameter was added in SOLR-1296 so its in Solr 1.4 > > Tom, i would recommend altering this parameter, instead of the default > (1)... especially since you don't have to reindex to take advantage of it. > > -- > Robert Muir > rcm...@gmail.com >