On 7/30/07, David Whalen <[EMAIL PROTECTED]> wrote:
> Yonik:
>
> > If that's not the problem, you could decrease memory usage
> > due to faceting by upgrading to Solr 1.2 and using
> > facet.enum.cache.minDf
>
> Is it hard to upgrade from 1.1 to 1.2?  We were considering
> making that change if it wouldn't cost us a lot of downtime.

It should be simple and backward compatible... but it's always best to
verify such things in a test environment first.
If you don't use index distribution you can shut down the server,
replace the solr war with the new version, and restart.  You could
also start with the Solr 1.2 example and copy over your config files
and index directory.

> can you help me understand what "using facet.enum.cache.minDf"
> means?  Is that a setting in the config file?

http://wiki.apache.org/solr/SimpleFacetParameters
It's a query parameter that a client can specify, or it can be
specified as a default in the handler (add it to any handler you
use... dismax or standard).

-Yonik

Reply via email to