On Mon, Apr 7, 2008 at 4:55 PM, swarag <[EMAIL PROTECTED]> wrote: > So does it mean that Solr doesnt support QueryElevation (boost values) > wouldnt work on a distributed search?
Just to be clear, boost values in a query work fine. Query elevation is a specific component: http://wiki.apache.org/solr/QueryElevationComponent And it actually might work OK since it just uses a custom sort on the shards, and there should be no special merging code needed (provided sorting by custom sorts works OK). I've just never tried it to verify. Has anyone else? -Yonik